dotfiles/.scripts/awesome_startup.sh

13 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" &