From ac9d35e6d7ea527397aaf525e3e35a23c44285d2 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Thu, 15 Feb 2024 18:54:42 +0000 Subject: [PATCH] waybar: readd rounded borders --- waybar/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/waybar/style.css b/waybar/style.css index 5d0f93b..f5f9ca7 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -36,10 +36,11 @@ button { } #workspaces button { + font-weight: 600; padding: 0 3px; color: #282828; background-color: #a89984; - border-radius: 0px; + border-radius: 5px; margin-right: 3px; } @@ -71,7 +72,7 @@ button { font-weight: 600; padding: 3px 12px; margin: 0; - border-radius: 0px; + border-radius: 5px; } #window, @@ -109,7 +110,7 @@ button { #battery.charging, #battery.plugged { color: #282c34; - background-color: #a9b665; + background-color: #d8a657; } #battery.critical:not(.charging) {