summaryrefslogtreecommitdiffstats
path: root/.i3
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-08-01 17:11:44 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-08-01 17:11:44 +0200
commitccf5439d18adc585cc0826591df9ebeaf65405a0 (patch)
treef67935d3b4b00cefe11c4741fd6f993034169941 /.i3
parent10b758964840177f2a81dae8c8aff7d5013d2ac3 (diff)
downloaddotfiles-ccf5439d18adc585cc0826591df9ebeaf65405a0.tar.gz
dotfiles-ccf5439d18adc585cc0826591df9ebeaf65405a0.tar.xz
i3/conky: Add pulseaudio, move less jumpy items to the right
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.i3')
-rw-r--r--.i3/conkyrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.i3/conkyrc b/.i3/conkyrc
index b2ecc67..bf66067 100644
--- a/.i3/conkyrc
+++ b/.i3/conkyrc
@@ -18,11 +18,12 @@ mpd_port 6600
TEXT
[
${if_match "${mpd_status}" == "Playing"}{ "full_text" : "${mpd_artist} - ${mpd_title} (${mpd_vol}%)", "color" : "\#d466138"},${endif}
- { "full_text" : "/ ${fs_free /}"},
- { "full_text" : "/home ${fs_free /home}"},
{ "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" : "PA ${pa_sink_volume}%"},
+ { "full_text" : "/ ${fs_free /}"},
+ { "full_text" : "/home ${fs_free /home}"},
{ "full_text" : "CPU ${cpu cpu}%"},
{ "full_text" : "RAM ${mem} (${memperc}%)" , "color" :
${if_match ${memperc}<80}"\#ffffff"${else}"\#ff0000"${endif} },