6 lines
133 B
Bash
Executable file
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"
|