From 3fc5e39e03933f7d8c736d7f66cbd86175188eda Mon Sep 17 00:00:00 2001 From: Julian Date: Mon, 23 Jan 2017 20:23:04 +0100 Subject: Updated conky --- Conky/conkymain | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'Conky/conkymain') diff --git a/Conky/conkymain b/Conky/conkymain index 5e95923..5a01c03 100644 --- a/Conky/conkymain +++ b/Conky/conkymain @@ -62,4 +62,16 @@ ${color white}1. ${top_mem name 1}${top_mem pid 1} ${top_mem cpu 1} ${top_mem me 3. ${top_mem name 3}${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3} 4. ${top_mem name 4}${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4} 5. ${top_mem name 5}${top_mem pid 5} ${top_mem cpu 5} ${top_mem mem 5} - +${color orange}MUSIC${hr 2} +${if_running spotify}${texeci 1 /usr/bin/spotify-nowplaying-work}${color white}Song: + ${color gray}${exec /home/julian/Conky/spotify-nowplaying.sh} +${endif}${color orange}NETWORK${hr 2} +${color white}Hostname: +${color gray} ${exec hostname} +${color white}Internal Ip: +${color gray}${if_existing /proc/net/route wlan0} Wlan: ${exec /home/julian/Conky/getInternalIp.sh} +${else}${if_existing /proc/net/route enp4s0} Eth: ${exec /home/julian/Conky/getInternalIp.sh enp4s0} +${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 -- cgit v1.2.3