22 lines
265 B
TOML
22 lines
265 B
TOML
|
icons = "awesome"
|
||
|
|
||
|
[theme]
|
||
|
name = "gruvbox-dark"
|
||
|
|
||
|
[theme.overrides]
|
||
|
info_bg = "#D5C4A1"
|
||
|
info_fg = "#282828"
|
||
|
|
||
|
[[block]]
|
||
|
block = "music"
|
||
|
player = "spotify"
|
||
|
buttons = ["play", "next"]
|
||
|
|
||
|
[[block]]
|
||
|
block = "pacman"
|
||
|
interval = 10
|
||
|
|
||
|
[[block]]
|
||
|
block = "sound"
|
||
|
step_width = 3
|