nix dotfiles
This commit is contained in:
commit
7b8005c867
27 changed files with 1728 additions and 0 deletions
6
navi/laniakea/eww/get_layout.sh
Executable file
6
navi/laniakea/eww/get_layout.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
layout=$(hyprctl devices -j | jq -r '.keyboards[] | select(.name == "josefadamcik-sofle") | .active_keymap')
|
||||
case "$layout" in
|
||||
*Hebrew*) echo " HE" ;;
|
||||
*) echo " EN" ;;
|
||||
esac
|
||||
Loading…
Add table
Add a link
Reference in a new issue