21 lines
317 B
Lua
21 lines
317 B
Lua
|
return {
|
||
|
widgets = {
|
||
|
left = {
|
||
|
|
||
|
},
|
||
|
mid = {
|
||
|
"mpd"
|
||
|
},
|
||
|
right = {
|
||
|
"memory",
|
||
|
"cpu",
|
||
|
"volume",
|
||
|
"clock"
|
||
|
}
|
||
|
},
|
||
|
volume = {
|
||
|
options = {"Master", "-D", "pulse"},
|
||
|
sink = "@DEFAULT_SINK@"
|
||
|
}
|
||
|
}
|