sway: Allow launching helvum from waybar module

neomutt
Simon Bruder 2021-12-21 21:50:45 +01:00
parent 76479d0b37
commit a47e41b9a2
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 1 deletions

View File

@ -163,7 +163,8 @@ in
phone = " ";
portable = " ";
};
on-click-right = "${pkgs.pavucontrol}/bin/pavucontrol";
on-click = "${pkgs.pavucontrol}/bin/pavucontrol";
on-click-right = "${pkgs.helvum}/bin/helvum";
};
network = {
format-wifi = "{essid} ({signalStrength}%) ";