System6-theme/resources/lemonbar/bar

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