misc: Fix misc style error.
This commit is contained in:
parent
55c128211c
commit
8d0205a56a
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2958,7 +2958,7 @@ END
|
|||
if(/Maximized/) getline;
|
||||
if(/Fullscreen/) getline;
|
||||
id=$2"]"
|
||||
} $0~id {if(id) {getline; print $2; exit}}' \
|
||||
} $0~id {if(id) {getline; print $2; exit}}' \
|
||||
"$mateterm_config")"
|
||||
|
||||
rm -f "$mateterm_config"
|
||||
|
|
Loading…
Reference in a new issue