Regenerated

This commit is contained in:
2026-04-21 22:38:42 +02:00
parent 1850e8dc26
commit c67212c94f
4 changed files with 464 additions and 477 deletions
+28 -10
View File
@@ -4586,6 +4586,7 @@ These are config files for waybar
,"tray"
,"clock"
,"idle_inhibitor"
,"custom/notifications"
],
/*******************************************************************/
@@ -4703,16 +4704,22 @@ These are config files for waybar
"tooltip": true
},
"idle_inhibitor": {
"tooltip": true,
"format": "{icon}",
"format-icons": {
"activated": "  ",
"deactivated": " 󰒲 "
},
"tooltip-format-activated": "Staying awake",
"tooltip-format-deactivated": "Might sleep...."
},
"custom/notifications": {
"tooltip": false,
"return-type": "json",
"exec-if": "which swaync-client",
"exec": "swaync-client -swb",
"format": "{icon}",
"format-icons": {
"notification": "",
"none": "",
"dnd-notification": "󰂠",
"dnd-none": "󰪓",
},
"on-click": "swaync-client -t",
"on-click-right": "swaync-client -d",
"on-click-middle": "swaync-client -dn",
},
"custom/power": {
"format": "󰤄",
@@ -4740,6 +4747,17 @@ These are config files for waybar
"orientation": "horizontal"
},
"idle_inhibitor": {
"tooltip": true,
"format": "{icon}",
"format-icons": {
"activated": "  ",
"deactivated": " 󰒲 "
},
"tooltip-format-activated": "Staying awake",
"tooltip-format-deactivated": "Might sleep...."
},
"network": {
"format-wifi": " ({bandwidthDownBits})",
"format-ethernet": " ({bandwidthDownBits})",