changed gcal output format

This commit is contained in:
Nickiel12 2023-11-07 17:43:47 -08:00
parent dd9ef0eda5
commit f338cfe0c8
3 changed files with 11 additions and 16 deletions

View file

@ -0,0 +1,11 @@
; ~/.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 %(+47.20-122.24,-8:00
0 Moonset %)+47.20-122.24,-8:00
0 Moonphase %O
; %o = sunrise %) sunset +XX-XX == lat long, ,-X:XX time-offset from UTC
0 Sunrise %o+47.20-122.24,-8:00
0 Sunset %s+47.20-122.244,-8:00

View file

@ -1,11 +0,0 @@
; ~/.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 %(+47.20-122.24,-8:00
0 %)+47.20-122.24,-8:00
0 %O

View file

@ -1,5 +0,0 @@
; %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
0 %o+47.20-122.24,-8:00
0 %s+47.20-122.244,-8:00