From c737b4142661a79c7fe4dc3a439f6f30a917d71c Mon Sep 17 00:00:00 2001 From: Rosa Date: Thu, 23 Apr 2026 12:52:54 -0400 Subject: remove the default bar, switching to waybar --- modules/user/desktop/sessions/sway.nix | 50 +--------------------------------- 1 file changed, 1 insertion(+), 49 deletions(-) (limited to 'modules/user') diff --git a/modules/user/desktop/sessions/sway.nix b/modules/user/desktop/sessions/sway.nix index 4a3e25b..411afcc 100644 --- a/modules/user/desktop/sessions/sway.nix +++ b/modules/user/desktop/sessions/sway.nix @@ -55,55 +55,7 @@ wayland.windowManager.sway = { enable = lib.mkDefault config.desktop.sessions.sway.enable; config = { - bars = [ - { - colors = { - activeWorkspace = { - background = "#11111b"; - border = "#11111b"; - text = "#cdd6f4"; - }; - - background = "#11111b"; - bindingMode = { - background = "#a6e3a1"; - border = "#a6e3a1"; - text = "#11111b"; - }; - - focusedBackground = "#11111b"; - focusedSeparator = "#a6adc8"; - focusedStatusline = "#cdd6f4"; - focusedWorkspace = { - background = "#11111b"; - border = "#11111b"; - text = "#cba6f7"; - }; - - inactiveWorkspace = { - background = "#11111b"; - border = "#11111b"; - text = "#a6adc8"; - }; - - separator = "#a6adc8"; - statusline = "#cdd6f4"; - urgentWorkspace = { - background = "#f38ba8"; - border = "#f38ba8"; - text = "#11111b"; - }; - }; - - fonts = { - names = [ "Fira Code" ]; - size = config.desktop.defaultFontSize; - }; - - position = "bottom"; - } - ]; - + bars = [ ]; bindswitches = let display = "eDP-1"; -- cgit v1.3.1