My personal dotfiles
0
fork

Configure Feed

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

chore: added idle inhibitor to settings module

legoraft dc0fd5a9 b37d9a76

+10 -1
+10 -1
waybar/.config/waybar/modules/settings.jsonc
··· 6 6 "children-class": "settings-child", 7 7 "transition-left-to-right": false 8 8 }, 9 - "modules": [ "custom/settings", "wireplumber" ] 9 + "modules": [ "custom/settings", "idle_inhibitor", "wireplumber" ] 10 10 }, 11 11 12 12 "custom/settings": { 13 13 "format": "", 14 + "tooltip": false 15 + }, 16 + 17 + "idle_inhibitor": { 18 + "format": "{icon}", 19 + "format-icons": { 20 + "activated": "󱐋", 21 + "deactivated": "󰒲" 22 + }, 14 23 "tooltip": false 15 24 }, 16 25