This commit is contained in:
Odweta
2026-01-11 22:33:59 +01:00
parent 49d7ff6e46
commit afe8627d34
3 changed files with 2 additions and 12 deletions
BIN
View File
Binary file not shown.
+2 -5
View File
@@ -54,15 +54,12 @@
};
master = {
new_status = "master";
mfact = 0.5;
};
decoration = {
rounding = 8;
blur = {
size = 3;
passes = 2;
};
rounding = 0;
};
misc = {
-7
View File
@@ -73,7 +73,6 @@
background-color: #1a1b26;
padding: 0.3rem 0.7rem;
margin: 5px 0px; /* 5px top/bottom margin, 0px left/right (base for individual control) */
border-radius: 6px; /* These modules are always rounded */
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
min-width: 0;
border: none;
@@ -99,7 +98,6 @@
#workspaces button {
color: #babbf1;
border-radius: 5px; /* Workspaces buttons are always rounded */
padding: 0.3rem 0.6rem;
background: transparent;
transition: all 0.2s ease-in-out;
@@ -123,7 +121,6 @@
background-color: #1a1b26;
padding: 0.3rem 0.7rem;
margin: 5px 0px;
border-radius: 6px; /* This module is always rounded */
box-shadow: 0 1px 3px rgba(153, 209, 219, 0.2);
min-width: 0;
border: none;
@@ -183,7 +180,6 @@
background-color: #1a1b26;
padding: 0.3rem 0.7rem;
margin: 5px 0px;
border-radius: 0;
box-shadow: none;
min-width: 0;
border: none;
@@ -267,13 +263,10 @@
color: #dddddd;
padding: 5px 12px;
margin: 5px 0px;
border-radius: 6px;
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
font-size: 12px;
}
'';
};
}