aboutsummaryrefslogtreecommitdiff
path: root/modules/user/desktop/sessions/sway.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/desktop/sessions/sway.nix')
-rw-r--r--modules/user/desktop/sessions/sway.nix50
1 files changed, 1 insertions, 49 deletions
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";