5 lines
43 B
Bash
5 lines
43 B
Bash
|
#!/bin/bash
|
||
|
killall waybar
|
||
|
sleep 1
|
||
|
waybar
|