1
0
Fork 0

panel: format

This commit is contained in:
Vladimír Dudr 2023-03-31 12:15:12 +02:00
parent 4d1edfbd1d
commit 7f065dfbc1
2 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ check_df() {
df=""
df="/:$(df --output=pcent / | tail -n+2 | xargs)"
[[ "$root_dev" = "$home_dev" ]] || df+="\t$USER:$(df --output pcent "$HOME" | tail -n+2 | xargs)"
[[ "$root_dev" = "$home_dev" ]] || df+=" $USER:$(df --output=pcent "$HOME" | tail -n+2 | xargs)"
update df "$df"
}