Advertisement
Guest User

Geektool codes

a guest
Nov 11th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. To use these, copy and paste into the command section.
  2.  
  3. Date: date +%A
  4.  
  5. Month: date +%B
  6.  
  7. Day: date +%d
  8.  
  9. Time with seconds (synced to your system clock): date +"%l:%M:%S"
  10.  
  11. Am/pm (for use with the time above) : date "+%p"
  12.  
  13. Alternative time (like the one in my screenshot) : TZ=EST date +"%l:%M %p" (just change EST to whatever timezone you're currently in.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement