conky: actually use /home bar for /home

This commit is contained in:
Aminda Suomalainen 2026-06-06 09:59:29 +03:00
parent b1ce5cac9c
commit 039c11dd50
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -75,7 +75,7 @@ ${color grey}Processes:$color $processes ${color grey}Running:$color $running_p
$hr
${color grey}File systems:
/ $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
${color grey}/home $color${fs_used /home}/${fs_size /home} ${fs_bar 6 /}
${color grey}/home $color${fs_used /home}/${fs_size /home} ${fs_bar 6 /home}
${color grey}Networking:
eth0 Up:$color ${upspeed eth0} ${color grey} - Down:$color ${downspeed eth0}
${color grey}wlan0 Up:$color ${upspeed wlan0} ${color grey} - Down:$color ${downspeed wlan0}