nixos_config/util/get_xkb.xonsh

2 lines
113 B
Text
Raw Normal View History

2025-12-04 15:40:58 +01:00
import re
print("Layout: " + re.search(r'"xkb_active_layout_name": "(.+?)"', $(swaymsg -t get_inputs)).group(1))