35 lines
599 B
Lua
35 lines
599 B
Lua
return {
|
|
table.unpack(require("config_common")),
|
|
widgets = {
|
|
top = {
|
|
left = {
|
|
|
|
},
|
|
mid = {
|
|
|
|
},
|
|
right = {
|
|
"volume",
|
|
"clock"
|
|
}
|
|
},
|
|
bottom = {
|
|
left = {
|
|
|
|
},
|
|
mid = {
|
|
--"mpd"
|
|
},
|
|
right = {
|
|
"memory",
|
|
"cpu",
|
|
"thermal",
|
|
}
|
|
}
|
|
},
|
|
volume = {
|
|
options = {"Master", "-D", "pulse"},
|
|
sink = "@DEFAULT_SINK@"
|
|
}
|
|
}
|