mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
ironbar: Add back volume popup
The on-click was extremely buggy so the popup should be preferred where possible.
This commit is contained in:
parent
9e75db68b0
commit
2e721b1cdf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user