From 39dddc247bc90ad4966ea185509abac5ea54ca74 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 13 Apr 2023 23:07:27 +0100 Subject: [PATCH] More styling --- users/daniel/configs/desktop/waybar/style.css | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/users/daniel/configs/desktop/waybar/style.css b/users/daniel/configs/desktop/waybar/style.css index a385a02..ced6702 100644 --- a/users/daniel/configs/desktop/waybar/style.css +++ b/users/daniel/configs/desktop/waybar/style.css @@ -19,3 +19,33 @@ window#waybar { color: @base; background: @yellow; } + +* { + border: none; + min-height: 0; + font-family: "Font Awesome"; + font-size: 16px; +} + +#workspaces, #tray, #battery, #backlight, #pulseaudio, #network { + padding: 0 5px; +} + +#network.ethernet, #network.wifi { + color: @base; + background: @blue; +} + +#network.disabled, #network.disconnected { + color: @base; + background: @red; +} + +#pulseaudio { + color: @base; + background: @green; +} + +#pulseaudio.muted { + background: @red; +}