ux/ui
This commit is contained in:
Binary file not shown.
+2
-5
@@ -54,15 +54,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
master = {
|
master = {
|
||||||
|
new_status = "master";
|
||||||
mfact = 0.5;
|
mfact = 0.5;
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 8;
|
rounding = 0;
|
||||||
blur = {
|
|
||||||
size = 3;
|
|
||||||
passes = 2;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
misc = {
|
misc = {
|
||||||
|
|||||||
@@ -73,7 +73,6 @@
|
|||||||
background-color: #1a1b26;
|
background-color: #1a1b26;
|
||||||
padding: 0.3rem 0.7rem;
|
padding: 0.3rem 0.7rem;
|
||||||
margin: 5px 0px; /* 5px top/bottom margin, 0px left/right (base for individual control) */
|
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);
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
border: none;
|
border: none;
|
||||||
@@ -99,7 +98,6 @@
|
|||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
color: #babbf1;
|
color: #babbf1;
|
||||||
border-radius: 5px; /* Workspaces buttons are always rounded */
|
|
||||||
padding: 0.3rem 0.6rem;
|
padding: 0.3rem 0.6rem;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
@@ -123,7 +121,6 @@
|
|||||||
background-color: #1a1b26;
|
background-color: #1a1b26;
|
||||||
padding: 0.3rem 0.7rem;
|
padding: 0.3rem 0.7rem;
|
||||||
margin: 5px 0px;
|
margin: 5px 0px;
|
||||||
border-radius: 6px; /* This module is always rounded */
|
|
||||||
box-shadow: 0 1px 3px rgba(153, 209, 219, 0.2);
|
box-shadow: 0 1px 3px rgba(153, 209, 219, 0.2);
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
border: none;
|
border: none;
|
||||||
@@ -183,7 +180,6 @@
|
|||||||
background-color: #1a1b26;
|
background-color: #1a1b26;
|
||||||
padding: 0.3rem 0.7rem;
|
padding: 0.3rem 0.7rem;
|
||||||
margin: 5px 0px;
|
margin: 5px 0px;
|
||||||
border-radius: 0;
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
border: none;
|
border: none;
|
||||||
@@ -267,13 +263,10 @@
|
|||||||
color: #dddddd;
|
color: #dddddd;
|
||||||
padding: 5px 12px;
|
padding: 5px 12px;
|
||||||
margin: 5px 0px;
|
margin: 5px 0px;
|
||||||
border-radius: 6px;
|
|
||||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user