Change Sway and Waybar stlyes

This commit is contained in:
Fabio Scotto di Santolo
2025-08-10 23:11:24 +02:00
parent 9ab78804af
commit fb7dc89610
8 changed files with 29 additions and 22 deletions

View File

@@ -1,29 +1,31 @@
* {
background-image: none;
box-shadow: none;
font-family: "Noto Sans Regular";
font-size: 12pt;
background-image: none;
box-shadow: none;
}
window {
background-color: rgba(30, 30, 46, 0.90);
background-color: rgba(30, 30, 46, 0.90);
}
button {
border-radius: 0;
border-color: #89b4fa;
text-decoration-color: #cdd6f4;
color: #cdd6f4;
background-color: #181825;
border-style: solid;
border-width: 1px;
background-repeat: no-repeat;
background-position: center;
background-size: 25%;
border-radius: 0;
border-color: #89b4fa;
text-decoration-color: #cdd6f4;
color: #cdd6f4;
background-color: #181825;
border-style: solid;
border-width: 1px;
background-repeat: no-repeat;
background-position: center;
background-size: 25%;
}
button:focus, button:active, button:hover {
/* 20% Overlay 2, 80% mantle */
background-color: rgb(48, 50, 66);
outline-style: none;
/* 20% Overlay 2, 80% mantle */
background-color: rgb(48, 50, 66);
outline-style: none;
}
#lock {