feat(waybar): rice battery module
This commit is contained in:
parent
3c19c2a1c8
commit
ed1bd1c5b6
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue