summaryrefslogtreecommitdiff
path: root/Conky/conkymain
diff options
context:
space:
mode:
Diffstat (limited to 'Conky/conkymain')
-rw-r--r--Conky/conkymain14
1 files changed, 13 insertions, 1 deletions
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