dotfiles/.config/awesome/config_desktop.lua

34 lines
555 B
Lua
Raw Normal View History

2019-09-19 16:15:56 +02:00
return {
widgets = {
2019-11-04 08:36:43 +01:00
top = {
left = {
2019-09-19 16:15:56 +02:00
2019-11-04 08:36:43 +01:00
},
mid = {
},
right = {
"volume",
"clock"
}
2019-09-19 16:15:56 +02:00
},
2019-11-04 08:36:43 +01:00
bottom = {
left = {
},
mid = {
2020-10-31 13:17:42 +01:00
--"mpd"
2019-11-04 08:36:43 +01:00
},
right = {
"memory",
"cpu",
"thermal",
}
2019-09-19 16:15:56 +02:00
}
},
volume = {
options = {"Master", "-D", "pulse"},
sink = "@DEFAULT_SINK@"
}
}