summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/desktop.nix39
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 =