dotfiles/.config/i3/scripts/startup.sh
2021-09-19 23:01:26 +02:00

9 lines
172 B
Bash
Executable file

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