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

10 lines
172 B
Bash
Raw Normal View History

2021-08-26 09:16:35 +02:00
#!/bin/sh
2021-09-19 23:01:26 +02:00
killall wbar
killall compton
2021-08-26 09:16:35 +02:00
killall pasystray
2021-09-19 23:01:26 +02:00
killall xbattbar
2021-08-26 09:16:35 +02:00
2021-09-19 23:01:26 +02:00
compton &
2021-08-26 09:16:35 +02:00
pasystray &
2021-09-19 23:01:26 +02:00
/usr/bin/xbattbar -a -c -t 2 -I "#333333" -O white -i white -o "#333333" &