ironbar: Add back volume popup

The on-click was extremely buggy so the popup should be preferred where
possible.
This commit is contained in:
Donovan Glover 2024-07-17 18:49:21 -04:00
parent 9e75db68b0
commit 2e721b1cdf
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -51,9 +51,6 @@ in
{
type = "volume";
format = "{icon} {percentage}%";
on_click_left = "swayosd-client --output-volume raise";
on_click_right = "swayosd-client --output-volume lower";
disable_popup = true;
}
{
type = "upower";
@ -96,10 +93,6 @@ in
padding-right: 0.5em;
}
.volume:hover {
background: inherit;
}
.upower {
padding-left: 0.2em;
padding-right: 0.2em;