mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-06-13 12:03:28 +02:00
conky: actually use /home bar for /home
This commit is contained in:
parent
b1ce5cac9c
commit
039c11dd50
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user