diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/waybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index 1440c7f..70dfd42 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -40,7 +40,7 @@ "format": "<span color='#202020' bgcolor='#98971a' > </span> {}", "return-type": "text", "interval": 1, - "exec": "mmsg get keyboardlayout | jq -r '(.layout)' | awk '{print toupper($2)}' | cut -d '(' -f2 | cut -d ')' -f1", + "exec": "mmsg get keyboardlayout | jq -r '(.layout)' | awk '{print toupper($2); exit}' | cut -d '(' -f2 | cut -d ')' -f1", "tooltip" : false }, |
