dotfiles/.config/awesome/config_desktop.lua

34 lines
555 B
Lua

return {
widgets = {
top = {
left = {
},
mid = {
},
right = {
"volume",
"clock"
}
},
bottom = {
left = {
},
mid = {
--"mpd"
},
right = {
"memory",
"cpu",
"thermal",
}
}
},
volume = {
options = {"Master", "-D", "pulse"},
sink = "@DEFAULT_SINK@"
}
}