diff options
author | Matt Singleton <matt@xcolour.net> | 2023-04-30 14:41:07 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-04-30 14:41:07 -0500 |
commit | 4b298878d38693ad64a928e08ebcf39a721a7fb1 (patch) | |
tree | 60df5cb373ae3f4e5a06b17071f95716eb77b8ed /sway-de/waybar | |
parent | 5ca60114560f24617d0a82ef230bc11484617800 (diff) |
clean up install script
Diffstat (limited to 'sway-de/waybar')
-rw-r--r-- | sway-de/waybar/.config/waybar/config | 3 | ||||
-rw-r--r-- | sway-de/waybar/.config/waybar/style.css | 11 |
2 files changed, 11 insertions, 3 deletions
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 { |