From 87e48f4427da2ab506ce07cff95a17235525f087 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 2 Apr 2017 13:25:36 +0200 Subject: misc changes Signed-off-by: Florian Pritz --- .i3/conkyrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.i3/conkyrc') diff --git a/.i3/conkyrc b/.i3/conkyrc index bf66067..87e7714 100644 --- a/.i3/conkyrc +++ b/.i3/conkyrc @@ -20,13 +20,13 @@ TEXT ${if_match "${mpd_status}" == "Playing"}{ "full_text" : "${mpd_artist} - ${mpd_title} (${mpd_vol}%)", "color" : "\#d466138"},${endif} { "full_text" : "intern0 ${upspeed intern0}\u2191 ${downspeed intern0}\u2193", "color" : "\#00FF00"}, ${if_up guest0}{ "full_text" : "guest0 ${upspeed guest0}\u2191 ${downspeed guest0}\u2193", "color" : "\#FF0000"},${endif} - { "full_text" : "IO ${diskio_read}\u2191 ${diskio_write}\u2193"}, +# { "full_text" : "IO ${diskio_read}\u2191 ${diskio_write}\u2193"}, { "full_text" : "PA ${pa_sink_volume}%"}, { "full_text" : "/ ${fs_free /}"}, { "full_text" : "/home ${fs_free /home}"}, - { "full_text" : "CPU ${cpu cpu}%"}, + { "full_text" : "CPU ${cpu cpu}%", "color": "\#55ff55"}, { "full_text" : "RAM ${mem} (${memperc}%)" , "color" : - ${if_match ${memperc}<80}"\#ffffff"${else}"\#ff0000"${endif} }, + ${if_match ${memperc}<80}"\#55ff55"${else}"\#ff0000"${endif} }, { "full_text" : "${loadavg} ${running_threads}/${processes}"}, { "full_text" : "Up ${uptime}"}, { "full_text" : "${time %a %F %H:%M:%S}"} -- cgit v1.2.3-24-g4f1b