diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 26c77fc..608151d 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -2,7 +2,7 @@ "layer": "top", "position": "top", "spacing": 0, - "height": 34, + "height": 32, "modules-left": [ "custom/logo", "hyprland/workspaces" diff --git a/.config/waybar/style.css b/.config/waybar/style.css index dd98aec..4496a0e 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -4,7 +4,8 @@ min-height: 0; font-family: Ubuntu; font-size: 13px; - font-weight: bold; + font-weight: bold; + } window#waybar { @@ -28,8 +29,8 @@ window#waybar.hidden { /* Fix weird spacing in materia (waybar #450) */ box-shadow: inset 0 -3px transparent; /* Use box-shadow instead of border so the text isn't offset */ - padding: 6px 18px; - margin: 6px 3px; + padding: 2px 12px; + margin: 4px 3px; border-radius: 4px; background-color: #1e1e2e; color: #cdd6f4; @@ -63,8 +64,8 @@ window#waybar.hidden { #clock, #tray { border-radius: 4px; - margin: 6px 3px; - padding: 6px 12px; + margin: 4px 3px; + padding: 2px 12px; background-color: #282c34; color: #282c34; }