Switch from gcal/todoist to org-agenda!!!
This commit is contained in:
parent
ad7bddcdfb
commit
0ceac6ad67
2 changed files with 2 additions and 8 deletions
|
@ -65,12 +65,9 @@ conky.text = [[
|
|||
${font VictorMono Nerd Font:size=9:bold}Sync
|
||||
${font VictorMono Nerd Font:size=9:regular}${exec command insync get_sync_progress}
|
||||
$hr
|
||||
${font VictorMono Nerd Font:size=9:bold}Calendar
|
||||
${font VictorMono Nerd Font:size=9:bold}Agenda
|
||||
${font VictorMono Nerd Font:size=9:regular}${exec command ~/.linux/scripts/today.sh}
|
||||
$hr
|
||||
${font VictorMono Nerd Font:size=9:bold}To do
|
||||
${font VictorMono Nerd Font:size=9:regular}${exec command ~/go/bin/todoist sync && ~/go/bin/todoist list --filter '(overdue | today)' | sed 's/^..............//' | sed 's/\#Inbox\ //g' | sed 's/\ ..\:..\ //g' | sort | sed 's/^.\{14\}//'}
|
||||
$hr
|
||||
${font VictorMono Nerd Font:size=9:bold}Music
|
||||
${font VictorMono Nerd Font:size=9:regular}${exec command ~/.linux/scripts/nowplaying.sh}
|
||||
${execbar command ~/.linux/scripts/cmus-conky-timebar.sh}
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
#/usr/bin/bash
|
||||
|
||||
now=$(date "+%Y-%m-%d")
|
||||
tomorrow=$(date "+%Y-%m-%d" -d "+1 day")
|
||||
|
||||
gcalcli agenda $now $tomorrow --military --nodeclined | sed 's/\x1b\[[0-9;]*m//g'
|
||||
emacs -batch -Q -l ~/.linux/dots/emacs/agenda.el -eval '(org-batch-agenda "a" org-agenda-span 1)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue