conky: Remove network speed workaround since upstream fixed the issue

master
Pierre Neidhardt 2019-02-14 16:59:35 +01:00
parent 9d8b5d2052
commit 340983b1d7
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ conky.text =
\
^fg(grey)CPU:^fg(DeepSkyBlue)$cpu% \
^fg(grey)RAM:^fg(DeepSkyBlue)${if_match ${to_bytes $memeasyfree} < 536870912}^fg(Red)${endif}$memperc% \
^fg(grey)↓^fg(DeepSkyBlue)${eval $${downspeedf ${gw_iface}}} \
^fg(grey)↑^fg(DeepSkyBlue)${upspeedf wlp2s0} \
^fg(grey)↓^fg(DeepSkyBlue)${downspeedf ${gw_iface}} \
^fg(grey)↑^fg(DeepSkyBlue)${upspeedf ${gw_iface}} \
${if_match "${exec pactl list sinks | awk '/^\tMute:/ {print $2;exit}'}" == "no"}^fg(grey)♪^fg(DeepSkyBlue)${exec pactl list sinks | awk '/^\tVolume:/ {print $5;exit}'}${endif} \
${if_match $battery_percent != 0}^fg(grey)⚡^fg(DeepSkyBlue)${if_match ${battery_time} <= 600}^fg(Red)${endif}${battery_short}: ${format_time ${battery_time} "(\dd )(\hh )\mmin"} ${endif}\
${if_match ${to_bytes ${diskio nvme0n1}} > 1048576}^fg(grey)nvme0n1:^fg(DeepSkyBlue)${diskio nvme0n1}${endif} \