Sources/candybar/candybar.sh
2023-02-04 18:31:46 +02:00

6 lines
133 B
Bash
Executable file

#!/bin/sh
# candybar - a stupidly simple statusbar written in shell
export bar=" "
. "$HOME/.config/candybar/config.sh"
echo "$bar"