My personal dotfiles
0
fork

Configure Feed

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

feat: added idle inhibitor to waybar

legoraft a54f9530 92a51836

+10 -1
+10 -1
waybar/.config/waybar/config.jsonc
··· 21 21 "children-class": "settings-child", 22 22 "transition-left-to-right": false 23 23 }, 24 - "modules": [ "custom/settings", "wireplumber" ] 24 + "modules": [ "custom/settings", "idle_inhibitor", "wireplumber" ] 25 25 }, 26 26 27 27 "group/tray-group": { ··· 86 86 87 87 "custom/expand": { 88 88 "format": "", 89 + "tooltip": false 90 + }, 91 + 92 + "idle_inhibitor": { 93 + "format": "{icon}", 94 + "format-icons": { 95 + "activated": "󱐋", 96 + "deactivated": "󰒲" 97 + }, 89 98 "tooltip": false 90 99 }, 91 100