Update path to scripts in .conkyrc
This commit is contained in:
parent
de5b3ff802
commit
8218250843
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue