From 1a77d3429659fbd712bdc92520a5c0e66c55d582 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Fri, 27 Sep 2019 23:59:03 +0200 Subject: [PATCH] fix: conky execution --- .config/i3/config | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 06972a6..8984f5d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -207,8 +207,5 @@ exec transmission-gtk -m #exec_always feh --bg-fill ~/Pictures/Wallpaper/predator_2018_4k.jpg exec_always feh --bg-fill ~/Pictures/Wallpaper/arch_hero.png -#exec_always killall conky -#exec_always sleep 1; conky --daemonize --config="/home/tobias/.config/conky/cpu_ram_storage.conf" -execconky --daemonize --config="/home/tobias/.config/conky/clock.conf" -execconky --daemonize --config="/home/tobias/.config/conky/cpu_ram_storage.conf" -#exec_always sleep 1; conky --daemonize --config="/home/tobias/.config/conky/clock.conf" +exec conky --daemonize --config="~/.config/conky/clock.conf" +exec conky --daemonize --config="~/.config/conky/cpu_ram_storage.conf"