Added: Container Switch

This commit is contained in:
2025-09-19 16:32:49 +02:00
parent 49e4f0e7ef
commit ac8850ae00
24 changed files with 361 additions and 107 deletions

View File

@@ -28,7 +28,7 @@
}
configuration {
font: "Icomoon-Feather 12";
font: "Fira Code Bold 20px";
show-icons: true;
}
@@ -85,11 +85,11 @@ dummy {
textbox-prompt-colon {
enabled: true;
expand: false;
str: " System";
str: " System";
padding: 15px;
border: 0px 0px 0px 10px;
border-radius: 100% 100% 0px 100%;
border-color: @peach;
border-color: @blue;
background-color: @crust;
text-color: @text;
}
@@ -117,7 +117,7 @@ listview {
fixed-columns: true;
spacing: 30px;
margin: 30px;
margin: 10px;
background-color: transparent;
cursor: "default";
}
@@ -125,11 +125,12 @@ listview {
/*****----- Elements -----*****/
element {
enabled: true;
padding: 35px 10px;
border-radius: 5%;
padding: 10px;
border-radius: 1%;
background-color: @crust;
text-color: @text;
cursor: pointer;
children: [ element-text ];
}
element-text {
background-color: transparent;
@@ -140,7 +141,7 @@ element-text {
}
element selected.normal {
background-color: @crust;
text-color: @sapphire;
text-color: @yellow;
}
/*****----- Message -----*****/