diff options
author | sefidel <contact@sefidel.net> | 2022-01-27 15:33:37 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-27 15:33:37 +0900 |
commit | 7c10bb37639226e7a22622dc40001502c09054c3 (patch) | |
tree | 277fcd1b1271e4762eac88aafe0786cc5de669a1 /home/profiles/base/config/waybar/style.nix | |
parent | c8d706555152e0e24701f4967bc7a64dcc5647d5 (diff) | |
download | nixrc-7c10bb37639226e7a22622dc40001502c09054c3.tar.gz nixrc-7c10bb37639226e7a22622dc40001502c09054c3.zip |
home/base: new gtk theme
Diffstat (limited to 'home/profiles/base/config/waybar/style.nix')
-rw-r--r-- | home/profiles/base/config/waybar/style.nix | 1 |
1 files changed, 1 insertions, 0 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}; |