From 8218250843346d77e9499dd99f2699a6c3efc8eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sat, 30 Nov 2019 22:26:12 +0000 Subject: [PATCH] Update path to scripts in .conkyrc --- dots/.conkyrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dots/.conkyrc b/dots/.conkyrc index 6a5efbf..5e2b069 100644 --- a/dots/.conkyrc +++ b/dots/.conkyrc @@ -69,12 +69,12 @@ Sync ${exec command insync get_sync_progress} $hr Calendar -${exec command ~/.scripts/today.sh} +${exec command ~/.linux/scripts/today.sh} $hr 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\}//'} $hr Music -${exec command ~/.scripts/nowplaying.sh} -${execbar command ~/.scripts/cmus-conky/cmus-conky-timebar.sh} +${exec command ~/.linux/scripts/nowplaying.sh} +${execbar command ~/.linux/scripts/cmus-conky/cmus-conky-timebar.sh} ]]