Add greeter keyboard and user selection (#55)
* Add greeter keyboard and user selection Fixes #37 Fixes #38 * Support switching users and add tooltips to icon buttons * Implement switching users * Implement keyboard layout switching * Ensure that user's xkb_config is used
This commit is contained in:
parent
4653bb1de9
commit
f6ccf0146e
10 changed files with 481 additions and 148 deletions
|
|
@ -33,6 +33,8 @@ use tokio::{sync::mpsc, task, time};
|
|||
use wayland_client::{protocol::wl_output::WlOutput, Proxy};
|
||||
|
||||
pub fn main(current_user: pwd::Passwd) -> Result<(), Box<dyn std::error::Error>> {
|
||||
env_logger::Builder::from_env(env_logger::Env::default().default_filter_or("warn")).init();
|
||||
|
||||
crate::localize::localize();
|
||||
|
||||
//TODO: use accountsservice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue