From 97ecfdfa3620e0c8bb658bdb61b84050b2e60cd4 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Thu, 1 Feb 2024 20:05:44 +0000 Subject: [PATCH] waybar: os widget to dark text --- waybar/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/waybar/style.css b/waybar/style.css index 4a3e7fe..c44db75 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -56,6 +56,7 @@ button { color: #2d3436; background-color: #abb2bf; border-radius: 4px; + margin-right: 6px; } #workspaces button.urgent { @@ -246,5 +247,6 @@ label:focus { #custom-os { background-color: #61afef; + color: #282c34; font-size: 16px; }