dotfiles/.scripts/awesome_startup.sh

13 lines
193 B
Bash
Raw Permalink Normal View History

2021-09-21 22:34:03 +02:00
#!/bin/sh
killall wbar
killall xbattbar
killall pasystray
killall compton
2022-06-01 07:27:05 +02:00
#wbar &
2021-09-21 22:34:03 +02:00
pasystray &
2022-06-01 07:27:05 +02:00
keepassxc &
2021-09-21 22:34:03 +02:00
compton &
2022-06-01 07:27:05 +02:00
/usr/bin/xbattbar -a -c -t 2 -I "#333333" -O white -i white -o "#333333" &