From 73e1a0a398b93dc0cc11d6ee4ebfdbf7cd4ec629 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 12 Nov 2024 10:49:44 +0100 Subject: [PATCH] Swaync: update config --- modules/hm/swaynotificationcenter.nix | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) 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" } ] }