diff --git a/waybar/style.css b/waybar/style.css index ccaa5d4..0373ea6 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -81,6 +81,7 @@ #backlight { padding-left: 10px; padding-right: 10px; + border-right: 1px solid #6c3483; } /* Each module that should blink */ @@ -161,10 +162,6 @@ margin-left: 40px; } -#custom-alsa { - background: @sound; -} - #network { background: @network; } @@ -177,21 +174,10 @@ background: @cpu; } -#temperature { - background: @temp; -} - -#custom-layout { - background: @layout; -} - #battery { background: @battery; } -#backlight { - background: @backlight; -} #clock.date { background: @date; @@ -201,14 +187,6 @@ background: @time; } -#pulseaudio { /* Unsused but kept for those who needs it */ - background: @sound; -} - -#pulseaudio.muted { - /* No styles */ -} - #tray { background: @tray; } diff --git a/waybar/waybar.config b/waybar/waybar.config index 3a0bf21..4a0aa20 100644 --- a/waybar/waybar.config +++ b/waybar/waybar.config @@ -3,7 +3,6 @@ "height": 25, // Waybar height (to be removed for auto height) "modules-left": ["sway/workspaces"], "modules-center": ["sway/window"], - "separator_symbol": "|", "modules-right": ["network", "cpu", "memory", "pulseaudio", "backlight","battery", "tray", "clock"], "sway/workspaces": { "disable-scroll": true,