Trying to see what looks nice and consistent
This commit is contained in:
@@ -34,7 +34,7 @@ window#waybar {
|
|||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @text;
|
color: @text;
|
||||||
border: 1px solid @green;
|
border: 1px solid @inactive;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -44,9 +44,16 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
background-color: rgba(255, 255, 255, 0.25);
|
padding: 0px 1px;
|
||||||
color: @base;
|
min-width: 80px;
|
||||||
box-shadow: inset 0 -3px @subtext1;
|
color: @text;
|
||||||
|
border-radius: 10px;
|
||||||
|
font-weight: bold;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
background:
|
||||||
|
linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25))
|
||||||
|
padding-box,
|
||||||
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
@@ -110,9 +117,12 @@ window#waybar {
|
|||||||
#custom-hyprscroll_overflow.overflow {
|
#custom-hyprscroll_overflow.overflow {
|
||||||
padding: 0px 1px;
|
padding: 0px 1px;
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
background-color: rgba(255, 255, 255, 0.25);
|
|
||||||
color: @text;
|
color: @text;
|
||||||
border: 1px solid @blue; /* use your Hyprland blue here */
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
background:
|
||||||
|
linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25))
|
||||||
|
padding-box,
|
||||||
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user