Add powermenu script and apply Tomorrow Night color theme

- Add scripts/powermenu.sh with logout, restart, sleep, shutdown options
- Create wofi/style.css with Tomorrow Night colors
- Apply Tomorrow Night theme to niri, waybar, mako, alacritty, and wofi
This commit is contained in:
funman300
2026-04-22 12:48:03 -07:00
parent 42c52bd2a6
commit 44e1dc2eee
7 changed files with 100 additions and 9 deletions
+3 -2
View File
@@ -3,8 +3,8 @@ layout {
border {
width 2
active-color "#ffb86c"
inactive-color "#444444"
active-color "#81a2be"
inactive-color "#373b41"
}
focus-ring {
@@ -39,6 +39,7 @@ binds {
Print { spawn-sh "grim -g \"$(slurp)\" ~/Pictures/screenshot-$(date +%s).png"; }
Mod+Shift+E { spawn "swaylock" "-f" "-c" "000000"; }
Mod+Shift+P { spawn "bash" "/home/alex/Documents/dotfiles/scripts/powermenu.sh"; }
Mod+Shift+X { quit; }
XF86AudioRaiseVolume allow-when-locked=true { spawn "pamixer" "-i" "5"; }