panel: format
This commit is contained in:
parent
4d1edfbd1d
commit
7f065dfbc1
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue