diff options
author | Julian <julianteule@gmail.com> | 2017-01-23 20:38:18 +0100 |
---|---|---|
committer | Julian <julianteule@gmail.com> | 2017-01-23 20:38:18 +0100 |
commit | 076f4801a51216d1d5f4aec9ccfbcf77382fea87 (patch) | |
tree | b7ac5f1f0425c3ae29e4e66946b4c6dcd3e9830d | |
parent | 3fc5e39e03933f7d8c736d7f66cbd86175188eda (diff) |
Conky update
-rw-r--r-- | Conky/conkymain | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | Conky/start.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Conky/conkymain b/Conky/conkymain index 5a01c03..6983242 100644 --- a/Conky/conkymain +++ b/Conky/conkymain @@ -74,4 +74,4 @@ ${else}${if_existing /proc/net/route enp4s0} Eth: ${exec /home/julian/Conky/getI ${else} Network disconnected${endif}${endif}${alignc}${color Tan2}TX NETWORKING RX ${if_existing /proc/net/route wlan0}${color white}Wlan: ${color 20a5e4}${upspeed Wlan0}$alignr${downspeed wlan0}${color white}:Wlan ${else}${if_existing /proc/net/route enp4s0}${color white}Eth: ${color 20a5e4}${upspeed enp4s0}$alignr${downspeed enp4s0}${color white}:Eth -${else}${color white}Network disconnected${endif}${endif}
\ No newline at end of file +${else}${color white}Network disconnected${endif}${endif}
\ No newline at end of file diff --git a/Conky/start.sh b/Conky/start.sh index 836acde..5f38b77 100755..100644 --- a/Conky/start.sh +++ b/Conky/start.sh @@ -2,4 +2,4 @@ sleep 10 && # 0 good for Xfce - use 20 to 30 for Gnome conky -c ~/Conky/conkymain & #sleep 0 && -#conky -c ~/Conky/conkyforecast & +#conky -c ~/Conky/conkyforecast &
\ No newline at end of file |