File: monTime

package info (click to toggle)
xfce4-genmon-plugin 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 932 kB
  • sloc: ansic: 1,273; sh: 314; makefile: 129; perl: 21
file content (7 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash

# An example script for the genmon plugin displaying the date

echo "<txt>"$(date +"%a %d/%m/%Y")
echo "          "$(date +"%H:%M")"</txt>"
echo "<tool>"$(date +"%A %d %B %Y")"</tool>"