mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
changed gcal output format
This commit is contained in:
parent
dd9ef0eda5
commit
f338cfe0c8
3 changed files with 11 additions and 16 deletions
11
modules/ewwbar/eww-config/scripts/gcalinfo
Normal file
11
modules/ewwbar/eww-config/scripts/gcalinfo
Normal 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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
Loading…
Reference in a new issue