diff options
author | davidovski <david@davidovski.xyz> | 2023-02-06 12:07:49 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-02-06 12:07:49 +0000 |
commit | 8c1786d852784591f55d04c29ec036e53bed2900 (patch) | |
tree | ce42192d9569cc4d20fc84ccf5c0a264009a5516 /config/polybar | |
parent | 886f6d7aad7bb31fdfd5c807710e3887861c91d9 (diff) |
Adjust bg script animation speed
Diffstat (limited to 'config/polybar')
-rw-r--r-- | config/polybar/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/polybar/config b/config/polybar/config index b28e8ea..ec82e1e 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -162,8 +162,8 @@ format-prefix = "力 " [module/battery] type = internal/battery full-at = 99 -battery = BAT1 -adapter = ADP1 +battery = BAT0 +adapter = AC poll-interval = 3 time-format = %H:%M @@ -171,8 +171,8 @@ time-format = %H:%M format-charging = <animation-charging> <label-charging> format-discharging = <ramp-capacity> <label-discharging> -label-charging = -%percentage%% -label-discharging = -%percentage%% +label-charging = +%percentage%% +label-discharging = %percentage%% label-full = %percentage%% ramp-capacity-0 = |