Regenerated
This commit is contained in:
+315
-309
File diff suppressed because it is too large
Load Diff
+11
-5
@@ -2859,17 +2859,17 @@ window#waybar {
|
||||
/* --- Custom Hypr Workspace Button --- */
|
||||
#custom-hypr-workspaces {
|
||||
/* Match workspace button box model */
|
||||
padding: 0px 1px;
|
||||
padding: 0 6px; /* give horizontal padding */
|
||||
min-width: 80px;
|
||||
margin: 0;
|
||||
box-shadow: none;
|
||||
|
||||
/* Flex alignment like buttons */
|
||||
/* Flex alignment */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
/* Text alignment */
|
||||
/* Text alignment & font */
|
||||
text-align: center;
|
||||
font-family: inherit;
|
||||
font-weight: normal;
|
||||
@@ -2879,8 +2879,14 @@ window#waybar {
|
||||
border-radius: 10px;
|
||||
border: 2px solid @inactive;
|
||||
|
||||
/* 50% transparent background */
|
||||
background-color: rgba(30, 30, 46, 0.5);
|
||||
/* 50% transparent background that is visible */
|
||||
background-color: rgba(30, 30, 46, 0.8); /* more opaque so it shows */
|
||||
/*
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15))
|
||||
padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
*/
|
||||
}
|
||||
|
||||
/* Hover identical to workspace */
|
||||
|
||||
Reference in New Issue
Block a user