diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/base/config/waybar/style.nix | 1 | ||||
-rw-r--r-- | home/profiles/base/default.nix | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/home/profiles/base/config/waybar/style.nix b/home/profiles/base/config/waybar/style.nix index 686da35..2fff3bd 100644 --- a/home/profiles/base/config/waybar/style.nix +++ b/home/profiles/base/config/waybar/style.nix @@ -18,6 +18,7 @@ with neotheme.colors; } #workspaces button { + min-width: 0; padding: 0 8px; background: #${background}; color: #${foreground}; diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index c8a7283..4805969 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -27,8 +27,8 @@ in gtk.enable = true; gtk.iconTheme.package = pkgs.papirus-icon-theme; gtk.iconTheme.name = "Papirus-Dark"; - gtk.theme.package = phocus; - gtk.theme.name = "phocus"; + gtk.theme.package = (pkgs.orchis-theme.override { tweaks = [ "primary" "compact" ]; }); + gtk.theme.name = "Orchis-dark-compact"; gtk.font.name = "Dina 10"; home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ-AA"; |