Fixed i3lock, from after update

This commit is contained in:
TuDatTr
2021-05-29 21:46:59 +02:00
parent 5537696c6a
commit 521c99c0c9
12 changed files with 140 additions and 48 deletions

View File

@@ -10,7 +10,7 @@ function kb_routine {
oldKBD="$KBD";
case "$(xset -q | grep -A 0 'LED' | cut -c59-67)" in
"00000000")
KBD="English (US)" ;;
KBD="Europe" ;;
"00001000")
KBD="Deutsch" ;;
*) KBD="unknown" ;;
@@ -31,7 +31,7 @@ function battery_routine {
while :
do
# kb_routine
kb_routine
battery_routine
sleep 1;
done