Quellcode durchsuchen

Avoid using multi-line values for style items

Alois Mahdal vor 9 Jahren
Ursprung
Commit
a1d856c956
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 5
    5
      src/libexec/saturnin-dmenu

+ 5
- 5
src/libexec/saturnin-dmenu Datei anzeigen

@@ -23,11 +23,11 @@ while true; do case $1 in
23 23
     *)              break             ;;
24 24
 esac done
25 25
 
26
-nb="$(inigrep -p style.color.nbg)"
27
-nf="$(inigrep -p style.color.nfg)"
28
-sb="$(inigrep -p style.color.sbg)"
29
-sf="$(inigrep -p style.color.sfg)"
30
-fn="$(inigrep -p style.font)"
26
+nb="$(inigrep -1 -p style.color.nbg)"
27
+nf="$(inigrep -1 -p style.color.nfg)"
28
+sb="$(inigrep -1 -p style.color.sbg)"
29
+sf="$(inigrep -1 -p style.color.sfg)"
30
+fn="$(inigrep -1 -p style.font)"
31 31
 fn=${fn:--*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*}
32 32
 
33 33
 debug -v nb nf sb sf fn lines maybe_split delim