added script to display razer mouse battery

This commit is contained in:
2025-06-28 15:36:14 +02:00
parent ca357f2771
commit 011a90f465
3 changed files with 45 additions and 2 deletions

View File

@@ -205,3 +205,14 @@ tooltip label {
#custom-alhp.down {
border-bottom: 1px solid #800000;
}
#custom-razer-mouse-battery {
padding-left: 5px;
padding-right: 5px;
}
#custom-razer-mouse-battery.charging {
border-bottom: 1px solid #adff2f;
}
#custom-razer-mouse-battery.not_charging {
border-bottom: 1px solid #f6ac00;
}