Add network to conky
This commit is contained in:
parent
a13bb821a7
commit
81858b8ad1
2 changed files with 7 additions and 2 deletions
|
@ -92,11 +92,16 @@ ${top_mem name 3} $alignr ${top_mem mem_res 3}
|
|||
${top_mem name 4} $alignr ${top_mem mem_res 4}
|
||||
${top_mem name 5} $alignr ${top_mem mem_res 5}
|
||||
|
||||
${color2}Storage${color0}
|
||||
${color2}Storage ${color0}
|
||||
${fs_used /} ${goto 150}root $alignr ${fs_size /}
|
||||
${fs_bar 5,400 /}${voffset 5}
|
||||
${fs_used /home} ${goto 150}home $alignr ${fs_size /home}
|
||||
${fs_bar 5,400 /home}${voffset 5}
|
||||
${fs_used /mnt/data} ${goto 150}data $alignr ${fs_size /mnt/data}
|
||||
${fs_bar 5,400 /mnt/data}voffset 5}
|
||||
|
||||
${color2}Download ${color0}${alignr}${downspeed enp0s31f6}
|
||||
${downspeedgraph enp0s31f6 50,}
|
||||
${color2}Upload ${color0}${alignr}${upspeed enp0s31f6}
|
||||
${upspeedgraph enp0s31f6 50,}
|
||||
]]
|
|
@ -29,7 +29,7 @@ _autostart_on_launch()
|
|||
$HOME/.config/bspwm/focus-voip.py &
|
||||
|
||||
conky --daemonize --config="$HOME/.config/conky/clock.conf"
|
||||
conky --daemonize --config="$HOME/.config/conky/cpu_ram_storage.conf"
|
||||
conky --daemonize --config="$HOME/.config/conky/system.conf"
|
||||
conky --daemonize --config="$HOME/.config/conky/archlinux-updates.conf"
|
||||
feh --bg-fill $XDG_PICTURES_DIR/wallpaper/active_wallpaper
|
||||
|
||||
|
|
Loading…
Reference in a new issue