4 lines
43 B
Bash
Executable file
4 lines
43 B
Bash
Executable file
#!/bin/bash
|
|
killall waybar
|
|
sleep 1
|
|
waybar
|