about summary refs log tree commit diff
path: root/users/fcuny/desktop/wm/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-14 19:05:25 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-14 19:05:25 -0700
commit78ff70c0d08cb160336804f970801ea85c5970fe (patch)
tree715594a9db11b31ed3453c4b42da6c20e3917e25 /users/fcuny/desktop/wm/default.nix
parenttheme: dont' set alacritty bg and fg (diff)
downloadworld-78ff70c0d08cb160336804f970801ea85c5970fe.tar.gz
sway: switch back to waybar
Get rid of icons, use plain text with different colors depending on the
state.
Diffstat (limited to '')
-rw-r--r--users/fcuny/desktop/wm/default.nix46
1 files changed, 1 insertions, 45 deletions
diff --git a/users/fcuny/desktop/wm/default.nix b/users/fcuny/desktop/wm/default.nix
index ffa03e7..4f39c14 100644
--- a/users/fcuny/desktop/wm/default.nix
+++ b/users/fcuny/desktop/wm/default.nix
@@ -29,51 +29,7 @@
       modifier = "Mod4";
       terminal = "${config.programs.alacritty.package}/bin/alacritty";
       menu = ''${pkgs.wofi}/bin/wofi -S drun -p "app:" -L 10'';
-      bars = [{
-        position = "top";
-        fonts = {
-          names = [ "Source Code Pro" "FontAwesome5Free" ];
-          style = "Regular";
-          size = 11.0;
-        };
-        statusCommand =
-          "${pkgs.i3status-rust}/bin/i3status-rs ~/.config/i3status-rust/config-default.toml";
-        colors = {
-          background = "#2E3440AA";
-          statusline = "#88C0D0";
-          separator = "#3B4252";
-
-          focusedWorkspace = {
-            border = "#88C0D0";
-            background = "#88C0D0";
-            text = "#2E3440";
-          };
-
-          activeWorkspace = {
-            border = "#4C566ADD";
-            background = "#4C566ADD";
-            text = "#D8DEE9";
-          };
-
-          inactiveWorkspace = {
-            border = "#3B4252DD";
-            background = "#3B4252DD";
-            text = "#E5E9F0";
-          };
-
-          urgentWorkspace = {
-            border = "#B48EAD";
-            background = "#B48EAD";
-            text = "#ECEFF4";
-          };
-
-          bindingMode = {
-            border = "#BF616A";
-            background = "#BF616A";
-            text = "#E5E9F0";
-          };
-        };
-      }];
+      bars = [ ];
       fonts = {
         names = [ "Source Code Pro" ];
         size = 10.0;