Update path to scripts in .conkyrc

master
trémeur 5 years ago
parent de5b3ff802
commit 8218250843

@ -69,12 +69,12 @@ Sync
${exec command insync get_sync_progress} ${exec command insync get_sync_progress}
$hr $hr
Calendar Calendar
${exec command ~/.scripts/today.sh} ${exec command ~/.linux/scripts/today.sh}
$hr $hr
To do To do
${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\}//'} ${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 $hr
Music Music
${exec command ~/.scripts/nowplaying.sh} ${exec command ~/.linux/scripts/nowplaying.sh}
${execbar command ~/.scripts/cmus-conky/cmus-conky-timebar.sh} ${execbar command ~/.linux/scripts/cmus-conky/cmus-conky-timebar.sh}
]] ]]

Loading…
Cancel
Save