Added volume button for waybar.

This commit is contained in:
duma97
2025-11-14 22:56:26 +04:00
parent f61cfe3252
commit a0c3677ebb
2 changed files with 22 additions and 13 deletions
+10 -1
View File
@@ -33,7 +33,7 @@ tooltip {
background:@background;
color: @color7;
}
#clock:hover, #bluetooth:hover, #network:hover, #battery:hover, #cpu:hover, #memory:hover, #temperature:hover{
#pulseaudio:hover, #bluetooth:hover, #network:hover, #battery:hover, #cpu:hover, #memory:hover, #temperature:hover{
transition: all .3s ease;
color:@color9;
}
@@ -90,6 +90,15 @@ tooltip {
color:@color7;
}
#pulseaudio{
padding: 0px 5px;
transition: all .3s ease;
color:@color7;
}
#pulseaudio.muted{
color: #f53c3c;
}
#battery{
padding: 0px 5px;
transition: all .3s ease;