diff options
author | Joe <rrbo@proton.me> | 2023-02-03 11:33:47 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-03 11:33:47 +0100 |
commit | 01ac7bd119be1bee4f325a4e3aab6a0ce203252c (patch) | |
tree | 05bc6ca0f983e07f837b14d0b48be0ce2efda551 /.config/conkyrc | |
parent | up (diff) | |
download | dotfiles-bsd-01ac7bd119be1bee4f325a4e3aab6a0ce203252c.tar.gz dotfiles-bsd-01ac7bd119be1bee4f325a4e3aab6a0ce203252c.tar.bz2 dotfiles-bsd-01ac7bd119be1bee4f325a4e3aab6a0ce203252c.tar.xz dotfiles-bsd-01ac7bd119be1bee4f325a4e3aab6a0ce203252c.tar.zst dotfiles-bsd-01ac7bd119be1bee4f325a4e3aab6a0ce203252c.zip |
up
Diffstat (limited to '.config/conkyrc')
-rw-r--r-- | .config/conkyrc | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/.config/conkyrc b/.config/conkyrc index 4b95633..10498cf 100644 --- a/.config/conkyrc +++ b/.config/conkyrc @@ -53,11 +53,10 @@ ${color grey}OS: ${font1}${color white}${sysname}${font} ${color grey}Kernel: ${font1}${color white}${kernel}${font} ${color grey}Uptime: ${font1}${color white}${uptime}${font} ${hr}${if_mpd_playing} -${color grey}${alignc}MPD ${font1}${color white}${goto 140}${mpd_artist} ${goto 140}${scroll wait 25 3 1 ${mpd_title}} ${goto 140}${mpd_elapsed}/${mpd_length} ${mpd_bar} -${execi 5 ~/.local/bin/conky_cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.png -p 20,150 -n} +${execi 5 ~/.local/bin/conky/cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.png -p 20,150 -n} ${hr}${endif}${if_up enx4ce1734c425a} ${font2}${color white}${alignc}${execi 1800 curl wttr.in/Lyon?T0 --silent --max-time 3}${font} ${hr}${endif} @@ -83,19 +82,6 @@ ${font1}${color white}${top_mem name 3} ${alignr}${top_mem pid 3} ${top_mem cpu ${font1}${color grey}${top_mem name 4} ${alignr}${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem_res 4}${font} ${color grey}--------- ${color grey}Processes: ${color white}${processes} -${hr}${if_up enx4ce1734c425a} -${color grey}LAN IP: ${font1}${color white}${addr enx4ce1734c425a}${font} -${color grey}--------- -${color grey}VPN IP: ${font1}${color white}${addr proton0}${font} -${color grey}--------- -${color grey}Public IP: ${color white}${font1}${execi 300 curl -s https://ifconfig.me || echo No Address}${font}${color grey} ${hr} -${color grey}Down: ${color white}${font1}${downspeed enx4ce1734c425a} ${font}${color grey}- Up: ${color white}${font1}${upspeed enx4ce1734c425a}${font} -${color grey}Down: ${color white}${downspeedgraph enx4ce1734c425a bfbfbf c0c0c0 125829120} -${color grey}Up: ${color white}${upspeedgraph enx4ce1734c425a bfbfbf c0c0c0 125829120} -${hr} -${color grey}${alignc}DNS -${font1}${color white}${nameserver 0}${font} -${font1}${color white}${nameserver 1}${font} -${hr}${endif} +${execp ~/.local/bin/conky/net.sh} ]] |