Updated config

This commit is contained in:
2024-03-05 13:28:48 +01:00
parent 307d253d9e
commit eca02857ec
11 changed files with 150 additions and 78 deletions

View File

@ -1,58 +1,74 @@
* {
border: none;
font-family: "Ubuntu Nerd Font";
font-size: 11px;
font-size: 12px;
padding: 0;
margin: 0;
}
window#waybar {
color: #F8F8F2;
background: #272822;
/* border: 2px solid rgba(255, 255, 255, 0.1); */
/* border-radius: 3px; */
/* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
#waybar {
background: transparent;
}
window#waybar.hidden {
#waybar.hidden {
opacity: 0.2;
}
#waybar #window {
opacity: 1;
transition: opacity 200ms ease;
}
#waybar.empty #window {
opacity: 0;
}
#clock,
#cpu,
#disk,
#memory,
#mpris,
#network,
#window,
#wireplumber,
#workspaces,
#custom-os,
#custom-gpu {
margin: 0 8px;
#custom-gpu,
#custom-updates {
background: rgb(38, 41, 44);
border-radius: 10px;
padding: 4px 8px;
margin: 0px 4px;
margin-bottom: 4px;
}
#workspaces {}
#custom-updates.disabled {
opacity: 0;
}
#workspaces button {
padding: 0px 5px;
color: rgba(255, 255, 255, 0.4);
opacity: 0.8;
background: transparent;
text-shadow: none;
border-radius: 0;
}
#workspaces button.empty {
color: rgba(255, 255, 255, 0.2);
opacity: 0.2;
}
#workspaces button.active {
opacity: 1.0;
}
#workspaces button.visible {}
#workspaces button.urgent {}
#workspaces button.persistent {}
#workspaces button.hidden {}
#workspaces button.active {
color: rgba(255, 255, 255, 1.0);
}
#custom-os {
font-size: 150%;
color: rgb(137, 220, 235);
background: transparent;
}