From a5de8e0c51607d24503fecf97ed0d49a0ec2a651 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 29 Oct 2025 15:38:29 +0000 Subject: Adjust style for thinner bar & smaller text --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 8186f91..72b7810 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ * { font-family: "Hack Nerd Font", monospace; - font-size: 0.98em; + font-size: 12px; font-weight: normal; text-shadow: none; box-shadow: none; @@ -25,7 +25,7 @@ /* Bar */ window#waybar { color: @fg; - background: rgba(0,0,0,0.85); + background: rgba(0,0,0,0.8); border-top: 1px solid rgba(255,255,255,0.3); } @@ -35,7 +35,7 @@ window#waybar.hidded { /* Labels */ label.module { - padding: 8px 10px 5px 10px; + padding: 4px 10px 2px 10px; } label:hover { @@ -78,7 +78,7 @@ label:hover { #workspaces button, #taskbar button { color: @mg; - padding: 4px 10px 4px 10px; + padding: 4px 10px 2px 10px; border-radius: 0; border:none; } -- cgit