mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
gcal resource files set up
This commit is contained in:
parent
8b11f985cd
commit
c540481dbd
2 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
; ~/.gcal/astronomical
|
||||
; %( = moonrise %) moonset +XX-XX == lat long, ,-X:XX time-offset from UTC
|
||||
; gcal --resource-file=<thisfile> -H no -ox
|
||||
; -H no == no highlight -ox don't show date on every line
|
||||
0 Moonrise is at %(+47.20-122.24,-8:00
|
||||
0 Moonset is at %)+47.20-122.24,-8:00
|
||||
0 Moon phase %O
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
; %o = sunrise %) sunset +XX-XX == lat long, ,-X:XX time-offset from UTC
|
||||
0 Sunrise is at %o+47.20-122.24,-8:00
|
||||
0 Sunset is at %s+47.20-122.244,-8:00
|
Loading…
Reference in a new issue