Merge branch 'main' into next-dash-interface

This commit is contained in:
galister
2026-01-05 20:41:59 +09:00
16 changed files with 181 additions and 14508 deletions

6593
wlx-overlay-s/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -81,7 +81,7 @@ winit = { version = "0.30.12", optional = true }
xcb = { version = "1.6.0", optional = true, features = [
"as-raw-xcb-connection",
] }
xkbcommon = { version = "0.9.0" }
xkbcommon = { version = "0.8.0" } # 0.9.0 breaks keymap import on some distros
################################
# Wayland Server deps

View File

@@ -51,13 +51,13 @@
"TITLE": "Mauskorrekturen",
"WRONG_SCREEN_SELECTION_HELP": "Wenn der Cursor auf einem völlig anderen Bildschirm verschwindet,\nwurden die Bildschirme wahrscheinlich falsch ausgewählt. Siehe Lesezeichen.",
"NORMAL": "Normal",
"FLIPPED": "Umgedreht",
"FLIP90": "Um 90° gedreht",
"FLIP180": "Um 180° gedreht",
"FLIP270": "Um 270° gedreht",
"ROTATE90": "Um 90° gedreht",
"ROTATE180": "Um 180° gedreht",
"ROTATE270": "Um 270° gedreht"
"FLIPPED": "Gespiegelt",
"FLIP90": "90° gespiegelt",
"FLIP180": "180° gespiegelt",
"FLIP270": "270° gespiegelt",
"ROTATE90": "90° gedreht",
"ROTATE180": "180° gedreht",
"ROTATE270": "270° gedreht"
}
},
"DISABLED": "Deaktiviert",
@@ -84,4 +84,4 @@
"FIXING_FLOOR": "Boden wird in 5 Sekunden fixiert...",
"ONE_CONTROLLER_ON_FLOOR": "Lege einen Controller auf den Boden!"
}
}
}

View File

@@ -52,7 +52,7 @@
"WRONG_SCREEN_SELECTION_HELP": "Si el cursor se mueve en una pantalla completamente diferente,\nes probable que las pantallas se hayan seleccionado incorrectamente. Consulta el archivo readme.",
"NORMAL": "Normal",
"FLIPPED": "Invertido",
"FLIP90": "Girado 90°",
"FLIP90": "Invertido 90°",
"FLIP180": "Invertido 180°",
"FLIP270": "Invertido 270°",
"ROTATE90": "Rotado 90°",
@@ -84,4 +84,4 @@
"FIXING_FLOOR": "Fijando el suelo en 5 segundos...",
"ONE_CONTROLLER_ON_FLOOR": "¡Coloca un mando en el suelo!"
}
}
}

View File

@@ -85,7 +85,7 @@ pub(super) fn select_pw_screen(
task::Poll::Pending => {
if Instant::now() >= print_at {
log::info!("{instructions}");
if let Ok(id) = DbusConnector::notify_send(instructions, "", 2, 30, 0, true)
if let Ok(id) = DbusConnector::notify_send(instructions, "", 1, 60, 0, true)
{
notify = Some(id);
}