waybar: make pulseaudio the leftmost module

This commit is contained in:
Peter Cai 2022-03-25 20:46:28 -04:00
parent 1cbc562125
commit fd120ee8c1
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,6 @@ label:focus {
#network {
background-color: #ebdbb2;
color: #000000;
border-radius: 5px 0px 0px 5px;
}
#network.disconnected {
@ -134,6 +133,7 @@ label:focus {
}
#pulseaudio {
border-radius: 5px 0px 0px 5px;
background-color: #ebdbb2;
color: #000000;
}