You are not logged in.
You guys are just epic compared to my text only conky!
Some real artists here!
Offline
ichigo i love that font you use, can you please tell me what font it is?
EDIT: oops, read the source, luke... found it, nevermind
Last edited by SanskritFritz (2009-04-29 20:20:12)
zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)
Offline
My EEEPC 701 4G
double_buffer yes
own_window yes
alignment top_left
update_interval 1
own_window_type desktop
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
gap_x 5
gap_y 5
use_xft yes
xftfont sans:size=8.5
xftalpha 0.9
minimum_size 280 5
TEXT
$sysname ${color #B3D2FF}$kernel$color on $machine, Chip Speed:${color #B3D2FF} $freq_g GHz$color
LAN IP:${color #B3D2FF} ${addr wlan0}${color}${alignr 1}Pub IP:${color #B3D2FF}${execi 3600 checkmyip.sh}
$color${cpubar 0,115}${offset 39}${cpubar 0}${color #B3D2FF}
${voffset -2}${offset 28}${font sans:style=bold:size=12}$color${time %H:%M:%S}${voffset -2}${offset 57}${font sans:size=11}${time %d %b %G}
${alignr 159}$font Up: $uptime
$color$hr$font${color #B3D2FF} $cpu%
${color}${cpugraph 30,285 88AACC B3D2FF}
${color}RAM: ${color #B3D2FF}$memmax ${alignr}${color}RAM Usage:${color #B3D2FF} $memperc%
${color}Connected to: ${color #B3D2FF}${alignr}${gw_ip}
${color #B3D2FF}${alignr}${wireless_essid wlan0} @ ${wireless_bitrate wlan0}
${color}free space on /:${alignr}${color #B3D2FF}${fs_free /}${color #B3D2FF} ${fs_bar 3,90 /}
${color}free space on /home:${alignr}${color #B3D2FF}${fs_free /home/}${color #B3D2FF} ${fs_bar 3,90 /home/}
${color #B3D2FF}${offset 110}${voffset -179}${font openlogos:size=45}B$font
${offset 172}${voffset -21}$color${font sans:size=11}${time %A}$font
${color}Up:${alignr}${color #B3D2FF}${upspeed wlan0}KB/s ${color}${upspeedgraph wlan0 10,110 88AACC B3D2FF} ${color}Total: ${color #B3D2FF}${totalup wlan0}
${color}Down:${alignr}${color #B3D2FF}${downspeed wlan0}KB/s ${color}${downspeedgraph wlan0 10,110 88AACC B3D2FF} ${color}Total: ${color #B3D2FF}${totaldown wlan0}
${color}Weather in Port Isaac${color #B3D2FF}${alignr}${execi 3600 weather.sh "EUR|UK|UK125|Port%20Isaac"}
${color}${hr 2}
NAME $alignr PID CPU
${top name 1} $alignr ${top pid 1} ${top cpu 1}
${top name 2} $alignr ${top pid 2} ${top cpu 2}
${top name 3} $alignr ${top pid 3} ${top cpu 3}
${color gray} //Now Playing//
${color #B3D2FF}${mpd_artist} - ${mpd_title}
${color}${mpd_bar}
time: ${alignr}${mpd_elapsed}/${mpd_length}
${color}Available Arch Updates:
${color gray}${execi 780 /usr/local/bin/archupdates.sh}
I updated mine after i saw Netsu's big arch logo in his conky. I couldn't resist it.
And seeing as everyone and there dog is writing there own Arch updates script , here's mine
#!/bin/sh
#A plugin script for conky to show any available arch linux sofware updates.
#Written by Timttmy on 9/january/2009
#Last modified on 28/APRIL/2009
#version 0.7
#This version supports very basic display priority, and can be changed to suit the users needs.
NOP=5 #change this to display the maximum Number Of Packages in the display
NEED1=kernel #change this to whatever package is most important to you
NEED2=pacman #change this to your 2nd most important package
NUM=`pacman -Qu | sed "s/ /\n/g" |sed -n '/(/p' | tail -n 1`
LIST=`pacman -Qu | sed -n '/warning/!p' | sed "s/ /\n/g" | sed '/^$/d' | sed -n -e :a -e '1,10!{P;N;D;};N;ba' | sed '1,6d' | wc -l `
#start building the text file to show on screen.
if [ $LIST -gt 0 ]; then
echo "There are $NUM new updates"
pacman -Qu | sed "s/ /\n/g" | sed -e '/'$NEED1'/b' -e '/'$NEED2'/b' -e d
pacman -Qu | sed -n '/warning/!p' | sed "s/ /\n/g" | sed '/^$/d' | sed '1,6d' | sed -n -e :a -e '1,10!{P;N;D;};N;ba' | sed -n '/'$NEED1'/!p' | sed -n '/'$NEED2'/!p' | head -n $NOP
else
echo "There are no new updates"
echo "Arch is upto date :)"
fi
This Is My Truth, Tell Me Yours
Offline
Hello agian to all!
I just updated conky to version 1.7 and now my CPU temp will not display in fahrenheit. I am really unsure how to get around this. Any help would be greatly appreciated. I have the acpitempf command and it only displays the text. When i change it to acpitemp it works just in celcius.
AMD Phenomx3, 4gb ram, Nvidia Gforce 9400gt,
MSI K9N2 Diamond Motherboard, Arch x86_64
Offline
I just thought I would add my little setup. I'm in the process of coming up with a whole new conky setup and decided I wanted to watch the Urban Terror servers that I play on. So I use qstat-svn from AUR and a python script I made to gather the info I'm looking for and spit it out back into conky, preformatted.
Here's an example of what is looks like and the conky setup.
# conkyrc
background none
use_xft yes
xftfont monospace:size=8
xftalpha 1.0
out_to_console no
update_interval 1
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 50 30
draw_shades no
draw_outline no
draw_borders yes
draw_graph_borders no
default_color white
color1 darkgrey
color2 lightgrey
default_shade_color black
default_outline_color black
alignment top_right
gap_x 5
gap_y 5
no_buffers yes
uppercase no
override_utf8_locale no
TEXT
${execpi 60 python /home/nick/scripts/URTservers.py private.duckofdeathclan.com}
${execpi 60 python /home/nick/scripts/URTservers.py 8.2.122.80}
${execpi 60 python /home/nick/scripts/URTservers.py 208.43.15.168}
${execpi 60 python /home/nick/scripts/URTservers.py 208.43.15.167}
And here is the python script:
#!/usr/bin/env python
#URTservers.py by LTPl4y3r
#Released May 4, 2009
"""This script relies on qstat to retrieve the status and rules of an
ioUrbanTerror server. It also pings them. There is very little error
handling. It will stop if the host is not found. The ouput is for use
in conky. It will create one line of text with two different colors.
${color1} represents titles and ${color2} represents outputs. The
outputs are justified to make for an even stacking of multiple servers.
To call in conky:
${execpi 60 URTservers.py serverip.com}
Script will only handle 1 ip at a time. This gives the user more
freedom to choose seperation methods. KISS"""
import os
import sys
inputServer = sys.argv[1]
outputInitial = os.popen("qstat -iourts %s -raw , -R " % inputServer)
output = outputInitial.readlines()
outputDict = {}
# Game types conversion from rules
gametypeDict = { "0" : "FFA", \
"3" : "TDM", \
"4" : "TS ", \
"5" : "FtL", \
"6" : "CnH", \
"7" : "CtF", \
"8" : "Bmb" }
friendlyfireDict = { "0" : "Off", \
"1" : "On ", \
"2" : "On*"}
# Parse the commas out of our information
outputInfo = output[0].split(",")
outputList = output[1].split(",")
try:
for s in outputList:
#each attribute of the rules has a "var=str"
#take the "=" sign out and make it a dict.
outputTemp = s.split("=")
outputDict[outputTemp[0]] = outputTemp[1]
outputDict["ServerIP"] = outputInfo[1]
#ljust and rjust to vertically stack multiple called outputs.
outputDict["ServerName"] = outputInfo[2].ljust(32)
outputDict["ServerMap"] = outputInfo[3].ljust(12)
outputDict["ServerMaxPlayers"] = outputInfo[4].ljust(2)
outputDict["ServerPlayers"] = outputInfo[5].rjust(2)
except IndexError:
print "%s is not available" % inputServer
exit()
#We would like to know the server's ping
initialPing = os.popen("ping -c1 %s" % inputServer.split(":")[0])
initialPing = initialPing.readlines()
serverPing = (initialPing[1].partition("time="))[2].rstrip("\n")
if len(serverPing) > 0:
outputDict["ServerPing"] = serverPing.ljust(8)
else:
outputDict["ServerPing"] = "x".ljust(8)
#make the gametype and FF statuses human readable.
outputDict["gametype"] = gametypeDict[outputDict["gametype"]]
outputDict["g_friendlyfire"] = friendlyfireDict[outputDict["g_friendlyfire"]]
#output
print "${color1}Server: ${color2}%s $alignr${color1}Players: ${color2}%s/%s ${color1}Type: ${color2}%s ${color1}Map: ${color2}%s ${color1}FF: ${color2}%s ${color1}Ping: ${color2}%s" \
% (outputDict["ServerName"], outputDict["ServerPlayers"], \
outputDict["ServerMaxPlayers"], outputDict["gametype"], \
outputDict["ServerMap"], outputDict["g_friendlyfire"], \
outputDict["ServerPing"])
The python script doesn't have much in the way of error checking. There is only one input per call. I hope someone finds it useful.
Last edited by ltpl4y3r (2009-10-19 13:22:09)
Offline
Oh,shit! i posted in the wrong thread
...
Nice job, guys!
Last edited by lolilolicon (2009-05-05 22:51:16)
This silver ladybug at line 28...
Offline
use_xft yes
xftfont DejaVu Sans:size=8
update_interval 1
total_run_times 0
double_buffer yes
text_buffer_size 1024
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
minimum_size 185 0
maximum_width 185
draw_shades no
default_color white
alignment top_right
gap_x 12
gap_y 12
no_buffers no
net_avg_samples 2
override_utf8_locale yes
TEXT
SYSTEM ${hr 2}
${voffset 2}${font OpenLogos:size=16}B${font} Kernel: ${alignr}${kernel}
${font StyleBats:size=16}A${font} CPU: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
${font StyleBats:size=16}g${font} RAM: $memperc% ${alignr}${membar 8,60}
${font StyleBats:size=16}j${font} SWAP: $swapperc% ${alignr}${swapbar 8,60}
${font Webdings:size=16}~${font} Battery: ${battery_percent BAT0}% ${alignr}${battery_bar 8,60 BAT0}
${font StyleBats:size=16}q${font} Uptime: ${alignr}${uptime}
DATE ${hr 2}
${alignc 35}${font Arial Black:size=26}${time %H:%M}${font}
${alignc}${time %A %d %B}
${voffset 4}${font RsbillsDng:size=14}O${font}${font DejaVu Sans Mono:size=8}${execpi 3600 DJS=`date +%_d`; cal -m | sed '1d' | sed '/./!d' | sed 's/$/ /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc} /' | sed /" $DJS "/s/" $DJS "/" "'${color FCAF3E}'"$DJS"'${color0}'" "/}${font}
${voffset 4}${font Webdings:size=14}j${font} Home: ${alignr}${execi 3600 let diff=$(($(date -d'2009-06-15 23:10 EEST' +%s) - $(date +%s))); printf "%01dd %01dh" $((diff/86400)) $((diff/3600%24))}
HD ${hr 2}
${voffset 4}${font Pie charts for maps:size=14}7${font} ${voffset -5}Root:
${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,60 /}
${font Pie charts for maps:size=14}7${font} ${voffset -5}Home:
${voffset 4}${fs_used /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}
NETWORK ${hr 2}
${if_existing /proc/net/route wlan0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed wlan0} ${alignr}${upspeedgraph wlan0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed wlan0} ${alignr}${downspeedgraph wlan0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}Z${font} Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font} Local Ip: ${alignr}${addr wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}b${font} Public Ip: ${alignr}${execi 3600 curl http://riivo.eu/php/ip.php}
${if_existing /proc/net/route eth0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed eth0} ${alignr}${upspeedgraph eth0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed eth0} ${alignr}${downspeedgraph eth0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup eth0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown eth0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font} Local Ip: ${alignr}${addr eth0}
${voffset 4}${font PizzaDude Bullets:size=14}b${font} Public Ip: ${alignr}${execi 3600 curl http://riivo.eu/php/ip.php}
${endif}${else}
${font PizzaDude Bullets:size=14}4${font} Network Unavailable
${endif}
NOTIFICATIONS ${hr 2}
${voffset -8}${font Martin Vogel's Symbols:size=19}B${font} New e-mails: ${alignr} ${execi 120 conkyEmail -m IMAP -s imap.googlemail.com -u <user> -p <pass> -e}
${voffset 4}${font PizzaDude Bullets:size=14}B${font} Packages: ${alignr} ${execi 10800 sh /home/riivo/scripts/pmupdate.sh}
WEATHER ${hr 2}
${if_existing /proc/net/route wlan0}
${execpi 10800 conkyForecast -t ~/scripts/conkyForecast.template}
${if_existing /proc/net/route eth0}
${execpi 10800 conkyForecast -t ~/scripts/conkyForecast.template}
${endif}${else}
${font PizzaDude Bullets:size=14}4${font} Weather Unavailable
${endif}
MPD ${hr 2}
${voffset 4}${font Webdings:size=14}U${font} Status: $alignr$mpd_status
${execpi 10 /home/riivo/scripts/mpd.awk}
pmupdate.sh
#!/bin/sh
sudo pacman -Sy > /dev/null
output=`pacman -Qu`
numofup=`echo "$output" | grep Targets | sed 's/Targets (\([0-9]*\).*/\1/'`
if [ -n "$numofup" ]; then
sizeofup=`echo "$output" | grep "Total Installed Size" | cut -d ':' -f 2 | sed 's/^ *//'`
echo "$numofup ($sizeofup)"
else
echo "up-to-date"
fi
mpd.awk
#!/bin/awk -f
BEGIN {
OFS = "";
MPD_CMD = "mpc";
MPD_CMD | getline;
MPD_CMD | getline;
mpd_state = $1;
close(MPD_CMD);
part1 = "${voffset 4}${font Webdings:size=14}"
part2 = "${font} Song: $alignr$mpd_artist\n${voffset 6}$alignr$mpd_title\n${voffset -4}${font Martin Vogel's Symbols:size=16}U${font} Elapsed:\n${voffset 4}$mpd_elapsed/$mpd_length $alignr${mpd_bar 8,120}"
if ( mpd_state == "[playing]" )
print part1, "4", part2
else {
if ( mpd_state == "[paused]" )
print part1, ";",part2;
}
}
conkyForecast.template
${voffset -10}${alignr 56}${font ConkyWeather:style=Bold:size=40}[--location=DAXX0003 --datatype=WF]${font}
${voffset -50}${font Weather:size=40}y${font} ${voffset -38}${font Arial Black:size=26}[--location=DAXX0003 --datatype=HT]${font}
${voffset 0}${alignc 43}[--location=DAXX0003 --datatype=DW --startday=1 --shortweekday] ${alignc 8}[--location=DAXX0003 --datatype=DW --startday=2 --shortweekday] ${alignc -29}[--location=DAXX0003 --datatype=DW --startday=3 --shortweekday] ${alignc -64}[--location=DAXX0003 --datatype=DW --startday=4 --shortweekday]
${voffset 0}${alignc 75}${font ConkyWeather:size=28}[--location=DAXX0003 --datatype=WF --startday=1 --endday=4 --spaces=1]${font}
${voffset 0}${font DejaVu Sans:size=7}${alignc 48}[--location=DAXX0003 --datatype=HT --startday=1 --hideunits --centeredwidth=3]/[--location=DAXX0003 --datatype=LT --startday=1 --hideunits --centeredwidth=3] ${alignc -14}[--location=DAXX0003 --datatype=HT --startday=2 --hideunits --centeredwidth=3]/[--location=DAXX0003 --datatype=LT --startday=2 --hideunits --centeredwidth=3] ${alignc -40}[--location=DAXX0003 --datatype=HT --startday=3 --hideunits --centeredwidth=3]/[--location=DAXX0003 --datatype=LT --startday=3 --hideunits --centeredwidth=3] ${alignr 6}[--location=DAXX0003 --datatype=HT --startday=4 --hideunits --centeredwidth=3]/[--location=DAXX0003 --datatype=LT --startday=4 --hideunits --centeredwidth=3]${font}
All questions and recommendations are welcomed.
Edit:
Added a section for weather.
Last edited by riivo (2009-05-14 14:09:45)
Offline
That's quite impressive, riivo.
[edit] typos
Last edited by sand_man (2009-05-07 22:38:21)
Offline
riivo , are the fonts open source ?
Offline
Wow riivo very impressive.
I tried to customize your system part to fit it in one line on the bottom of the display for the usage of my tiling wm.
But I have problems to get them in one line. They are offset and continue on one line downwards.
What do I have to change to have them straight with same height?
Here the edited conkyrc
use_xft yes
xftfont DejaVu Sans:size=8
update_interval 1
total_run_times 0
double_buffer yes
text_buffer_size 1024
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
minimum_size 1280 0
maximum_width 1280
draw_shades no
default_color white
alignment bottom_left
gap_x 12
gap_y 12
no_buffers no
net_avg_samples 2
override_utf8_locale yes
TEXT
SYSTEM ${hr 2}
${voffset 2}${font OpenLogos:size=16}B${font} Kernel: ${kernel} ${font StyleBats:size=16}A${font} CPU: ${cpu cpu1}% ${cpubar cpu1 8,60} ${font StyleBats:size=16}g${font} RAM: $memperc% ${membar 8,60} ${font StyleBats:size=16}j${font} SWAP: $swapperc% ${swapbar 8,60} ${font Webdings:size=16}~${font} Battery: ${battery_percent BAT0}% ${battery_bar 8,60 BAT0} ${font StyleBats:size=16}q${font} Uptime: ${alignr}${uptime}
Offline
maattd, I don't think Webdings is (developed by Microsoft as far as I know), but the rest should be.
problemkenner, try to use ${alignr num} in front of them to give exact horizontal position.
Last edited by riivo (2009-05-08 10:11:42)
Offline
That's strange. I used the code from here:
http://www.gnome-look.org/CONTENT/conte … 2-.conkyrc
but changed the TEXT content to your TEXT variable but there's still such a downward movement. With TEXT from the example that does not happen. So it might be a problem with the symbols of the fonts?
Offline
Here's my first attempt. Thanks to this thread for the ideas, and the man page, of course.
alignment top_right
background yes
color0 55AAFF
color1 3377FF
color2 BBBBBB
cpu_avg_samples 2
top_cpu_separate no
default_color BBBBBB
default_outline_color 55AAFF
default_shade_color 000000
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades yes
gap_x 20
gap_y 50
net_avg_samples 2
no_buffers yes
override_utf8_locale
own_window yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes
own_window_type normal
out_to_console no
out_to_stderr no
pad_percents 1
short_units yes
total_run_times 0
update_interval 1
use_spacer none
use_xft yes
xftalpha 0.8
xftfont DejaVu Sans Mono:pixelsize=10
TEXT
$sysname $machine ${alignr}$kernel
$nodename ${alignr}${color0}Uptime$color $uptime_short
${color0}${stippled_hr 2 1}
${alignc}CPU Frequency$color ${freq_g} GHz
${color0}Core 1$color ${alignr}${cpu cpu1}% $color0${cpugraph cpu1 log 8,100 77AAFF BBBBBB 0}
Core 2$color ${alignr}${cpu cpu2}% $color0${cpugraph cpu2 log 8,100 77AAFF BBBBBB 0}
Core 2$color ${alignr}${cpu cpu2}% $color0${cpugraph cpu2 log 8,100 77AAFF BBBBBB 0}
Core 3$color ${alignr}${cpu cpu3}% $color0${cpugraph cpu3 log 8,100 77AAFF BBBBBB 0}
Core 4$color ${alignr}${cpu cpu4}% $color0${cpugraph cpu4 log 8,100 77AAFF BBBBBB 0}
RAM ($color${mem}${color0}/$color${memmax}${color0}) ${alignr}$color$memperc% ${color0}${membar 8,100}
Swap ($color${swap}${color0}/$color${swapmax}${color0}) ${alignr}$color$swapperc% ${color0}${swapbar 8,100}
${stippled_hr 2 1}
${alignc}Processes$color $processes ${color0}Running$color $running_processes
${color0}Proc Name${alignr}PID CPU% MEM%$color
${top name 1} ${alignr}${top pid 1} ${top cpu 1} ${top mem 1}
${top name 2} ${alignr}${top pid 2} ${top cpu 2} ${top mem 2}
${top name 3} ${alignr}${top pid 3} ${top cpu 3} ${top mem 3}
${top name 4} ${alignr}${top pid 4} ${top cpu 4} ${top mem 4}
${color0}${stippled_hr 2 1}
${alignc}Disks
${alignr}Writes/Reads
Root ($color${fs_type /}${color0}) ${alignr}$color${diskio_write /dev/sda2}${color0}/$color${diskio_read /dev/sda2}
${fs_used /}${color0}/$color${fs_size /} ${alignr}$color${fs_used_perc /}% ${color0}${fs_bar 8,100 /}
Vista ($color${fs_type /home/southie/vista}${color0}) ${alignr}$color${diskio_write /dev/sda1}${color0}/$color${diskio_read /dev/sda1}
${fs_used /home/southie/vista}${color0}/$color${fs_size /home/southie/vista} ${alignr}$color${fs_used_perc /home/southie/vista}% ${color0}${fs_bar 8,100 /home/southie/vista}
Backup ($color${fs_type /home/southie/mnt}${color0}) ${alignr}$color${diskio_write /dev/sdb2}${color0}/$color${diskio_read /dev/sdb2}
${fs_used /home/southie/mnt}${color0}/$color${fs_size /home/southie/mnt} ${alignr}$color${fs_used_perc /home/southie/mnt}% ${color0}${fs_bar 8,100 /home/southie/mnt}
${stippled_hr 2 1}
${alignc}Transfers
Up (k/s)$color ${upspeedf eth0} ${alignr}${color0}Down (k/s)$color ${downspeedf eth0}
${color0}${upspeedgraph eth0 8,110 77AAFF BBBBBB 0} ${alignr}${downspeedgraph eth0 8,110 77AAFF BBBBBB 0}
${stippled_hr 2 1}
${alignc}Connections $color${tcp_portmon 1 65535 count}
${alignr}${color0}${tcp_portmon 1 65535 rip 0}$color
${tcp_portmon 1 65535 rhost 0}
${alignr}${color0}${tcp_portmon 1 65535 rip 1}$color
${tcp_portmon 1 65535 rhost 1}
${alignr}${color0}${tcp_portmon 1 65535 rip 2}$color
${tcp_portmon 1 65535 rhost 2}
${alignr}${color0}${tcp_portmon 1 65535 rip 3}$color
${tcp_portmon 1 65535 rhost 3}
${alignr}${color0}${tcp_portmon 1 65535 rip 4}$color
${tcp_portmon 1 65535 rhost 4}
${alignr}${color0}${tcp_portmon 1 65535 rip 5}$color
${tcp_portmon 1 65535 rhost 5}
${alignr}${color0}${tcp_portmon 1 65535 rip 6}$color
${tcp_portmon 1 65535 rhost 6}
${alignr}${color0}${tcp_portmon 1 65535 rip 7}$color
${tcp_portmon 1 65535 rhost 7}
${alignr}${color0}${tcp_portmon 1 65535 rip 8}$color
${tcp_portmon 1 65535 rhost 8}
${alignr}${color0}${tcp_portmon 1 65535 rip 9}$color
${tcp_portmon 1 65535 rhost 9}
Offline
That's strange. I used the code from here:
http://www.gnome-look.org/CONTENT/conte … 2-.conkyrc
but changed the TEXT content to your TEXT variable but there's still such a downward movement. With TEXT from the example that does not happen. So it might be a problem with the symbols of the fonts?
Try this
TEXT
SYSTEM ${hr 2}
${font OpenLogos:size=16}B${font} Kernel: ${kernel} ${voffset -6}${font StyleBats:size=16}A${font} ${voffset -2}CPU: ${cpu cpu1}% ${cpubar cpu1 8,60} ${voffset -6}${font StyleBats:size=16}g${font} ${voffset -2}RAM: $memperc% ${membar 8,60} ${voffset -6}${font StyleBats:size=16}j${font} ${voffset -2}SWAP: $swapperc% ${swapbar 8,60} ${voffset -6}${font Webdings:size=16}~${font} ${voffset -2}Battery: ${battery_percent BAT0}% ${battery_bar 8,60 BAT0} ${voffset -5}${font StyleBats:size=16}q${font} ${voffset -4}Uptime: ${uptime}
Offline
Hi,
i modified riivo's config - thanks for the work riivo.
This is my first Conky config, so please be gentle .
I had to change the Network part to get it running on my PC (it uses if_up now).
I'll look for some other Fonts for the System part and the right Conky - suggestions?
The last thing is, that i couldn't get any data from a fan or a voltage info. This could be related
to lm_sensors, or am i missing something?
Left Conky
use_xft yes
xftfont DejaVu Sans:size=8
update_interval 1
total_run_times 0
double_buffer yes
text_buffer_size 1024
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
minimum_size 185 0
maximum_width 185
draw_shades no
default_color white
alignment top_left
gap_x 1932
gap_y 12
no_buffers no
net_avg_samples 2
override_utf8_locale yes
TEXT
SYSTEM ${hr 2}
${voffset 2}${font OpenLogos:size=16}B${font} Kernel: ${alignr}${kernel}
${font StyleBats:size=16}A${font} CPU: ${cpu cpu0}% ${alignr}${cpubar cpu0 8,60}
${font StyleBats:size=16}g${font} RAM: $memperc% ${alignr}${membar 8,60}
${font StyleBats:size=16}j${font} SWAP: $swapperc% ${alignr}${swapbar 8,60}
${voffset 3}${font StyleBats:size=16}q${font}${voffset -3} Uptime: ${alignr}${uptime}
DATE ${hr 2}
${alignc 35}${font Arial Black:size=26}${time %H:%M}${font}
${alignc}${time %A %d %B}
${voffset 4}${font RsbillsDng:size=14}O${font}${font DejaVu Sans Mono:size=8}${execpi 3600 DJS=`date +%_d`; cal -m | sed '1d' | sed '/./!d' | sed 's/$/ /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc} /' | sed /" $DJS "/s/" $DJS "/" "'${color FCAF3E}'"$DJS"'${color0}'" "/}${font}
HD ${hr 2}
${voffset 4}${font Pie charts for maps:size=14}7${font} ${voffset -5}Root:
${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,60 /}
${font Pie charts for maps:size=14}7${font} ${voffset -5}Home:
${voffset 4}${fs_used /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}
NETWORK ${hr 2}true
${if_up wlan0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed wlan0} ${alignr}${upspeedgraph wlan0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed wlan0} ${alignr}${downspeedgraph wlan0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}Z${font} Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font} Local Ip: ${alignr}${addr wlan0}
${voffset 4}${font PizzaDude Bullets:size=14}b${font} Public Ip: ${alignr}${execi 3600 /home/tobias/Desktop/myip}
${endif}
${if_up eth0}
${voffset -6}${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed eth0} ${alignr}${upspeedgraph eth0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed eth0} ${alignr}${downspeedgraph eth0 8,60 F57900 FCAF3E}
${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup eth0}
${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown eth0}
${voffset 4}${font PizzaDude Bullets:size=14}a${font} Local Ip: ${alignr}${addr eth0}
${voffset 4}${font PizzaDude Bullets:size=14}b${font} Public Ip: ${alignr}${execi 3600 /home/tobias/Desktop/myip}
${else}
${font PizzaDude Bullets:size=14}4${font} Network Unavailable
${endif}
NOTIFICATIONS ${hr 2}
${voffset 4}${font PizzaDude Bullets:size=14}B${font} Packages: ${alignr} ${execi 10800 /home/tobias/Desktop/pmupdate.sh}
WEATHER ${hr 2}
${if_up wlan0}
${execpi 10800 conkyForecast -t /home/tobias/Desktop/conkyForecast.template}
${endif}
${if_up eth0}
${execpi 10800 conkyForecast -t /home/tobias/Desktop/conkyForecast.template}
${else}
${font PizzaDude Bullets:size=14}4${font} Weather Unavailable
${endif}
Right Conky
use_xft yes
xftfont DejaVu Sans:size=8
update_interval 1
total_run_times 0
double_buffer yes
text_buffer_size 1024
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
minimum_size 185 0
maximum_width 185
draw_shades no
default_color white
alignment top_left
gap_x 2140
gap_y 12
no_buffers no
net_avg_samples 2
override_utf8_locale yes
TEXT
SENSORS ${hr 2}
${font StyleBats:size=16}A${font} CORE 1: ${platform coretemp.0 temp 1}°C ${execbar cat /sys/bus/platform/devices/coretemp.0/temp1_input | cut -c1,2}
${font StyleBats:size=16}A${font} CORE 2: ${platform coretemp.1 temp 1}°C ${execbar cat /sys/bus/platform/devices/coretemp.1/temp1_input | cut -c1,2}
${font StyleBats:size=16}A${font} CORE 3: ${platform coretemp.2 temp 1}°C ${execbar cat /sys/bus/platform/devices/coretemp.2/temp1_input | cut -c1,2}
${font StyleBats:size=16}A${font} CORE 4: ${platform coretemp.3 temp 1}°C ${execbar cat /sys/bus/platform/devices/coretemp.3/temp1_input | cut -c1,2}
${font StyleBats:size=16}A${font} CORE 5: ${platform coretemp.4 temp 1}°C ${execbar cat /sys/bus/platform/devices/coretemp.4/temp1_input | cut -c1,2}
${font StyleBats:size=16}A${font} CORE 6: ${platform coretemp.5 temp 1}°C ${execbar cat /sys/bus/platform/devices/coretemp.5/temp1_input | cut -c1,2}
${font StyleBats:size=16}A${font} CORE 7: ${platform coretemp.6 temp 1}°C ${execbar cat /sys/bus/platform/devices/coretemp.6/temp1_input | cut -c1,2}
${font StyleBats:size=16}A${font} CORE 8: ${platform coretemp.7 temp 1}°C ${execbar cat /sys/bus/platform/devices/coretemp.7/temp1_input | cut -c1,2}
${font StyleBats:size=16}A${font} GPU Core: ${execi 60 nvidia-settings -query GPUCoreTemp | perl -ne 'print $1 if /GPUCoreTemp.*?: (\d+)./;'}°C ${execibar 60 nvidia-settings -query GPUCoreTemp | perl -ne 'print $1 if /GPUCoreTemp.*?: (\d+)./;'}
${font StyleBats:size=16}A${font} GPU Ambi: ${execi 60 nvidia-settings -query GPUAmbientTemp | perl -ne 'print $1 if /GPUAmbientTemp.*?: (\d+)./;'}°C ${execibar 60 nvidia-settings -query GPUAmbientTemp | perl -ne 'print $1 if /GPUAmbientTemp.*?: (\d+)./;'}
LOAD ${hr 2}
${font StyleBats:size=16}A${font} CORE 2: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
${font StyleBats:size=16}A${font} CORE 3: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60}
${font StyleBats:size=16}A${font} CORE 4: ${cpu cpu3}% ${alignr}${cpubar cpu3 8,60}
${font StyleBats:size=16}A${font} CORE 5: ${cpu cpu4}% ${alignr}${cpubar cpu4 8,60}
${font StyleBats:size=16}A${font} CORE 6: ${cpu cpu5}% ${alignr}${cpubar cpu5 8,60}
${font StyleBats:size=16}A${font} CORE 7: ${cpu cpu6}% ${alignr}${cpubar cpu6 8,60}
${font StyleBats:size=16}A${font} CORE 8: ${cpu cpu7}% ${alignr}${cpubar cpu7 8,60}
${font StyleBats:size=16}A${font} CORE 1: ${cpu cpu8}% ${alignr}${cpubar cpu8 8,60}
${font arial black:size=8}AVERAGE ${font}${loadavg 1} ${loadavg 2} ${loadavg 3}
${font arial black:size=8}PROCESSES ${font}${processes} ${voffset -2}${font arial black:size=8}RUNNING ${font}${running_processes}
CLOCK ${hr 2}
${font StyleBats:size=16}A${font} CORE 1: ${freq_g 1}GHz ${execbar echo $(((($(cpufreq-info -c 0 -f | cut -c1,2,3,4)-1600)*100)/1068))}
${font StyleBats:size=16}A${font} CORE 2: ${freq_g 2}GHz ${execbar echo $(((($(cpufreq-info -c 1 -f | cut -c1,2,3,4)-1600)*100)/1068))}
${font StyleBats:size=16}A${font} CORE 3: ${freq_g 3}GHz ${execbar echo $(((($(cpufreq-info -c 2 -f | cut -c1,2,3,4)-1600)*100)/1068))}
${font StyleBats:size=16}A${font} CORE 4: ${freq_g 4}GHz ${execbar echo $(((($(cpufreq-info -c 3 -f | cut -c1,2,3,4)-1600)*100)/1068))}
${font StyleBats:size=16}A${font} CORE 5: ${freq_g 5}GHz ${execbar echo $(((($(cpufreq-info -c 4 -f | cut -c1,2,3,4)-1600)*100)/1068))}
${font StyleBats:size=16}A${font} CORE 6: ${freq_g 6}GHz ${execbar echo $(((($(cpufreq-info -c 5 -f | cut -c1,2,3,4)-1600)*100)/1068))}
${font StyleBats:size=16}A${font} CORE 7: ${freq_g 7}GHz ${execbar echo $(((($(cpufreq-info -c 6 -f | cut -c1,2,3,4)-1600)*100)/1068))}
${font StyleBats:size=16}A${font} CORE 8: ${freq_g 8}GHz ${execbar echo $(((($(cpufreq-info -c 7 -f | cut -c1,2,3,4)-1600)*100)/1068))}
myip
#!/bin/bash
wget http://checkip.dyndns.org/ -q -O - |
grep -Eo '\<[[:digit:]]{1,3}(\.[[:digit:]]{1,3}){3}\>'
modified conkyForecast.template
${voffset -10}${alignr 56}${font ConkyWeather:style=Bold:size=40}[--location=YOURLOCATION --datatype=WF]${font}
${voffset -50}${font Weather:size=40}y${font} ${voffset -38}${font Arial Black:size=26}[--location=YOURLOCATION --datatype=HT]${font}
${voffset 0}${alignc 43}[--location=YOURLOCATION --datatype=DW --startday=1 --shortweekday] ${alignc 8}[--location=YOURLOCATION --datatype=DW --startday=2 --shortweekday] ${alignc -29}[--location=YOURLOCATION --datatype=DW --startday=3 --shortweekday] ${alignc -64}[--location=YOURLOCATION --datatype=DW --startday=4 --shortweekday]
${voffset 0}${alignc 75}${font ConkyWeather:size=28}[--location=YOURLOCATION --datatype=WF --startday=1 --endday=4 --spaces=1]${font}
${voffset 0}${font DejaVu Sans:size=7}${alignc 48}[--location=YOURLOCATION --datatype=HT --startday=1 --hideunits --centeredwidth=3]/[--location=YOURLOCATION --datatype=LT --startday=1 --hideunits --centeredwidth=3] ${alignc -14}[--location=YOURLOCATION --datatype=HT --startday=2 --hideunits --centeredwidth=3]/[--location=YOURLOCATION --datatype=LT --startday=2 --hideunits --centeredwidth=3] ${alignc -40}[--location=YOURLOCATION --datatype=HT --startday=3 --hideunits --centeredwidth=3]/[--location=YOURLOCATION --datatype=LT --startday=3 --hideunits --centeredwidth=3] ${alignr 6}[--location=YOURLOCATION --datatype=HT --startday=4 --hideunits --centeredwidth=3]/[--location=YOURLOCATION --datatype=LT --startday=4 --hideunits --centeredwidth=3]${font}
${voffset 0}${font arial black:size=8}SUNRISE${font}${alignr 40}[--location=YOURLOCATION --datatype=SR] ${alignr 15}${voffset -2}${font arial black:size=8}MOON ${font}${voffset -2}${font Moon Phases:size=12}[--location=YOURLOCATION --datatype=MF]${font}
${voffset -2}${font arial black:size=8}SUNSET${font}${alignr 92}[--location=YOURLOCATION --datatype=SS]
Last edited by VirtualRider (2009-05-10 09:48:48)
Offline
Wow, riivo, I may just have to replace the weather conky I am using with yours! Very nice. Not big into the system specs but the weather forecast is something I use.
Legends of Nor'Ova - role playing community devoted to quality forum-based and table-top role play, home of the Legends of Nor'Ova Core Rule Book and Legends of Nor'Ova: Saga of Ablution steam punk like forum based RPG
Offline
I made a simple system monitor in conky, which runs in a window, not background.
There currently exists a weird bug though, conky segfaults sometimes with this config .
# Conky, a system monitor, based on torsmo
alignment top_left
background no
border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont DejaVu Sans Mono:size=10
gap_x 5
gap_y 60
minimum_size 400 5
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
own_window yes
own_window_class Conky
own_window_type normal
own_window_title Simple System Monitor
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
TEXT
$nodename - $sysname $kernel on $machine
$hr
${color grey} Uptime:$color $uptime
${color grey} Frequency (in MHz):$color $freq
${color grey} RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
${color grey} Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
${color grey} CPU Usage:$color $cpu% ${cpubar 4}
${color grey} Processes:$color $processes ${color grey}Running:$color $running_processes
$hr
${color grey} File systems:
/ $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
/media/disk $color${fs_used /media/disk}/${fs_size /media/disk} ${fs_bar 6 /media/disk}
/media/oldroot $color${fs_used /media/oldroot}/${fs_size /media/oldroot} ${fs_bar 6 /media/oldroot}
${color grey} Networking:
Down:$color ${downspeed wlan0} ${color grey} - Up:$color ${upspeed wlan0}
$hr
${color grey} Name PID CPU% MEM%
${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color lightgrey} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
${color lightgrey} ${top name 6} ${top pid 6} ${top cpu 6} ${top mem 6}
${color lightgrey} ${top name 7} ${top pid 7} ${top cpu 7} ${top mem 7}
${color lightgrey} ${top name 8} ${top pid 8} ${top cpu 8} ${top mem 8}
${color lightgrey} ${top name 9} ${top pid 9} ${top cpu 9} ${top mem 9}
${color lightgrey} ${top name 10} ${top pid 10} ${top cpu 10} ${top mem 10}
Last edited by nawitus (2009-05-13 20:37:10)
Offline
.conkyrc:
alignment tr
background yes
cpu_avg_samples 2
default_color 929292
double_buffer yes
draw_borders yes
border_margin 10
draw_graph_borders yes
draw_outline no
draw_shades no
gap_x 15
gap_y 50
text_buffer_size 2048
maximum_width 200
minimum_size 200 200
mpd_host localhost
mpd_port 6600
net_avg_samples 2
no_buffers yes
override_utf8_locale yes
own_window yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent no
own_window_type normal
own_window_colour 3e3e3f
total_run_times 0
update_interval 1
use_spacer none
use_xft yes
xftalpha 1.0
xftfont FreeSans:size=8
TEXT
${color E6E6E6}${offset 1}${font Requiem:size=25} ${offset 4}NEON
${voffset -20}${offset 8}${font LT Sweet Nothings:size=20}m ${offset -17}M
${voffset -10}${font}${color}${alignc}--------------------
${font OpenLogos:size=14}${color 1994d1}B ${voffset -5}${font}${color E6E6E6}on ${kernel} ${machine}${alignr}${color}$uptime${color E6E6E6}
${voffset 2}${color}${alignc}--------------------${color E6E6E6}
${color}Proc:${goto 50}${color E6E6E6}${freq} ${color 1994d1}Mhz${color E6E6E6}${alignr}${color E6E6E6}$acpitemp${color 1994d1}°C${color E6E6E6}
${color}Cpu 1:${goto 50}${color E6E6E6}${cpubar cpu1 5,125} ${color 1994d1}${cpu cpu1}%${color E6E6E6}
${color}Cpu 2:${goto 50}${color E6E6E6}${cpubar cpu2 5,125} ${color 1994d1}${cpu cpu2}%${color E6E6E6}
${color}${alignc}--------------------
Mem:${goto 50}${color E6E6E6}${memmax} ${color 1994d1}Max
${color}Used:${goto 50}${color E6E6E6}${membar 5,125} ${color 1994d1}${memperc}%${color E6E6E6}
${color}Swap:${goto 50}${color E6E6E6}${swapperc} ${color 1994d1}%${color E6E6E6}
${color}${alignc}--------------------${color E6E6E6}
${color}/${goto 50}${color E6E6E6}${fs_bar 5,125 /} ${color 1994d1}${fs_used_perc /} %
${color}/home${goto 50}${color E6E6E6}${fs_bar 5,125 /home} ${color 1994d1}${fs_used_perc /home} %
${color}/var${goto 50}${color E6E6E6}${fs_bar 5,125 /var} ${color 1994d1}${fs_used_perc /var} %
${color}${alignc}--------------------${color E6E6E6}
${if_up wlan0}${color}Net:${goto 50}${color E6E6E6}${wireless_essid wlan0}${alignr}${wireless_link_qual_perc wlan0} ${color 1994d1}%
${color}Up:${goto 50}${color E6E6E6}${font}${upspeed wlan0}${color 1994d1}${goto 90}${voffset 1}${font Pointers:size=10}F${font}
${voffset -1}${color}Down:${goto 50}${color E6E6E6}${downspeed wlan0}${goto 90}${voffset -2}${color 1994d1}${font Pointers:size=10}Ï${voffset 2}${font}${color E6E6E6}${else}
${alignc}${color}No Network Available
${endif}
${color}${alignc}--------------------${color E6E6E6}
${color}Pac:${goto 50}${color E6E6E6}${texeci 900 ~/.scripts/conkyupdate.pl}
${color}${alignc}--------------------${color E6E6E6}
${color}Total:${goto 50}${color E6E6E6}${processes}
${color}Active:${goto 50}${color E6E6E6}${running_processes}
${font FreeSans:size=6}${color}NAME${goto 77}CPU${goto 115}NAME${goto 190}MEM
${color E6E6E6}${top name 1}${color 1994d1}${goto 75}${top cpu 1}${goto 115}${color E6E6E6}${top_mem name 1}${color 1994d1}${goto 190}${top_mem mem 1}
${color E6E6E6}${top name 2}${color 1994d1}${goto 75}${top cpu 2}${goto 115}${color E6E6E6}${top_mem name 2}${color 1994d1}${goto 190}${top_mem mem 2}
${color E6E6E6}${top name 3}${color 1994d1}${goto 75}${top cpu 3}${goto 115}${color E6E6E6}${top_mem name 3}${color 1994d1}${goto 190}${top_mem mem 3}
${color E6E6E6}${top name 4}${color 1994d1}${goto 75}${top cpu 2}${goto 115}${color E6E6E6}${top_mem name 4}${color 1994d1}${goto 190}${top_mem mem 4}
${color E6E6E6}${top name 5}${color 1994d1}${goto 75}${top cpu 2}${goto 115}${color E6E6E6}${top_mem name 5}${color 1994d1}${goto 190}${top_mem mem 5}
${color}${alignc}--------------------
${font FreeSans:size=7}${texeci 300 cat ~/.conknotes}
The config is a bit of a mess, but it does the job. Should probably find a better note system than a text file, but it's something of a habit by now.
Offline
wow VirtualRider, are 8 cores really enough for you?
Offline
Hey riivo,
great work.
Could you tell me where I can get the StyleBats font you use? The only one i can find lacks several icons you are using (e.g. the Arch Logo).
Regards,
demian
Last edited by demian (2009-05-20 20:52:49)
no place like /home
github
Offline
Has anyone found a way to get mpd variables to not display information if they're stopped besides writing an awk script? I'm playing around with the if_mpd_playing variable, but it is still displaying the last song that was playing, even when stopped.
Offline
Hey riivo,
great work.
Could you tell me where I can get the StyleBats font you use? The only one i can find lacks several icons you are using (e.g. the Arch Logo).Regards,
demian
Glad that you like it. The whole config with all the fonts and some extra functionalities can be downloaded here.
Offline
demian wrote:Hey riivo,
great work.
Could you tell me where I can get the StyleBats font you use? The only one i can find lacks several icons you are using (e.g. the Arch Logo).Regards,
demianGlad that you like it. The whole config with all the fonts and some extra functionalities can be downloaded here.
Thanks, works fine now!
no place like /home
github
Offline
Does anyone know if I can have a combined idle/user/system/waiting(r/w) cpu graph widget in conky?
possibly each value a different color
Offline
Does anyone know if I can have a combined idle/user/system/waiting(r/w) cpu graph widget in conky?
possibly each value a different color
Running many transparent instances on top of each other seems like an option.
Offline