wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-23 20:42:47 +01:00
parent b580614754
commit dd235b65d2

View file

@ -27,8 +27,7 @@
widget-config = {
title = {
text = "Control Panel";
clear-all-button = true;
button-text = "[clear]";
clear-all-button = false;
};
buttons-grid = {
buttons-per-row = 3;
@ -157,8 +156,8 @@
color: @magenta_brighter;
text-shadow: none;
padding: 0;
margin-top: 8px;
margin-right: 5px;
margin-top: 5px;
margin-right: 3px;
border-radius: 50%;
border: none;
}
@ -237,21 +236,8 @@
}
.widget-title {
padding: 5px 10px;
margin: 10px;
font-size: 1.6rem;
}
.widget-title>button {
font-size: 1rem;
color: @text-color;
background: @noti-bg;
box-shadow: none;
}
.widget-title>button:hover {
background: @red-base;
color: @cc-bg;
margin: 12px;
font-size: 1.8rem;
}
.widget-dnd {