Various improvements to calendar output: (0) Use calendar-run.sh from small-hacks, and
(1) make font of the monthly calendar slighlty smaller.
This commit is contained in:
parent
c13ae795a8
commit
3481ed95d2
1 changed files with 4 additions and 4 deletions
|
|
@ -50,13 +50,13 @@ gap_y 1
|
||||||
|
|
||||||
TEXT
|
TEXT
|
||||||
${color2}${goto 5}${font DejaVu Sans:size=30}${time %H}${font DejaVu Sans:size=28}:${time %M}${color2}${goto 118}${font DejaVu Sans:size=10}${voffset -15}${time %Z}${goto 119}${voffset 12}${font DejaVu Sans:size=6}(${time %z})${color2}${goto 152}${voffset -15}${font :size=12}${time %A %e %B %Y}
|
${color2}${goto 5}${font DejaVu Sans:size=30}${time %H}${font DejaVu Sans:size=28}:${time %M}${color2}${goto 118}${font DejaVu Sans:size=10}${voffset -15}${time %Z}${goto 119}${voffset 12}${font DejaVu Sans:size=6}(${time %z})${color2}${goto 152}${voffset -15}${font :size=12}${time %A %e %B %Y}
|
||||||
|
${voffset 13}${execpi 605 ~/hacks/Small-Hacks/calendar-run.sh}
|
||||||
${voffset 13}${font Inconsolata:size=13}${execpi 405 ~/hacks/Small-Hacks/org-mode-appt-check.plx}
|
${font Inconsolata:size=12}${execpi 405 ~/hacks/Small-Hacks/org-mode-appt-check.plx}
|
||||||
|
|
||||||
${color4}$hr
|
${color4}$hr
|
||||||
${color}${font Inconsolata:size=11}${execpi 810 /usr/bin/gcal -H T:t:H:h . | /usr/bin/perl -ne 'next if /^\s*\d*\s*$/; s/T(\s*\d+\s*)t/\${color7} $1 \${color}/g; print;'}
|
${color}${font Inconsolata:size=10}${execpi 810 /usr/bin/gcal -H T:t:H:h . | /usr/bin/perl -ne 'next if /^\s*\d*\s*$/; s/T(\s*\d+\s*)t/\${color7} $1 \${color}/g; print;'}
|
||||||
|
|
||||||
${color}${font Inconsolata:size=11}${execpi 810 /usr/bin/gcal -H T:t:H:h %`date +"%Y%m%d" --date='3 months'` .| /usr/bin/perl -ne 'next if /^\s*\d*\s*$/; s/T(\s*\d+\s*)t/ $1 /g; print;'}
|
${color}${font Inconsolata:size=10}${execpi 810 /usr/bin/gcal -H T:t:H:h %`date +"%Y%m%d" --date='3 months'` .| /usr/bin/perl -ne 'next if /^\s*\d*\s*$/; s/T(\s*\d+\s*)t/ $1 /g; print;'}
|
||||||
|
|
||||||
${voffset -10}${color2}${font led:size=10}CPU ${font}$hr
|
${voffset -10}${color2}${font led:size=10}CPU ${font}$hr
|
||||||
Overall temperature: ${acpitemp}°C
|
Overall temperature: ${acpitemp}°C
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue