diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2018-12-23 21:18:43 +0700 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2018-12-23 21:18:43 +0700 |
| commit | 524e32f64fad6b3584a43c36d131ac8a004831aa (patch) | |
| tree | 6467042c12c7ccd1df99f593b62c85c138310112 | |
| parent | e30c67483b11bab0ae3795ef7015435489ea7833 (diff) | |
| download | dotfiles-524e32f64fad6b3584a43c36d131ac8a004831aa.tar.gz dotfiles-524e32f64fad6b3584a43c36d131ac8a004831aa.tar.bz2 dotfiles-524e32f64fad6b3584a43c36d131ac8a004831aa.tar.lz dotfiles-524e32f64fad6b3584a43c36d131ac8a004831aa.tar.xz dotfiles-524e32f64fad6b3584a43c36d131ac8a004831aa.tar.zst dotfiles-524e32f64fad6b3584a43c36d131ac8a004831aa.zip | |
added time to battery module in polybar
| -rw-r--r-- | i3wm/.config/polybar/config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/i3wm/.config/polybar/config b/i3wm/.config/polybar/config index 74c9e85..2c5454d 100644 --- a/i3wm/.config/polybar/config +++ b/i3wm/.config/polybar/config @@ -441,15 +441,18 @@ bar-volume-empty-foreground = ${colors.foreground-alt} [module/battery] type = internal/battery +time-format = %H:%M battery = BAT0 adapter = AC full-at = 89 format-charging = <animation-charging> <label-charging> format-charging-underline = #ffb52a +label-charging = %percentage%% | %time% format-discharging = <animation-discharging> <label-discharging> format-discharging-underline = ${self.format-charging-underline} +label-discharging = %percentage%% | %time% format-full = format-full-foreground = ${colors.foreground} @@ -468,7 +471,7 @@ animation-charging-2 = animation-charging-3 = animation-charging-4 = animation-charging-foreground = ${colors.foreground} -animation-charging-framerate = 1000 +animation-charging-framerate = 750 animation-discharging-0 = animation-discharging-1 = |
