guest@dotshare [~/groups/info/conky] $ ls One-Line-Conky/ | cat

One Line Conky (scrot, raw, dl) (+1 likes)

meskarune Apr 29, 2012 (info/conky)

SCROT

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
alignment bottom_center
background no
gap_x 4
gap_y 4
minimum_size 1024 2
maximum_width 1024

update_interval 1
total_run_times 0
double_buffer yes

cpu_avg_samples 2
net_avg_samples 2

use_xft yes
xftfont HanelGotD:size=8
xftalpha 0.5
override_utf8_locale yes

own_window yes
own_window_type desktop
own_window_transparent yes
own_window_hints below,undecorated,sticky,skip_taskbar,skip_pager
#below,  normal  override

draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

default_color 86b5ea
#default_shade_color 7a999c

#MD0: ${alignr}${fs_used /mnt/disks} / ${fs_size /mnt/disks}
#${color slate grey}/var/log/everything.log:
#${color}${exec tail -n33 /var/log/everything.log}
#${font Sans:normal:size=7}${color1}${exec dmesg | uniq | tail -n 5}

TEXT
${alignc}${color #7a999c}Uptime:${color} $uptime  ${color #7a999c}CPU:${color} ${cpu cpu0}%   ${color #7a999c}CPU Temp:${color} ${execi 60 inxi -s | cut -c 65-67 | awk '{print $1}{exit}'}°C   ${color #7a999c}Mem:${color} ${memperc}%   ${color #7a999c}Swap:${color} $swapperc%  ${color #7a999c}HDD Temp:${color} ${execi 60 sudo hddtemp /dev/sda | cut -c 34-38}  ${color #7a999c}Root:${color} ${fs_used /}/ ${fs_size /}  ${color #7a999c}Home:${color} ${fs_used /home/meskarune}/ ${fs_size /home/meskarune}  ${color #7a999c}Down:${color} ${downspeed wlan0} ${color #7a999c}Up:${color} ${upspeed wlan0}

CLICK TO VIEW

x

Notes

This is the one line conky I’m using on my netbook
Transparency is enabled