26 lines
437 B
Lua
26 lines
437 B
Lua
|
return {
|
||
|
widgets = {
|
||
|
left = {
|
||
|
|
||
|
},
|
||
|
mid = {
|
||
|
"mpd"
|
||
|
},
|
||
|
right = {
|
||
|
"memory",
|
||
|
"cpu",
|
||
|
"volume",
|
||
|
"backlight",
|
||
|
"wifi",
|
||
|
"battery",
|
||
|
"clock"
|
||
|
}
|
||
|
},
|
||
|
battery = "BAT1",
|
||
|
net_interface = "wlp3s0",
|
||
|
volume = {
|
||
|
options = {"Master", "-D", "pulse"},
|
||
|
sink = "@DEFAULT_SINK@"
|
||
|
}
|
||
|
}
|