mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-24 03:31:23 +02:00
ironbar: Change volume on left/right click
This commit is contained in:
parent
953b79bef2
commit
b9cabc0e45
@ -54,6 +54,8 @@ in
|
|||||||
{
|
{
|
||||||
type = "script";
|
type = "script";
|
||||||
cmd = "~/.config/${volumeScript}";
|
cmd = "~/.config/${volumeScript}";
|
||||||
|
on_click_left = "~/.config/hypr/raise-volume.fish";
|
||||||
|
on_click_right = "~/.config/hypr/lower-volume.fish";
|
||||||
mode = "watch";
|
mode = "watch";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user