about summary refs log tree commit diff
path: root/home/profiles/base
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/base')
-rw-r--r--home/profiles/base/config/waybar-settings.nix2
-rw-r--r--home/profiles/base/config/waybar-style.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/home/profiles/base/config/waybar-settings.nix b/home/profiles/base/config/waybar-settings.nix
index 6eff005..90e793a 100644
--- a/home/profiles/base/config/waybar-settings.nix
+++ b/home/profiles/base/config/waybar-settings.nix
@@ -4,7 +4,7 @@ with neotheme.colors;
 {
   layer = "bottom";
   position = "top";
-  height = 21;
+  height = 22;
   modules-left = [ "pulseaudio" "custom/seperator" "cpu" "custom/seperator" "memory" ];
   modules-center = [ "sway/workspaces" ];
   modules-right = [ "clock" ];
diff --git a/home/profiles/base/config/waybar-style.nix b/home/profiles/base/config/waybar-style.nix
index b8c22d5..686da35 100644
--- a/home/profiles/base/config/waybar-style.nix
+++ b/home/profiles/base/config/waybar-style.nix
@@ -6,8 +6,8 @@ with neotheme.colors;
   * {
     border: none;
     border-radius: 0;
-    font-family: "cherry, JetBrainsMono Nerd Font";
-    font-size: 13px;
+    font-family: "Dina, JetBrainsMono Nerd Font";
+    font-size: 12px;
     min-height: 0;
   }