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

1-Line (scrot, raw, dl)

h00ver Mar 30, 2014 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
conky.config = {
	double_buffer = true,
	own_window = true,
	own_window_transparent = false,
	own_window_type = 'panel',
	own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager',
	draw_borders = false,
	draw_graph_borders = false,
	draw_shades = true,
	gap_x = 0,
	gap_y = 0,
	alignment = 'bottom_left',
	update_interval = 1,
	default_color = '#8f8f8f',
	own_window_colour = '#2B2E37',
	use_xft = true,
	font = 'Droid Sans:size=9',
	override_utf8_locale = true,
	use_spacer = 'none',
	minimum_width = 1366,
	maximum_width = 1366,
-- Solarized & Numix Colors
	color1 = '#D8DEE9',--Nord white
--color1 e0e0e0 #Solarized white
--color2 849906 #Solarized green
--color2 60B48A #Pastel green
	color2 = '#A3BE8C',--Nord green
--color2 2cb26b #Test green
--color3 af8700 #Solarized yellow
	color4 = '#BF616A',--Nord red
--color4 d70000 #Solarized red
--color4 705050 #Pastel red
	color5 = '#81A1C1',--Nord blue
--color5 3391d0 #Test blue
--color5 1C87C3 #Solarized blue
--color5 9AB8D7 #Pastel blue
--color6 d64937 #Numix red
	color7 = '#8a8a8a',--blueish
	color8 = '#ac7b74',--rusty
	color9 = '#dbd6c3',--creamy
};

conky.text = [[
# Date & Time
${voffset -3}${goto 10}${font Droid Sans:size=9}${time %d/%m/%y}  /  ${time %H:%M}\
# Kernel
${goto 130}$kernel${font}\
# CPU & RAM & Swap
${goto 245}${cpu cpu0}%  /   ${memperc}%   \
# CPU Temp & Fan Speed
${goto 340}${exec sensors | grep 'temp1' | sed -n 1p | awk -F'+' '{print $2}' | cut -c1-2}°C  /  ${platform thinkpad_hwmon fan 1} rpm\
# Root & Data
${goto 470}${fs_used /}  /  ${fs_size /}${goto 590}${fs_used /media/data}  /  ${fs_size /media/data}\
# Network LAN & WLAN
${goto 710}${if_existing /proc/net/route enp0s25}${upspeed enp0s25}  /  ${downspeed enp0s25}${else}${goto 710}${if_existing /proc/net/route wlp3s0}${upspeed wlp3s0}  /  ${downspeed 
wlp3s0}${else}${goto 730}${color4}O f f l i n e${color}${endif}${endif}\
# Battery
${goto 840}${if_existing /sys/class/power_supply/BAT0/}${battery_percent BAT0}%${else}AC${endif}\
# Updates
${goto 900}Updates : ${execpi 3600 checkupdates | wc -l}\
# MPD
${goto 970}${if_mpd_playing}  ${color5}${mpd_title}${color}   by   ${color2}${mpd_artist}${else}${color4}MPD not running${endif}
]];

CLICK TO VIEW

x

Notes

1-Line-config for my X230 (1366x786)
FontAwesome -> http://fortawesome.github.io/Font-Awesome/
FontAwesome on AUR -> https://aur.archlinux.org/packages/ttf-font-awesome/
Droid Sans -> http://www.fontsquirrel.com/fonts/Droid-Sans
Wall -> http://mycolorscreen.com/wp-content/uploads/wallpapers_2012/269229/Geo%20Wallpaper.jpg

Update November, 7th 2017
Uploaded conkyrc based on conky 1.10.6

Comments

stundenull said about 9 years ago

nice conky h00ver, but I only have 1 problem.. it appears half the conky is tilted starting from hdd info to mpd which is effected the worst - barely visible. voffset is troubleing..

edited about 9 years ago

h00ver said about 9 years ago

seems ok for me (updated config-file here and test-scrot @ http://imgur.com/Wqadkio )