summaryrefslogtreecommitdiffstats
path: root/.conkyrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-10 21:22:12 +0100
committerGravatar Tom Willemsen2012-01-10 21:22:12 +0100
commitb0306ef5200e449c8d8e1fcc7047302742545fbf (patch)
tree7d54dbc99aa3f2f400c836783516d984aee65bce /.conkyrc
parent697b29be5e1502b62439ec15e54cfe6f8b0b66f0 (diff)
downloaddotfiles-b0306ef5200e449c8d8e1fcc7047302742545fbf.tar.gz
dotfiles-b0306ef5200e449c8d8e1fcc7047302742545fbf.zip
.conkyrc
Diffstat (limited to '.conkyrc')
-rw-r--r--.conkyrc28
1 files changed, 3 insertions, 25 deletions
diff --git a/.conkyrc b/.conkyrc
index 9d72f71..297229e 100644
--- a/.conkyrc
+++ b/.conkyrc
@@ -1,3 +1,4 @@
+# -*- eval: (git-auto-commit-mode 1) -*-
background yes
use_xft yes
xftfont tamsyn:pixelsize=14
@@ -27,14 +28,8 @@ lua_load ~/.conkybox.lua
lua_draw_hook_pre conky_main_box
TEXT
-${font Arial:size=20}${color Tan1}${alignc}GNU${color RoyalBlue}LINUX$font
-$alignc${color Tan1}$nodename
-
-${font Arial:bold:size=10}${color Tan1}SYSTEM ${color RoyalBlue}${voffset -2}${hr 2}
-$font${color SlateGray}$sysname $kernel $alignr $machine
-Intel Pentium 4 $alignr${freq_g cpu0}Ghz
-Uptime $alignr${uptime}
-File System $alignr${fs_type}
+${font Arial:bold:size=10}${color Tan1}TODO ${color RoyalBlue}${voffset -2}${hr 2}
+$font${color SlateGray}${exec /home/slash/development/projects/ntd/src/ntd list short}
$if_mpd_playing${font Arial:bold:size=10}${color Tan1}MUSIC ${color RoyalBlue}${voffset -2}${hr 2}
$font$alignc${color SlateGray}$mpd_title
@@ -52,24 +47,7 @@ ${font Arial:bold:size=10}${color Tan1}HDD ${color RoyalBlue}${voffset -2}${hr 2
${font}${color SlateGray}Write: $alignr$diskio_write
Read: $alignr$diskio_read
-${color SlateGray}/ $alignc$fs_used / $fs_size $alignr${fs_free_perc}%
-${fs_bar}
-$font${color SlateGray}/boot $alignc${fs_used /boot} / ${fs_size /boot} $alignr${fs_free_perc /boot}%
-${fs_bar /boot}
-$font${color SlateGray}/home $alignc${fs_used /home} / ${fs_size /home} $alignr${fs_free_perc /home}%
-${fs_bar /home}
-
${font Arial:bold:size=10}${color Tan1}TOP PROCESS ${color RoyalBlue}${voffset -2}${hr 2}
${color SlateGray}${font}CPU: ${top name 1}${alignr}${top cpu 1}%
MEM: ${top_mem name 1}${alignr}${top_mem mem 1}%
IO: ${top_io name 1}${alignr}${top_io io_perc 1}%
-
-${font Arial:bold:size=10}${color Tan2}NETWORK ${color RoyalBlue}${voffset -2}${hr 2}
-$font${color SlateGray}Active interface:$alignr$gw_iface
-$font${color SlateGray}Active IP address: $alignr$addr
-
-Download speed: $alignr${downspeed eth0}
-Upload speed: $alignr${upspeed eth0}
-
-Downloaded: $alignr${totaldown eth0}
-Uploaded: $alignr${totalup eth0}