diff options
Diffstat (limited to '.config/eww/scripts/keyboardlayout.sh')
-rwxr-xr-x | .config/eww/scripts/keyboardlayout.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/eww/scripts/keyboardlayout.sh b/.config/eww/scripts/keyboardlayout.sh deleted file mode 100755 index 50acfdd..0000000 --- a/.config/eww/scripts/keyboardlayout.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -# Get long name -# echo "$(hyprctl devices | grep -A 2 "at-translated-set-2-keyboard" | awk 'NR==3 {print $3" "$4}')" - -# Get short name -# echo "$(hyprctl devices | grep -A 2 "at-translated-set-2-keyboard" | awk 'NR==3 {print $4}'| grep -Po '(?<=\().*(?=\))' )" - |