removed box shadows, thinner borders
This commit is contained in:
@@ -41,7 +41,7 @@ window#waybar {
|
|||||||
|
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
box-shadow: 0 0 10px rgba(51, 204, 255, 0.18);
|
/* box-shadow: 0 0 2px rgba(51, 204, 255, 0.18); */
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
@@ -49,7 +49,7 @@ window#waybar {
|
|||||||
|
|
||||||
/* EXACT match: border color == background color */
|
/* EXACT match: border color == background color */
|
||||||
background-color: @active_fill;
|
background-color: @active_fill;
|
||||||
border: 2px solid @active_fill;
|
border: 1px solid @active_fill;
|
||||||
|
|
||||||
/* Gradient vibe without breaking radius */
|
/* Gradient vibe without breaking radius */
|
||||||
box-shadow:
|
box-shadow:
|
||||||
@@ -78,22 +78,23 @@ window#waybar {
|
|||||||
|
|
||||||
/* EXACT match: border color == background color */
|
/* EXACT match: border color == background color */
|
||||||
background-color: @active_fill;
|
background-color: @active_fill;
|
||||||
border: 2px solid @active_fill;
|
border: 1px solid @active_fill;
|
||||||
|
|
||||||
/* Same "gradient feel" as active workspace */
|
/* Same "gradient feel" as active workspace
|
||||||
box-shadow:
|
box-shadow:
|
||||||
0 0 0 1px rgba(51, 204, 255, 0.55),
|
0 0 0 1px rgba(51, 204, 255, 0.55),
|
||||||
0 0 0 2px rgba(0, 255, 153, 0.4),
|
0 0 0 2px rgba(0, 255, 153, 0.4),
|
||||||
0 0 10px rgba(51, 204, 255, 0.18),
|
0 0 10px rgba(51, 204, 255, 0.18),
|
||||||
0 0 10px rgba(0, 255, 153, 0.14);
|
0 0 10px rgba(0, 255, 153, 0.14);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-hyprscroll_overflow.overflow:hover {
|
#custom-hyprscroll_overflow.overflow:hover {
|
||||||
box-shadow:
|
/* box-shadow:
|
||||||
0 0 0 1px rgba(51, 204, 255, 0.65),
|
0 0 0 1px rgba(51, 204, 255, 0.65),
|
||||||
0 0 0 2px rgba(0, 255, 153, 0.48),
|
0 0 0 2px rgba(0, 255, 153, 0.48),
|
||||||
0 0 12px rgba(51, 204, 255, 0.22),
|
0 0 12px rgba(51, 204, 255, 0.22),
|
||||||
0 0 12px rgba(0, 255, 153, 0.18);
|
0 0 12px rgba(0, 255, 153, 0.18); */
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user