feat: add option to hide label when battery is full (#350)

* feat: add option to hide label when battery is full

* feat: add option to hide label when battery is full

* feat: add option to hide label when battery is full

* Update modules/bar/battery/index.ts

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>

* fix: battery css

---------

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
Rubin Bhandari
2024-10-21 14:31:47 +05:45
committed by GitHub
parent ca664e3e78
commit c265697adc
4 changed files with 47 additions and 24 deletions

View File

@@ -912,6 +912,7 @@ const options = mkOptions(OPTIONS, {
},
battery: {
label: opt(true),
hideLabelWhenFull: opt(false),
rightClick: opt(''),
middleClick: opt(''),
scrollUp: opt(''),