feat: add nwg-drawer

* Add nwg-drawer application menu
* Add keybinding, custom css file, and an autostart entry
* Update Waybar to use nwg-drawer for the custom launcher module
This commit is contained in:
BluishHumility
2024-09-22 19:03:28 -04:00
parent 329f845773
commit cadb254a75
5 changed files with 56 additions and 8 deletions

View File

@@ -34,4 +34,7 @@ exec QT_QPA_PLATFORM=xcb firewall-applet
exec eos-welcome --startdelay=3
# Sway Fader
# exec python3 ~/.config/sway/scripts/swayfader.py
# exec python3 ~/.config/sway/scripts/swayfader.py
# nwg-drawer
exec_always nwg-drawer -r -c 7 -is 90 -mb 10 -ml 50 -mr 50 -mt 10

View File

@@ -13,6 +13,9 @@ set $term footclient
# Application launcher
set $launcher fuzzel
# Application menu
set $menu nwg-drawer
# Power Menu
set $powermenu ~/.config/sway/scripts/power_menu.sh
@@ -37,6 +40,9 @@ set $lock swaylock -C ~/.config/swaylock/config
# Start your launcher
bindsym $mod+d exec $launcher
# Menu
bindsym $mod+Shift+d exec $menu
# Lock screen
bindsym $mod+f1 exec $lock