Преглед на файлове

Avoid using multi-line values for style items

Alois Mahdal преди 9 години
родител
ревизия
a1d856c956
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 5
    5
      src/libexec/saturnin-dmenu

+ 5
- 5
src/libexec/saturnin-dmenu Целия файл

@@ -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