From 358efefb454690c0538b9d523cd32f6af400f640 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 26 Jan 2022 11:02:29 +0900 Subject: home/base: waybar - use dina --- home/profiles/base/config/waybar-settings.nix | 2 +- home/profiles/base/config/waybar-style.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'home/profiles/base') 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; } -- cgit 1.4.1