diff --git a/de/home/.config/waybar/config b/de/home/.config/waybar/config index 56e39cd..f52174a 100644 --- a/de/home/.config/waybar/config +++ b/de/home/.config/waybar/config @@ -7,7 +7,7 @@ // module order "modules-left": ["custom/sway-profile","sway/workspaces","sway/mode","sway/scratchpad","sway/window"], "modules-center": ["custom/sonixd"], - "modules-right": ["idle_inhibitor", "pulseaudio", "network", "custom/nmvpn", "bluetooth", "memory", "battery", "clock", "tray"], + "modules-right": ["idle_inhibitor", "pulseaudio", "network", "custom/nmvpn", "bluetooth", "memory", "battery", "clock", "tray","custom/sway-power",], // Modules configuration @@ -167,3 +167,10 @@ } } +//sway profile + "custom/sway-profile": { + "format": "  ", + "on-click":"swaymsg exec 'sp-powermenu'" + } +} +