From: Andre Ramnitz Date: Thu, 4 Jan 2024 13:45:22 +0000 (+0100) Subject: waybar: update X-Git-Tag: v0.2~254 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=68e77b6da2923fcd574b414a9b73917214823506;p=dotfiles.git waybar: update --- diff --git a/config/waybar/config b/config/waybar/config index 87675163..875c7b08 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -2,7 +2,7 @@ { "layer": "top", // Waybar at top layer "position": "bottom", // Waybar position (top|bottom|left|right) - "height": 26, // Waybar height (to be removed for auto height) + //"height": 26, // Waybar height (to be removed for auto height) // "width": 1280, // Waybar width "spacing": -8, // Gaps between modules (4px) // Choose the order of the modules diff --git a/config/waybar/style.css b/config/waybar/style.css index 94aeb804..3dd71ae7 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -1,6 +1,6 @@ * { font-family: "BlexMono Nerd Font"; - font-size: 17px; + font-size: 11pt; min-height: 0px; } @@ -43,13 +43,13 @@ button:hover { padding: 0 8px; background-image: linear-gradient(0deg, rgba(228,169,68, 0.9), rgba(228,169,68, 0.6), rgba(59, 64, 69, 0.5)); border-bottom: 3px solid rgba(100, 114, 125, 1); - color: #181818; } #workspaces button { box-shadow: inherit; text-shadow: inherit; border: none; border-radius: 0; + color: #181818; } #workspaces button:hover { box-shadow: inherit; @@ -97,8 +97,6 @@ button:hover { padding: 0 16px; margin: 0 4px; color: #eff0f1; - font-family: "IBM Plex Serif"; - font-size: 17px; min-height: 0px; }