feat: notification management with minor visuals and mpd cleanup

This commit is contained in:
2026-04-14 10:55:12 +02:00
parent 3df3c1b503
commit b8cc76158b
20 changed files with 3543 additions and 185873 deletions

View File

@@ -10,7 +10,7 @@ picom --config ~/.config/picom.conf &
[ ! -s ~/.config/mpd/pid ] && mpd &
# Battery monitor
batsignal -b -w 20 -c 5 -p -P "Charging" -m 120 &
batsignal -b -w 25 -c 5 -p -P "Charging battery" -U "Battery mode" -W "Low battery" -C "About to shut down!" -m 60 -I ~/.config/custom_icons/battery.png &
# Touchpad gestures
libinput-gestures-setup start &
@@ -33,6 +33,7 @@ x-on-resize -c ~/.config/utils/auto_xrandr.sh &
# Notifications
wired &
~/.config/utils/notifications/mpd.sh &
# Default cursor
xsetroot -cursor_name left_ptr &