This commit is contained in:
2025-09-02 13:50:53 -06:00
parent a56a99ca3f
commit 523609ea95
5 changed files with 27 additions and 21 deletions

View File

@@ -18,7 +18,7 @@
};
window = {
opacity = 0.9;
# blur = true;
blur = true;
padding = {x=0;y=15;};
};
};

View File

@@ -15,11 +15,11 @@
y-margin = "15";
};
colors = {
background = "#e391e2f2";
text = "545454ff";
selection = "545454ff";
selection-text = "e391e2f2";
border = "6e3a6dff";
background = "2b3339f2";
text = "d3c6aaff";
selection = "d3c6aaff";
selection-text = "2b3339ff";
border = "7fbbb3ff";
};
border = {
width = "3";

View File

@@ -165,9 +165,9 @@
font-size: 13px;
}
window#waybar {
color: #545454;
background-color: #e391e2;
border-bottom: 3px solid #6e3a6d;
color: #d3c6aa;
background-color: #2b3339;
border-bottom: 3px solid #7fbbb3;
transition-property: background-color;
transition-duration: .5s;
}
@@ -180,34 +180,35 @@
box-shadow: inset 0 -3px transparent;
border: 1px #000000 solid;
border-radius: 0;
color:#545454;
color:#d3c6aa;
}
button:hover {
background: inherit;
box-shadow: inset 0 -3px #ffffff;
box-shadow: inset 0 -3px #7fbbb3;
}
#tags button {
padding: 0 15px;
background-color: transparent;
border: 2px solid #6e3a6d;
border: 2px solid #d3c6aa;
}
#tags button.occupied {
background: #545454;
color:#e391e2;
background: #d3c6aa;
border: 1px solid #2b3339;
color:#2b3339;
}
#tags button.focused {
background-color: #6e3a6d;
color: #e391e2;
border: 1px solid #e391e2;
border-bottom: 3px solid #e391e2;
background-color: #7fbbb3;
color: #2b3339;
border: 1px solid #2b3339;
border-bottom: 3px solid #2b3339;
}
#tags button.urgent {
background-color: #f38ba8;
background-color: #e67e80;
}
@@ -223,7 +224,7 @@
#tray,
#power-profiles-daemon {
padding: 0 8px;
color:#545454;
color:#d3c6aa;
}
#window,