From 5ca3f0c9b12ef5af8ef8dffed84777814c219952 Mon Sep 17 00:00:00 2001 From: xsghetti Date: Tue, 16 Jul 2024 23:34:36 -0400 Subject: [PATCH] add battery and backlight styling --- .config/waybar/style.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 28d4e26b..24da09ef 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -61,7 +61,8 @@ tooltip { #pulseaudio, #clock, #custom-swaync, -#custom-updates{ +#custom-updates, +#backlight{ margin-left: 5px; margin-top: 5px; margin-bottom: 5px; @@ -72,6 +73,18 @@ tooltip { } +#battery{ + margin-left: 5px; + margin-top: 5px; + margin-bottom: 5px; + padding-left: 5px; + padding-right: 11px; + background-color: @color1; + border: 1px solid @color7; + +} + + #custom-chatgpt{ margin-left: 5px; margin-top: 5px;