fixed waybar not having the wlogout module

This commit is contained in:
Tyler Kelley 2024-02-24 12:56:47 -06:00
parent 0e5213a687
commit f47f69a6fd

View File

@ -17,7 +17,7 @@ in with lib; {
modules-left = if simplebar == true then ["custom/startmenu" "hyprland/workspaces" "cpu" "memory" "custom/hyprbindings" ] modules-left = if simplebar == true then ["custom/startmenu" "hyprland/workspaces" "cpu" "memory" "custom/hyprbindings" ]
else [ "custom/startmenu" "hyprland/window" ]; else [ "custom/startmenu" "hyprland/window" ];
modules-right = if simplebar == true then [ "idle_inhibitor" "custom/themeselector" "custom/notification" "pulseaudio" "clock" "tray" ] modules-right = if simplebar == true then [ "idle_inhibitor" "custom/themeselector" "custom/notification" "pulseaudio" "clock" "tray" ]
else [ "idle_inhibitor" "custom/themeselector" "custom/notification" "battery" "tray" ]; else [ "custom/exit" "idle_inhibitor" "custom/themeselector" "custom/notification" "battery" "tray" ];
"hyprland/workspaces" = { "hyprland/workspaces" = {
format = if simplebar == true || format = if simplebar == true ||