added battery widget to laptops

This commit is contained in:
2025-03-31 20:38:29 +02:00
parent f42d3a20b2
commit f6c8c405dc
8 changed files with 22 additions and 3 deletions

View File

@@ -29,11 +29,11 @@ listener {
}
listener {
timeout = 1800 # 30min
timeout = 600 # 10min
on-timeout = loginctl lock-session # lock screen when timeout has passed
}
listener {
timeout = 3600 # 60min
on-timeout = systemctl hibernate # hibernate and suspend pc
timeout = 1200 # 20min
on-timeout = systemctl suspend # suspend pc
}