Fully updated the Hyprland config
This commit is contained in:
parent
3470ffdfd7
commit
83ab1b1d6b
24 changed files with 331 additions and 83 deletions
|
|
@ -21,13 +21,12 @@ en_to_fr() {
|
|||
}
|
||||
|
||||
if ! [ -f "${status_file}" ]; then
|
||||
hyprctl notify 3 3000 0 "Status file missing"
|
||||
hyprctl notify 2 6000 0 "Use Mod + Ctrl + Space to change keyboard layout"
|
||||
en_to_fr
|
||||
fr_to_en
|
||||
else
|
||||
if [ $(cat "${status_file}") = "fr" ]; then
|
||||
fr_to_en
|
||||
elif [ $(cat "${status_file}") = "en" ]; then
|
||||
en_to_fr
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue