Tuesday, October 01, 2019

GenMon: Date Script

A little script I'm invoking via the Genmon plugin to print the current date on the XFCE Panel, it also prevents anything to show up when you do a mouse over on it.

#!/bin/bash
echo """ | "$(date +"%A %d %b %Y")""
echo """"

## EoF ##

The first empty string and the pipe are there for spacing between the different GenMon scripts I'm running on my Panel.

Labels: , , , , ,

0 Comments:

Post a Comment

<< Home