diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-08-17 15:58:05 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-08-17 22:08:09 -0600 |
| commit | 336c3008cf0eaaa3dca39bcb235ff07f3eb3c4dd (patch) | |
| tree | 8bfa9fe672a42e563f492e6615cbcd24e400606d | |
| parent | 40cba9c7cc68bdb1b7a4ddf114cb8ee9b4139bf0 (diff) | |
home/desktop: enable waybar
| -rw-r--r-- | home/desktop.nix | 39 |
1 files changed, 3 insertions, 36 deletions
diff --git a/home/desktop.nix b/home/desktop.nix index 6c0e24b..8536e2b 100644 --- a/home/desktop.nix +++ b/home/desktop.nix @@ -75,6 +75,8 @@ with lib; { ''; }; + waybar.enable = true; + wofi.enable = true; }; @@ -109,43 +111,8 @@ with lib; { }; bars = singleton { - mode = "dock"; - hiddenState = "hide"; + command = "waybar"; position = "top"; - workspaceButtons = true; - workspaceNumbers = true; - statusCommand = getExe pkgs.i3status; - trayOutput = "primary"; - colors = { - background = "#000000"; - statusline = "#ffffff"; - separator = "#666666"; - focusedWorkspace = { - border = "#4c7899"; - background = "#285577"; - text = "#ffffff"; - }; - activeWorkspace = { - border = "#333333"; - background = "#5f676a"; - text = "#ffffff"; - }; - inactiveWorkspace = { - border = "#333333"; - background = "#222222"; - text = "#888888"; - }; - urgentWorkspace = { - border = "#2f343a"; - background = "#900000"; - text = "#ffffff"; - }; - bindingMode = { - border = "#2f343a"; - background = "#900000"; - text = "#ffffff"; - }; - }; }; keybindings = |
