dotfiles/.scripts/awesome_startup.sh
2022-06-01 07:27:05 +02:00

12 lines
193 B
Bash
Executable file

#!/bin/sh
killall wbar
killall xbattbar
killall pasystray
killall compton
#wbar &
pasystray &
keepassxc &
compton &
/usr/bin/xbattbar -a -c -t 2 -I "#333333" -O white -i white -o "#333333" &