feat: notification management with minor visuals and mpd cleanup
This commit is contained in:
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user