Updated config

This commit is contained in:
2024-05-31 13:04:39 +02:00
parent 723da392b2
commit 4749123761
9 changed files with 61 additions and 47 deletions

View File

@ -3,7 +3,7 @@
* {
border: none;
font-family: "Ubuntu Nerd Font";
font-size: 12px;
font-size: 13px;
padding: 0;
margin: 0;
}
@ -11,7 +11,8 @@
/* ===== Waybar ===== */
#waybar {
background: transparent;
background: rgba(32, 32, 32, 0.8);
/* background: transparent; */
/* background: rgba(54, 137, 230, 0.8); */
/* border-top: 1px solid rgba(54, 137, 230, 0.8); */
}
@ -41,7 +42,7 @@
#wireplumber,
#custom-gpu,
#custom-updates {
color: rgba(32, 32, 32, 0.8);
color: rgba(255, 255, 255, 0.8);
padding: 4px 8px;
margin: 2px;
margin-right: 0;
@ -70,17 +71,16 @@
/* ===== Workspaces ===== */
#workspaces button {
/* color: rgba(38, 41, 44, 0.9); */
padding: 0px 5px;
margin-left: 8px;
color: white;
background: transparent;
text-shadow: none;
border-radius: 0;
opacity: 0.5;
opacity: 0.1;
}
#workspaces button.empty {
opacity: 0.5;
opacity: 0.1;
}
#workspaces button.active {
@ -92,10 +92,9 @@
#workspaces button.persistent {}
#workspaces button.hidden {}
/* ===== Extra colors ===== */
#cpu {
/*#cpu {
background: rgb(50.15%, 92.07%, 99.48%);
}
@ -121,4 +120,4 @@
#clock {
background: rgb(90%, 90%, 90%);
}
}*/