Description: Credit to Veoduendes who created this theme. I only translated this to Polish.
Steps to install: 1. Open a terminal and run: sudo apt-get install conky 2. Enable the viewing of hidden files by pressing CTRL+H in Nautilus. 3. Extract and copy the .conkytheme folder to your home directory. 4. Hit ALT+F2 and run: conky -c $HOME/.conkytheme/conkyrc 5. Add the command to 'System > Preferences > Startup Applications' if you want conky to start up at login with this theme.
//PL:
Aby zainstalować: 1. Otwórz terminal i wpisz: sudo apt-get install conky 2. Wciśnij CTRL+H aby wyświetlić ukryte pliki w Nautilusie. 3. Rozpakuj i przenieś '.conkytheme' do Twojego domowego katalogu. 4. Naciśnij ALT+F2 i wpisz: conky -c $HOME/.conkytheme/conkyrc 5. Dodaj tę komendę do 'System > Preferencje > Programy startowe' Jeśli chcesz dodać conky z tym motywem do autostartu.Last changelog:
#13.06.2k10 - Fixed untranslated 'uptime' thanks to pavon147
your conkyrc only takes the eth0 connection so i added support for wlan0 too
${voffset 6}${goto 256}System (/):${goto 380}${fs_used /} / ${fs_size /}${goto 512}Upspeed: ${goto 612}${if_existing /sys/class/net/wlan0/operstate up}${upspeedgraph wlan0 10,100 B7B2AD B7B2AD}${else}${if_existing /sys/class/net/eth0/operstate up}${upspeedgraph eth0 10,100 B7B2AD B7B2AD}${endif}${endif}${font Droid Sans:style=Bold:size=9} ${if_existing /sys/class/net/eth0/operstate up}${upspeed eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${upspeed wlan0}${endif}${endif}${font}${goto 798}CPU1: ${goto 898}${execi 4 sensors | grep -A 0 'Core 0' | cut -c15-18} ºC${goto 1024}${time %H:%M} ${time %d/%m/%Y}
${goto 15}Kernel: ${goto 100}${kernel}${goto 380}${fs_bar 10,100 /}${goto 512}Downspeed: ${goto 612}${if_existing /sys/class/net/eth0/operstate up}${downspeedgraph eth0 10,100 B7B2AD B7B2AD}${else}${if_existing /sys/class/net/wlan0/operstate up}${downspeedgraph wlan0 10,100 B7B2AD B7B2AD}${endif}${endif}${font Droid Sans:style=Bold:size=9} ${if_existing /sys/class/net/eth0/operstate up}${downspeed eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${downspeed wlan0}${endif}${endif}${font}${goto 798}CPU2: ${goto 898}${execi 4 sensors | grep -A 0 'Core 1' | cut -c15-18} ºC${goto 1024}${time %A}, ${time %d} ${time %B} ${time %Y}
added if statements to check which connection is currently used.
another thing, the theme will appear on top of everything so i changed
own_window_type override
to
own_window_type normal
and please one last thing, about cpu temperature, you should check again as i had to change it from temp0 to "Core 1" and "Core 2" as i have dual core processor
by the way i really loved it, well done
Ratings & Comments
1 Comment
your conkyrc only takes the eth0 connection so i added support for wlan0 too ${voffset 6}${goto 256}System (/):${goto 380}${fs_used /} / ${fs_size /}${goto 512}Upspeed: ${goto 612}${if_existing /sys/class/net/wlan0/operstate up}${upspeedgraph wlan0 10,100 B7B2AD B7B2AD}${else}${if_existing /sys/class/net/eth0/operstate up}${upspeedgraph eth0 10,100 B7B2AD B7B2AD}${endif}${endif}${font Droid Sans:style=Bold:size=9} ${if_existing /sys/class/net/eth0/operstate up}${upspeed eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${upspeed wlan0}${endif}${endif}${font}${goto 798}CPU1: ${goto 898}${execi 4 sensors | grep -A 0 'Core 0' | cut -c15-18} ºC${goto 1024}${time %H:%M} ${time %d/%m/%Y} ${goto 15}Kernel: ${goto 100}${kernel}${goto 380}${fs_bar 10,100 /}${goto 512}Downspeed: ${goto 612}${if_existing /sys/class/net/eth0/operstate up}${downspeedgraph eth0 10,100 B7B2AD B7B2AD}${else}${if_existing /sys/class/net/wlan0/operstate up}${downspeedgraph wlan0 10,100 B7B2AD B7B2AD}${endif}${endif}${font Droid Sans:style=Bold:size=9} ${if_existing /sys/class/net/eth0/operstate up}${downspeed eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${downspeed wlan0}${endif}${endif}${font}${goto 798}CPU2: ${goto 898}${execi 4 sensors | grep -A 0 'Core 1' | cut -c15-18} ºC${goto 1024}${time %A}, ${time %d} ${time %B} ${time %Y} added if statements to check which connection is currently used. another thing, the theme will appear on top of everything so i changed own_window_type override to own_window_type normal and please one last thing, about cpu temperature, you should check again as i had to change it from temp0 to "Core 1" and "Core 2" as i have dual core processor by the way i really loved it, well done