diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-12-16 19:20:55 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-12-16 19:20:55 +0000 |
commit | 22433999a6c10d599def4f06ce89f92f7503126a (patch) | |
tree | 3275d5c1b6d03855cfda72ba81423789c47b8a45 /.config/eww/scripts/keyboardlayout.sh | |
parent | af0e8907774e415ece3cbb6004b170dad8e5708b (diff) |
Removed unused eww scripts.
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 '(?<=\().*(?=\))' )" - |