5 lines
50 B
Bash
Executable file
5 lines
50 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
while true; do
|
|
waybar
|
|
done
|