.conkyrc
This commit is contained in:
parent
697b29be5e
commit
b0306ef520
1 changed files with 3 additions and 25 deletions
28
.conkyrc
28
.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}
|
||||
|
|
Loading…
Reference in a new issue