Adjust bg script animation speed

This commit is contained in:
davidovski 2023-02-06 12:07:49 +00:00
parent 886f6d7aad
commit 8c1786d852
6 changed files with 23 additions and 14 deletions

View file

@ -13,6 +13,14 @@ audio_output {
max_clients "0"
}
audio_output {
type "httpd"
name "HQ HTTP Stream"
encoder "wave" # optional, vorbis or lame
port "6681"
max_clients "0"
}
audio_output {
type "pulse"
name "mpd"

View file

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

View file

@ -25,8 +25,8 @@
background-color: #00000000;
background: #191919;
background2: #191919;
foreground: #f58f44;
foreground2: #5f819d;
foreground: #fefefe;
foreground2: #373b41;
spacing: 2;
font: "mononoki 12";