diff --git a/modules/hm/swaynotificationcenter.nix b/modules/hm/swaynotificationcenter.nix index a3797c7..320fa59 100644 --- a/modules/hm/swaynotificationcenter.nix +++ b/modules/hm/swaynotificationcenter.nix @@ -60,7 +60,7 @@ "image-radius": 7 }, "volume": { - "label": "" + "label": "Vol." }, "backlight": { "label": "󰃟" @@ -69,23 +69,7 @@ "actions": [ { "label": "󰐥", - "command": "systemctl poweroff" - }, - { - "label": "󰜉", - "command": "systemctl reboot" - }, - { - "label": "󰍃", - "command": "hyprctl dispatch exit" - }, - { - "label": "", - "command": "firefox bitwarden.serpentian.net" - }, - { - "label": "󰖂", - "command": "firefox vpn.serpentian.net" + "command": "wlogout" } ] }