Polybar: Change battery module's full prefix

100% should be evident by literally everything else on the module
This commit is contained in:
Salt 2018-06-30 23:01:42 -05:00
parent ede764ab59
commit 4f18368b62
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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