System6-theme/resources/lemonbar/bar
ubuntufag cd08bb9f96 init
2016-06-08 23:42:37 -04:00

8 lines
216 B
Bash

#!/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