fix: conky execution
This commit is contained in:
parent
599f70115b
commit
1a77d34296
1 changed files with 2 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue