From 336c3008cf0eaaa3dca39bcb235ff07f3eb3c4dd Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 17 Aug 2024 15:58:05 -0600 Subject: home/desktop: enable waybar --- home/desktop.nix | 39 +++------------------------------------ 1 file changed, 3 insertions(+), 36 deletions(-) (limited to 'home') 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 = -- cgit v1.2.3