8 lines
65 B
Bash
8 lines
65 B
Bash
|
#!/bin/env sh
|
||
|
|
||
|
pkill polybar
|
||
|
|
||
|
sleep 1;
|
||
|
|
||
|
polybar i3wmthemer_bar &
|