From a17ae708b7bf66bea0437417ef0ca0c2ad3be13c Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 1 Sep 2021 12:43:41 -0500 Subject: sway-related config changes --- config/waybar/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'config/waybar/style.css') diff --git a/config/waybar/style.css b/config/waybar/style.css index d30f2a5..3743dc0 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -35,6 +35,7 @@ window#waybar { #window, #network, #pulseaudio, +#battery, #clock { padding: 2px 10px; margin: 0; @@ -44,11 +45,16 @@ window#waybar { #mode, #network, #pulseaudio, -#clock { +#battery { background: #93a1a1; color: #eee8d5; } +#clock { + background: #657b83; + color: #eee8d5; +} + #workspaces button, #workspaces button:hover, #workspaces button.focused, @@ -59,6 +65,11 @@ window#waybar { padding: 0 5px; } +#workspaces button { + background: #93a1a1; + color: #eee8d5; +} + #workspaces button:hover { background: #93a1a1; color: #eee8d5; -- cgit v1.2.3