diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-06-13 14:42:11 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-06-13 14:42:11 +0100 |
| commit | 0d3a0cde438e961eb8651bc7ca8dba3a2371b4b1 (patch) | |
| tree | d86601a4cbda783a6d836e35d55d544bf95e0946 /.config/waybar | |
| parent | b3a1e85c74ac530c378e1d136ca6c83c63fcfcff (diff) | |
Updated to use new MangoWM IPC mmsg
Diffstat (limited to '.config/waybar')
| -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 ea128e9..1440c7f 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 -k | awk '{print toupper($3); exit}'", + "exec": "mmsg get keyboardlayout | jq -r '(.layout)' | awk '{print toupper($2)}' | cut -d '(' -f2 | cut -d ')' -f1", "tooltip" : false }, |
