Files
nix-new/old_rach/eww/language.sh

8 lines
109 B
Bash
Raw Normal View History

2025-06-23 00:47:36 +05:00
#!/bin/bash
if hyprctl devices | grep -q "active keymap: Russian"; then
echo "ru"
else
echo "en"
fi