Add mouse battery widget, Bolt Launcher rule, cursor size; fix theme symlink

- waybar: add custom/mouse-battery module and mouse-battery.sh script
- niri: add Bolt Launcher floating rule; switch RuneLite to floating
- environment.d: set XCURSOR_SIZE=36
- install.sh: add symlinks for theme/colors.css and mouse-battery.sh (fixes @import path)
- .gitignore: exclude nohup.out

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-04-25 11:54:28 -07:00
parent 8be00bc273
commit 79ca9839f6
6 changed files with 30 additions and 3 deletions
+8 -2
View File
@@ -130,10 +130,16 @@ window-rule {
default-floating-position x=-9999 y=-9999
}
// RuneLite (Java app-id pattern - verify with: niri msg pick-window)
// Bolt Launcher
window-rule {
match app-id="^bolt-launcher$"
open-floating true
}
// RuneLite
window-rule {
match app-id="^(net-runelite-client-RuneLite|runelite|RuneLite)$"
open-maximized true
open-floating true
border {
off
}