You are not logged in.
Hey.. I'm trying to launch conky inside a xfce4-terminal window with the following command set to a keybinding.
xfce4-terminal --hide-menubar --geometry=32x10 --execute conky -c -q /home/furycd001/Dots/conky/terminal.conf
The terminal window opens for no longer than half a second before closing by itself. I can confirm that the config does indeed work inside other terminal windows, but have no idea why the terminal window is just closing. Any help is much appreciated....
Offline
Adding a -H to the options should prevent the window from closing I believe.
xfce4-terminal -H --hide....
Offline
Thanks for the heads up Going to give that a try....
Offline
Tried using the "-H" option & everything now works, except there is this blue bar appearing now. How do I remove this blue bar :?
Last edited by furycd001 (2020-09-30 06:18:27)
Offline
[ SOLVED ]
Changed the command to be the following & now it works perfectly
watch -t -n 22 'conky -q -c /home/furycd001/Dots/conky/terminal.conf' &
Offline
[ Generated in 0.008 seconds, 8 queries executed - Memory usage: 528.26 KiB (Peak: 529.17 KiB) ]