diff options
-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 |