aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/desktop/wm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/desktop/wm/default.nix')
-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;