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
+3
View File
@@ -25,6 +25,9 @@ ln -sf "$(pwd)/networkmanager-dmenu/config.ini" ~/.config/networkmanager-dmenu/c
ln -sf "$(pwd)/niri/config.kdl" ~/.config/niri/config.kdl
ln -sf "$(pwd)/waybar/config.jsonc" ~/.config/waybar/config.jsonc
ln -sf "$(pwd)/waybar/style.css" ~/.config/waybar/style.css
ln -sf "$(pwd)/waybar/mouse-battery.sh" ~/.config/waybar/mouse-battery.sh
mkdir -p ~/.config/theme
ln -sf "$(pwd)/theme/colors.css" ~/.config/theme/colors.css
ln -sf "$(pwd)/wofi/config" ~/.config/wofi/config
ln -sf "$(pwd)/wofi/style.css" ~/.config/wofi/style.css
ln -sf "$(pwd)/mako/config" ~/.config/mako/config