aksakalli / gtop

System monitoring dashboard for terminal
MIT License
9.74k stars 326 forks source link

Can I use this with Conky? #56

Closed mksglu closed 6 years ago

mksglu commented 7 years ago

I want to use my desktop in my background. As a wallpaper.

Environment

Description

*Can I use it with Conky?

aksakalli commented 7 years ago

Hi @mkoseoglu,

You can install tilda terminal which can run in the background.

sudo apt-get install tilda

I configure it to launch gtop as default command and changed some other style settings (my config_0). You can configure tilda by:

wget -O ~/.config/tilda/config_0 https://gist.githubusercontent.com/aksakalli/29b6de2f3ea6fa9a42f31346e5a4a0c4/raw/config_0

and start it

tilda

screenshot from 2017-10-06 11-05-19

optionally you can add it to Startup Applications to start it automatically when you log in

wget -O ~/.config/autostart/tilda.desktop https://gist.githubusercontent.com/aksakalli/29b6de2f3ea6fa9a42f31346e5a4a0c4/raw/tilda.desktop
mksglu commented 7 years ago

Thank u responsive. @aksakalli Linux is not working properly on I3WM. I got an error in the terminal. (tilda:3352): Vte-CRITICAL **: void vte_terminal_set_colors(VteTerminal*, const GdkRGBA*, const GdkRGBA*, const GdkRGBA*, gsize): assertion 'background == nullptr || valid_color(background)' failed Tilda has started. Press F1 to pull down the window. (tilda:3352): GLib-GObject-WARNING **: invalid unclassed pointer in cast to 'GtkNotebook' (tilda:3352): Gtk-CRITICAL **: gtk_notebook_get_n_pages: assertion 'GTK_IS_NOTEBOOK (notebook)' failed ss