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
+4 -4
View File
@@ -4,17 +4,17 @@
}
window#waybar {
background: rgba(15,15,20,0.9);
color: #cdd6f4;
background: rgba(29,31,33,0.9);
color: #c5c8c6;
}
#workspaces button {
padding: 0 8px;
color: #6c7086;
color: #707880;
}
#workspaces button.focused {
color: #89b4fa;
color: #81a2be;
}
#clock, #battery, #network, #pulseaudio {