Desktop config
This commit is contained in:
parent
2ef8481ca1
commit
df3d6e11f0
|
@ -0,0 +1,20 @@
|
||||||
|
return {
|
||||||
|
widgets = {
|
||||||
|
left = {
|
||||||
|
|
||||||
|
},
|
||||||
|
mid = {
|
||||||
|
"mpd"
|
||||||
|
},
|
||||||
|
right = {
|
||||||
|
"memory",
|
||||||
|
"cpu",
|
||||||
|
"volume",
|
||||||
|
"clock"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
volume = {
|
||||||
|
options = {"Master", "-D", "pulse"},
|
||||||
|
sink = "@DEFAULT_SINK@"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue