remove extra buttons for now
This commit is contained in:
parent
69de4ca87b
commit
208e16e666
1 changed files with 0 additions and 48 deletions
|
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue