dotfiles/.config/i3/scripts/startup.sh

9 lines
159 B
Bash
Executable File

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