wip: dnsc-machine setup
This commit is contained in:
parent
78d3946941
commit
57b9c1a968
1 changed files with 3 additions and 4 deletions
|
|
@ -20,10 +20,10 @@
|
||||||
widgets = [
|
widgets = [
|
||||||
"title"
|
"title"
|
||||||
"dnd"
|
"dnd"
|
||||||
"buttons-grid"
|
|
||||||
"volume"
|
"volume"
|
||||||
"notifications"
|
"notifications"
|
||||||
"mpris"
|
"mpris"
|
||||||
|
"buttons-grid"
|
||||||
];
|
];
|
||||||
widget-config = {
|
widget-config = {
|
||||||
title = {
|
title = {
|
||||||
|
|
@ -61,12 +61,11 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
dnd = {
|
dnd = {
|
||||||
text = "Control Center";
|
text = "Do Not Disturb";
|
||||||
clear-all-button = true;
|
clear-all-button = true;
|
||||||
button-text = "Do Not Disturb";
|
|
||||||
};
|
};
|
||||||
mpris = {
|
mpris = {
|
||||||
autohide = false;
|
autohide = true;
|
||||||
show-album-art = "always";
|
show-album-art = "always";
|
||||||
loop-carousel = false;
|
loop-carousel = false;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue