summaryrefslogtreecommitdiffstats
path: root/.i3
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-06-13 11:13:11 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-06-13 11:13:11 +0200
commit5527df94488501b3877b9758ea14c563d7b1b70f (patch)
tree6c839870cd03ef013b831decfa268be2233226f4 /.i3
parentc9c80f3d8462cf5482d1c909f8f4a156778f3d54 (diff)
downloaddotfiles-5527df94488501b3877b9758ea14c563d7b1b70f.tar.gz
dotfiles-5527df94488501b3877b9758ea14c563d7b1b70f.tar.xz
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.i3')
-rw-r--r--.i3/conkyrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.i3/conkyrc b/.i3/conkyrc
index 87e7714..9a5e438 100644
--- a/.i3/conkyrc
+++ b/.i3/conkyrc
@@ -20,6 +20,7 @@ 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}
+ ${if_up usb0}{ "full_text" : "usb0 ${upspeed usb0}\u2191 ${downspeed usb0}\u2193", "color" : "\#FF0000"},${endif}
# { "full_text" : "IO ${diskio_read}\u2191 ${diskio_write}\u2193"},
{ "full_text" : "PA ${pa_sink_volume}%"},
{ "full_text" : "/ ${fs_free /}"},