Regenerated

This commit is contained in:
2026-04-11 09:37:17 +02:00
parent 0acbe579e4
commit fcc2d7ab1a
3 changed files with 411 additions and 312 deletions
+345 -312
View File
File diff suppressed because it is too large Load Diff
+33
View File
@@ -3024,6 +3024,7 @@ These are config files for waybar
"group/connections", "group/connections",
"group/workspaces", "group/workspaces",
"group/hardware", "group/hardware",
"custom/power"
], ],
"modules-right": [ "modules-right": [
@@ -3134,6 +3135,38 @@ These are config files for waybar
"tooltip-format-deactivated": "Might sleep...." "tooltip-format-deactivated": "Might sleep...."
}, },
"custom/power": {
// "exec":
// "exec-if":
// "exec-on-event":
// "hide-empty-text":
// "return-type":
// "interval":
// "restart-interval":
// "signal":
"format": "󰤄",
// "format-icons":
// "rotate":
// "min-length":
// "max-length":
// "align":
// "justify":
"on-click": "kitty -e ~/.config/waybar/scripts/power",
// "on-click-middle":
// "on-click-right":
// "on-update":
// "on-scroll-up":
// "on-scroll-down":
// "smooth-scrolling-threshold":
// "tooltip":
"tooltip-format": "Power Menu"
// "escape":
// "menu":
// "menu-file":
// "menu-actions":
// "expand":
},
"pulseaudio": { "pulseaudio": {
"format": "{volume}% {icon}", "format": "{volume}% {icon}",
"format-bluetooth": "{volume}% {icon}", "format-bluetooth": "{volume}% {icon}",
+33
View File
@@ -15,6 +15,7 @@
"group/connections", "group/connections",
"group/workspaces", "group/workspaces",
"group/hardware", "group/hardware",
"custom/power"
], ],
"modules-right": [ "modules-right": [
@@ -125,6 +126,38 @@
"tooltip-format-deactivated": "Might sleep...." "tooltip-format-deactivated": "Might sleep...."
}, },
"custom/power": {
// "exec":
// "exec-if":
// "exec-on-event":
// "hide-empty-text":
// "return-type":
// "interval":
// "restart-interval":
// "signal":
"format": "󰤄",
// "format-icons":
// "rotate":
// "min-length":
// "max-length":
// "align":
// "justify":
"on-click": "kitty -e ~/.config/waybar/scripts/power",
// "on-click-middle":
// "on-click-right":
// "on-update":
// "on-scroll-up":
// "on-scroll-down":
// "smooth-scrolling-threshold":
// "tooltip":
"tooltip-format": "Power Menu"
// "escape":
// "menu":
// "menu-file":
// "menu-actions":
// "expand":
},
"pulseaudio": { "pulseaudio": {
"format": "{volume}% {icon}", "format": "{volume}% {icon}",
"format-bluetooth": "{volume}% {icon}", "format-bluetooth": "{volume}% {icon}",