feat(waybar): rice battery module

This commit is contained in:
Mohammad Rafiq 2025-06-02 21:32:33 +08:00
parent 3c19c2a1c8
commit ed1bd1c5b6
No known key found for this signature in database

View file

@ -21,6 +21,10 @@
interval = 1;
format = "{:%F %T}";
};
"battery" = {
interval = 1;
bat-compatibility = true;
};
}
];
style = # css
@ -29,6 +33,7 @@
background-color: rgba(0, 0, 0, 0);
}
#battery,
#clock {
padding-top: 5px;
padding-right: 5px;