Haven't changed a damn thing. Glad to be back on Linux. I always go for simplicity and utility, and I noticed that most conky configs are going to be covered up by windows, and me personally I always have my browser maximized, so I smushed together my Tint2 config and conky into one goliath of a config that lets me do and see everything right up top.
The three bars say, respectively, "Mem" "Home" and "Root". As the bar fills, the black text becomes visible. I just reinstalled Arch last night so there's nothing interesting to see.
Code:
alignment top_left
border_margin 5
border_width 1
default_color aaaaaa
double_buffer yes
draw_borders no
draw_outline no
draw_shades no
gap_x 5
gap_y -7
maximum_width 700
#max_user_text 1000
text_buffer_size 1000
no_buffers yes
override_utf8_locale yes
own_window_colour dddddd
own_window_hints undecorated,below,skip_taskbar,skip_pager,sticky
own_window_transparent yes
own_window_type override
own_window yes
stippled_borders 0
update_interval 5
uppercase no
#use_spacer yes
use_xft yes
xftfont LiberationMono-Regular:size=8
lua_load ~/scripts/draw_bg.lua
lua_draw_hook_pre draw_bg
temperature_unit fahrenheit
TEXT
${voffset 10}${font OpenLogos:pixelsize=24}A${font}${voffset -16}${offset 3}${color dddddd}${time %I:%M}$color ${time %a, %b %d} ${color} | CPU: ${color dddddd}$cpu %$color | ${color dddddd}${voffset 1}${membar 8,75}${offset -75}${color 222222}Mem${color dddddd}${offset 55}${color} | ${color dddddd}${fs_bar 8,75 /home}${offset -75}${color 222222}Home${color dddddd}${offset 55}${color} | ${color dddddd}${fs_bar 8,75 /}${offset -75}${color 222222}Root${color dddddd}${offset 55} ${color}| ${color}Battery: ${color dddddd}${battery_short BAT1} ${color}
$color${offset 25}Arch:${color dddddd} ${texeci 3600 perl ~/.conkyscripts/list_upgradable.pl} ${color}update(s) available | Weather: ${color dddddd}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ KJST weather}, ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ KJST temperature}
Bookmarks