From 4f18368b6208a91ef409619f1c5b10459378ca8f Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 30 Jun 2018 23:01:42 -0500 Subject: [PATCH] Polybar: Change battery module's full prefix 100% should be evident by literally everything else on the module --- .config/konsolerc | 2 +- .config/polybar/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/konsolerc b/.config/konsolerc index 47e3959f..6ce6f06a 100644 --- a/.config/konsolerc +++ b/.config/konsolerc @@ -2,7 +2,7 @@ DefaultProfile=Primary.profile [Favorite Profiles] -Favorites=Small.profile,Primary.profile +Favorites=Primary.profile,Small.profile [FileDialogSize] Height 1080=480 diff --git a/.config/polybar/config b/.config/polybar/config index 5d1f4418..7da1b150 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -173,7 +173,7 @@ format-discharging-prefix = "Battery: " format-discharging-prefix-foreground = ${res/colors.icon-battery} format-full = format-full-prefix = "Battery: " -format-full-prefix-foreground = ${res/colors.alert} +format-full-prefix-foreground = ${res/colors.icon-battery} time-format = %H:%M full-at = 98 interval = 15