My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: removed unnecessary tooltip from waybar

+2 -1
+2 -1
waybar/.config/waybar/default-modules.jsonc
··· 24 24 "custom/updates": { 25 25 "format": "{} ", 26 26 "interval": "once", 27 - "exec": "checkupdates | wc -l" 27 + "exec": "checkupdates | wc -l", 28 + "tooltip": false 28 29 }, 29 30 30 31 "custom/search": {