remove extra buttons for now

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-24 22:14:27 -05:00
parent 69de4ca87b
commit 208e16e666

View file

@ -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 WiFi";
command = "nmcli radio wifi toggle";
}
{
label = "󰖩";
tooltip = "WiFi 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";
}
];
};
};