diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 144881a..307c3ba 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -201,7 +201,7 @@ "format": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth-muted": " {icon} {format_source}", - "format-muted": " {format_source}", + "format-muted": " {format_source}", "format-source": "{volume}% ", "format-source-muted": "", "format-icons": { diff --git a/config/waybar/power_menu.xml b/config/waybar/power_menu.xml new file mode 100644 index 0000000..1c3ba54 --- /dev/null +++ b/config/waybar/power_menu.xml @@ -0,0 +1,28 @@ + + + + + + Shutdown + + + + + Reboot + + + + + + + + Suspend + + + + + Hibernate + + + +