mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
Adjust bg script animation speed
This commit is contained in:
parent
886f6d7aad
commit
8c1786d852
6 changed files with 23 additions and 14 deletions
|
@ -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"
|
||||
|
|
|
@ -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 =
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
background-color: #00000000;
|
||||
background: #191919;
|
||||
background2: #191919;
|
||||
foreground: #f58f44;
|
||||
foreground2: #5f819d;
|
||||
foreground: #fefefe;
|
||||
foreground2: #373b41;
|
||||
spacing: 2;
|
||||
|
||||
font: "mononoki 12";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue