Quellcode durchsuchen

Fixup keyboard layout note in i3staplus after switching font

Alois Mahdal vor 1 Monat
Ursprung
Commit
0792abe970
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      dotfiles/config/i3/bin/i3staplus

+ 1
- 1
dotfiles/config/i3/bin/i3staplus Datei anzeigen

@@ -19,7 +19,7 @@ kb_layout() {
19 19
         us) color='' ;;
20 20
         *)  color=',"color": "#ff0000"' ;;
21 21
     esac
22
-    printf '{"full_text": " %s"%s},' \
22
+    printf '{"full_text": "  %s"%s},' \
23 23
         "$layout" "$color"
24 24
 }
25 25