wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-21 21:37:09 +01:00
parent 78d3946941
commit 57b9c1a968

View file

@ -20,10 +20,10 @@
widgets = [
"title"
"dnd"
"buttons-grid"
"volume"
"notifications"
"mpris"
"buttons-grid"
];
widget-config = {
title = {
@ -61,12 +61,11 @@
];
};
dnd = {
text = "Control Center";
text = "Do Not Disturb";
clear-all-button = true;
button-text = "Do Not Disturb";
};
mpris = {
autohide = false;
autohide = true;
show-album-art = "always";
loop-carousel = false;
};