blurred waybar and added styling for power-profiles-daemon

This commit is contained in:
2025-01-15 15:36:28 +01:00
parent 0eadde5fb0
commit 26a45b770f
2 changed files with 18 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
* {
border: none;
border-radius: 4px;
/*border-bottom-right-radius: 4px;*/
/* `ttf-font-awesome` is required to be installed for icons */
font-family: "Roboto Mono Medium", Helvetica, Arial, sans-serif;
@@ -11,12 +12,13 @@
}
window#waybar {
background-color: rgba(0, 0, 0, 0.9);
background-color: rgba(0, 0, 0, 0.5);
/* border-bottom: 3px solid rgba(100, 114, 125, 0.5); */
color: #ffffff;
/* transition-property: background-color; */
/* transition-duration: .5s; */
/* border-radius: 0; */
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
/* window#waybar.hidden {
@@ -232,3 +234,11 @@ label:focus {
margin: 6px 3px;
min-width: 16px;
}
#power-profiles-daemon{
color: #ffffff;
padding: 0 10px 0px 7px;
background-color: #000000;
margin: 6px 3px;
}