System6-theme/resources/lemonbar/bar

8 lines
216 B
Plaintext
Raw Normal View History

2016-06-09 03:42:37 +00:00
#!/bin/bash
while true
do
echo "%{B#ffffff}%{F#000000} (|) %{F#848484}File%{F#000000} Edit View Label Special %{r} $(date "+%I:%M %p") "
trap "echo Exited; exit;" SIGINT SIGTERM
sleep 1m
done