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.
#!/bin/bash
echo "
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: Debian, Debian Buster, GenMon Plugin, Linux, Scripts, XFCE
0 Comments:
Post a Comment
<< Home