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"