diff options
| author | Thomas Schneider <qsx@qsx.re> | 2018-10-10 11:31:30 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2018-10-10 11:31:30 +0200 |
| commit | cdb0d1d20352fe196b87d91252f1be1123899168 (patch) | |
| tree | dc1f1c9a7a4da6aeefc7907952e95451df596a2b | |
| parent | 1a35ce5a6cda01714ed1ea6c239a53d0db8e551e (diff) | |
polybar: fix label-full
| -rw-r--r-- | dot.config-polybar-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot.config-polybar-config b/dot.config-polybar-config index c064b4b..25d1a4f 100644 --- a/dot.config-polybar-config +++ b/dot.config-polybar-config @@ -250,9 +250,9 @@ animation-discharging-2 = animation-discharging-foreground = ${colors.foreground-alt} animation-discharging-framerate = 750 +label-full = %percentage%% %consumption%W label-charging = %percentage%% %consumption%W %time% label-discharging = ${self.label-charging} -label-full = ${self.label-charging} time-format = %H:%M |
