6 lines
46 B
Plaintext
6 lines
46 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
killall waybar
|
||
|
|
sleep 1s
|
||
|
|
waybar &
|