dotfiles/.config/awesome/config_desktop.lua

21 lines
317 B
Lua
Raw Normal View History

2019-09-19 16:15:56 +02:00
return {
widgets = {
left = {
},
mid = {
"mpd"
},
right = {
"memory",
"cpu",
"volume",
"clock"
}
},
volume = {
options = {"Master", "-D", "pulse"},
sink = "@DEFAULT_SINK@"
}
}