From f47f69a6fde138377328c00fd3035e73859ae22f Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Sat, 24 Feb 2024 12:56:47 -0600 Subject: [PATCH] fixed waybar not having the wlogout module --- config/home/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/home/waybar.nix b/config/home/waybar.nix index ffaff39..1192a5b 100644 --- a/config/home/waybar.nix +++ b/config/home/waybar.nix @@ -17,7 +17,7 @@ in with lib; { modules-left = if simplebar == true then ["custom/startmenu" "hyprland/workspaces" "cpu" "memory" "custom/hyprbindings" ] else [ "custom/startmenu" "hyprland/window" ]; 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" = { format = if simplebar == true ||