From 208e16e66685f4d9a56b32c51bf2588c458f591f Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Sun, 24 Aug 2025 22:14:27 -0500 Subject: [PATCH] remove extra buttons for now --- .../hyprland/home_manager/swaync.nix | 48 ------------------- 1 file changed, 48 deletions(-) diff --git a/common/desktop_environment/hyprland/home_manager/swaync.nix b/common/desktop_environment/hyprland/home_manager/swaync.nix index ce33576..6891a76 100644 --- a/common/desktop_environment/hyprland/home_manager/swaync.nix +++ b/common/desktop_environment/hyprland/home_manager/swaync.nix @@ -98,54 +98,6 @@ tooltip = "Logout"; command = "confirm-action 'hyprctl dispatch exit' 'Logout?'"; } - { - label = "󰤄"; - tooltip = "Suspend"; - command = "systemctl suspend"; - } - - # Network (requires NetworkManager/nmcli) - { - label = "󰖪"; - tooltip = "Toggle Wi‑Fi"; - command = "nmcli radio wifi toggle"; - } - { - label = "󰖩"; - tooltip = "Wi‑Fi Settings"; - command = "wofi-wifi-menu"; - } - - # Bluetooth (requires bluez/bluetoothctl, blueman optional) - { - label = "󰂲"; - tooltip = "Toggle Bluetooth"; - command = "bluetoothctl power toggle"; - } - { - label = "󰂯"; - tooltip = "Bluetooth Settings"; - command = "wofi-bluetooth-menu"; - } - - # Media - { - label = "󰍭"; - tooltip = "Toggle Mic Mute"; - command = "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"; - } - - # Toggles - { - label = "󰀝"; - tooltip = "Toggle Airplane Mode"; - command = "toggle-airplane-mode"; - } - { - label = "󰓅"; - tooltip = "Toggle Power Profile"; - command = "toggle-power-profile"; - } ]; }; };