Updated config

This commit is contained in:
2024-03-25 13:55:15 +01:00
parent 68e87da51d
commit c42cf0264f
10 changed files with 82 additions and 62 deletions

View File

@ -3,7 +3,7 @@
* {
border: none;
font-family: "Ubuntu Nerd Font";
font-size: 11px;
font-size: 12px;
padding: 0;
margin: 0;
}
@ -11,7 +11,9 @@
/* ===== Waybar ===== */
#waybar {
background: rgba(38, 41, 44, 0.5);
background: transparent;
/* background: rgba(54, 137, 230, 0.8); */
/* border-top: 1px solid rgba(54, 137, 230, 0.8); */
}
#waybar.hidden {
@ -35,23 +37,21 @@
#memory,
#mpris,
#network,
#taskbar,
#window,
#wireplumber,
#workspaces,
#custom-os,
#custom-gpu,
#custom-updates {
/* background: rgb(38, 41, 44); */
border-radius: 12px;
padding: 2px 4px;
margin: 4px;
color: rgba(32, 32, 32, 0.8);
padding: 4px 8px;
margin: 2px;
margin-right: 0;
border-radius: 3px;
}
#custom-os {
font-size: 150%;
color: rgb(137, 220, 235);
background: transparent;
/* background: transparent; */
}
#custom-updates.disabled {
@ -72,14 +72,15 @@
#workspaces button {
/* color: rgba(38, 41, 44, 0.9); */
padding: 0px 5px;
opacity: 0.25;
color: white;
background: transparent;
text-shadow: none;
border-radius: 0;
opacity: 0.5;
}
#workspaces button.empty {
opacity: 0.1;
opacity: 0.5;
}
#workspaces button.active {
@ -94,7 +95,7 @@
/* ===== Extra colors ===== */
/*#cpu {
#cpu {
background: rgb(50.15%, 92.07%, 99.48%);
}
@ -112,4 +113,12 @@
#network {
background: rgb(92.54%, 81.78%, 100%);
}*/
}
#wireplumber {
background: rgb(90%, 90%, 90%);
}
#clock {
background: rgb(90%, 90%, 90%);
}