wip waybar and swaync updates

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-24 22:11:54 -05:00
parent d1053b6282
commit 69de4ca87b
11 changed files with 124 additions and 15 deletions

View file

@ -86,17 +86,17 @@
{
label = "󰐥";
tooltip = "Shutdown";
command = "systemctl poweroff";
command = "confirm-action 'systemctl poweroff' 'Shutdown?'";
}
{
label = "󰜉";
tooltip = "Reboot";
command = "systemctl reboot";
command = "confirm-action 'systemctl reboot' 'Reboot?'";
}
{
label = "󰍃";
tooltip = "Logout";
command = "hyprctl dispatch exit";
command = "confirm-action 'hyprctl dispatch exit' 'Logout?'";
}
{
label = "󰤄";
@ -113,7 +113,7 @@
{
label = "󰖩";
tooltip = "WiFi Settings";
command = "nm-connection-editor";
command = "wofi-wifi-menu";
}
# Bluetooth (requires bluez/bluetoothctl, blueman optional)
@ -125,7 +125,26 @@
{
label = "󰂯";
tooltip = "Bluetooth Settings";
command = "blueman-manager";
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";
}
];
};