From e12945c6d4b52851c3fd4cf55340d1500e49af73 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sun, 31 Mar 2024 19:41:00 +0200 Subject: [PATCH] [waybar] re-ordered modules --- apps/waybar/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/waybar/style.css b/apps/waybar/style.css index 39b5063..62baeb4 100644 --- a/apps/waybar/style.css +++ b/apps/waybar/style.css @@ -93,7 +93,7 @@ tooltip { } #backlight, -#battery, +#pulseaudio, #custom-hypridle, #custom-wireguard, #network { @@ -103,7 +103,7 @@ tooltip { margin-left: 0px; } -#pulseaudio { +#battery { border-radius: 0px 10px 10px 0px; font-size: 20px; margin-left: 0px;