Switch to layer-shell for locker

This commit is contained in:
Jeremy Soller 2023-10-06 10:44:05 -06:00
parent 7b8777457b
commit bec5cb5b7d
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
4 changed files with 450 additions and 745 deletions

View file

@ -26,6 +26,7 @@ pub fn main() -> Result<(), Box<dyn std::error::Error>> {
}
})
.map(|user| {
//TODO: use accountsservice
let icon_path = Path::new("/var/lib/AccountsService/icons").join(&user.name);
let icon_opt = if icon_path.is_file() {
match fs::read(&icon_path) {