From 4b298878d38693ad64a928e08ebcf39a721a7fb1 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Sun, 30 Apr 2023 14:41:07 -0500 Subject: clean up install script --- sway-de/waybar/.config/waybar/config | 3 ++- sway-de/waybar/.config/waybar/style.css | 11 +++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'sway-de/waybar') diff --git a/sway-de/waybar/.config/waybar/config b/sway-de/waybar/.config/waybar/config index 17bade2..00a08e4 100644 --- a/sway-de/waybar/.config/waybar/config +++ b/sway-de/waybar/.config/waybar/config @@ -11,7 +11,8 @@ "format": "{icon}", "format-icons": { "1": "", - "2": "" + "2": "", + "3": "" } }, "clock#local": { diff --git a/sway-de/waybar/.config/waybar/style.css b/sway-de/waybar/.config/waybar/style.css index 3866d6f..36a330d 100644 --- a/sway-de/waybar/.config/waybar/style.css +++ b/sway-de/waybar/.config/waybar/style.css @@ -44,11 +44,11 @@ label { #workspaces label { padding: 0; + font-weight: bold; } #workspaces button { padding: 0 6px; - font-weight: normal; } #workspaces button:hover { @@ -61,9 +61,16 @@ label { background: #efefef; } +#custom-reboot, #network, #pulseaudio, #battery, #temperature, #idle_inhibitor { + min-width: 18px; +} + +#clock { + font-weight: 500; +} + #idle_inhibitor { margin: 0; - padding: 2px 12px 2px 6px; } #idle_inhibitor.activated { -- cgit v1.2.3