dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d790efcd784998c853870d95e74ccaba3e67be54
parent 47c75a744346b4ce86f42b86a5945864fd332717
Author: Anders Damsgaard <adc@geo.au.dk>
Date:   Tue, 18 Jun 2013 11:21:39 +0200

Changed terminal to urxvt and increased conky refresh interval

Diffstat:
M.config/openbox/rc.xml | 3++-
M.conkyrc | 23+++++++++++++----------
2 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml @@ -361,7 +361,8 @@ <enabled>true</enabled> <name>Terminal</name> </startupnotify> - <command>terminator</command> + <!-- <command>terminator</command> --> + <command>urxvt</command> </action> </keybind> <keybind key="W-w"> diff --git a/.conkyrc b/.conkyrc @@ -2,7 +2,7 @@ background yes use_xft yes xftfont Sans:size=8 xftalpha 1 -update_interval 5.0 +update_interval 4.0 total_run_times 0 own_window yes own_window_transparent yes @@ -52,12 +52,17 @@ ${fs_bar /} #SWAP $alignc ${swap} / ${swapmax} $alignr ${swapperc}% #${swapbar} -${font sans-serif:bold:size=8}TOP PROCESSES ${hr 2} +${font sans-serif:bold:size=8}TOP PROCESSES - CPU ${hr 2} +${font sans-serif:normal:size=8}${top name 1}${alignr}${top cpu 1} % +${font sans-serif:normal:size=8}${top name 2}${alignr}${top cpu 2} % +${font sans-serif:normal:size=8}${top name 3}${alignr}${top cpu 3} % + +${font sans-serif:bold:size=8}TOP PROCESSES - MEM ${hr 2} ${font sans-serif:normal:size=8}${top_mem name 1}${alignr}${top mem 1} % -${top_mem name 2}${alignr}${top mem 2} % -$font${top_mem name 3}${alignr}${top mem 3} % -$font${top_mem name 4}${alignr}${top mem 4} % -$font${top_mem name 5}${alignr}${top mem 5} % +${font sans-serif:normal:size=8}${top_mem name 2}${alignr}${top mem 2} % +${font sans-serif:normal:size=8}${top_mem name 3}${alignr}${top mem 3} % + + ${font sans-serif:bold:size=8}NETWORK ${hr 2} ${font sans-serif:normal:size=8}IP address: $alignr ${addr wlan0} @@ -68,9 +73,7 @@ D:${downspeed wlan0} $alignr total: ${totaldown wlan0} ${upspeedgraph wlan0} U:${upspeed wlan0} $alignr total: ${totalup wlan0} -${font sans-serif:bold:size=8}AUDIO ${hr 2} -${font sans-serif:normal:size=8}MPD current song: +${font sans-serif:bold:size=8}MPD ${hr 2} +${font sans-serif:normal:size=8}${exec mpc status|tail -n 2|sed 's/\t/ /; s/ / /; s/volume/v/; s/repeat: off//; s/repeat: on/repeat/; s/random: off//; s/random: on/random/; s/single: off//; s/single: on/single/; s/consume: off//; s/consume: on/consume/;' } ${font sans-serif:normal:size=8}${exec mpc current} -${font sans-serif:normal:size=8}${exec mpc status | awk '{print $1 ", " $2 " " $3}'} -${font sans-serif:normal:size=8}${exec mpc status | awk '{print $4 " " $5 ", " $6 " " $7}'}