diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-06-13 14:49:20 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-06-13 14:49:20 +0100 |
| commit | 355e1383d90cacdd233f22f06b3a761b9ccc61a8 (patch) | |
| tree | 698ad9152cbd03c3f835712c0aabf0ea36840ea6 /.config/waybar/config | |
| parent | 0d3a0cde438e961eb8651bc7ca8dba3a2371b4b1 (diff) | |
Added missing exit for toupper line
Diffstat (limited to '.config/waybar/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 }, |
