Polybar: Change battery module's full prefix
100% should be evident by literally everything else on the module
This commit is contained in:
parent
ede764ab59
commit
4f18368b62
@ -2,7 +2,7 @@
|
|||||||
DefaultProfile=Primary.profile
|
DefaultProfile=Primary.profile
|
||||||
|
|
||||||
[Favorite Profiles]
|
[Favorite Profiles]
|
||||||
Favorites=Small.profile,Primary.profile
|
Favorites=Primary.profile,Small.profile
|
||||||
|
|
||||||
[FileDialogSize]
|
[FileDialogSize]
|
||||||
Height 1080=480
|
Height 1080=480
|
||||||
|
@ -173,7 +173,7 @@ format-discharging-prefix = "Battery: "
|
|||||||
format-discharging-prefix-foreground = ${res/colors.icon-battery}
|
format-discharging-prefix-foreground = ${res/colors.icon-battery}
|
||||||
format-full = <bar-capacity> <label-full>
|
format-full = <bar-capacity> <label-full>
|
||||||
format-full-prefix = "Battery: "
|
format-full-prefix = "Battery: "
|
||||||
format-full-prefix-foreground = ${res/colors.alert}
|
format-full-prefix-foreground = ${res/colors.icon-battery}
|
||||||
time-format = %H:%M
|
time-format = %H:%M
|
||||||
full-at = 98
|
full-at = 98
|
||||||
interval = 15
|
interval = 15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user