This repository has been archived on 2025-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nix-thinkcentre/home/desktop/eww_config/language.sh
2025-10-11 19:10:48 +05:00

8 lines
117 B
Bash
Executable File

#!/usr/bin/env bash
if hyprctl devices | grep -q "active keymap: Russian"; then
echo "ru"
else
echo "en"
fi