adds overview, removes old stuff
This commit is contained in:
@@ -31,7 +31,7 @@ else
|
||||
elif [[ $line =~ ^[[:space:]]*description:[[:space:]]*(.*)$ ]]; then
|
||||
DESC="${BASH_REMATCH[1]}"
|
||||
elif [[ $line =~ ^[[:space:]]*transform:[[:space:]]*([0-9]+)$ ]]; then
|
||||
TFORM="${BASHREMATCH[1]}"
|
||||
TFORM="${BASH_REMATCH[1]}"
|
||||
elif [[ $line =~ ^[[:space:]]*focused:[[:space:]]*yes$ ]]; then
|
||||
FOC=1
|
||||
elif [[ -z $line ]]; then
|
||||
|
||||
Reference in New Issue
Block a user