conky lua

melhisedek

Active member
Joined
Dec 11, 2014
Messages
418
Reaction score
99
Instalirao sam Conky Lua po uputstvu ali nece automatski da se podize sa sistemom. Pri podizanju sistema pojavi se na par sekundi i nestane, pa moram uvek u terminal da kucam “conky” dabi se pojavio na monitor. Ako moze pomoc unapred se zahvaljujem. Ako nisam na dobrom mestu postavio pitanje nemojte zameriti starijem coveku na neznanju .🙂
 
Last edited:
S

system

Guest
Hi @melhisedek, you can do two things. If this happens with Conky only you can install Conky manager http://www.teejeetech.in/p/conky-manager.html

That will automatically fix the issue for you.

If this happens with other scripts as well you can use something like this:

#!/bin/bash (Killall tint2 -e) & (Killall volumeicon -e) & (Killall xxkb -e) & (sleep 1s && tint2) & (sleep 2s && volumeicon) & (sleep 3s && setxkbmap -option "grp:switch,grp:alt_shift_toggle,grp_led:scroll" -layout "us,bg(phonetic)") & (sleep 4s && xxkb) & (sleep 5s && exit )

Save it in a .sh file, make it executable and autostart on boot up. Conky could be added here as well if you don’t want to use the manager above.
 

melhisedek

Active member
Joined
Dec 11, 2014
Messages
418
Reaction score
99
Thank you very much for the help. Conky now working 🙂
 
Last edited:
Top