Updated config
This commit is contained in:
@ -1,124 +1,19 @@
|
||||
/* ===== Generic ===== */
|
||||
|
||||
* {
|
||||
border: none;
|
||||
font-family: "UbuntuMono Nerd Font";
|
||||
font-size: 15px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* ===== Waybar ===== */
|
||||
|
||||
#waybar {
|
||||
background: rgba(38, 41, 44, 0.5);
|
||||
border-top: 1px solid rgba(38, 41, 44, 0.6);
|
||||
/* background: transparent; */
|
||||
}
|
||||
|
||||
#waybar.hidden {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
#waybar #window {
|
||||
opacity: 1;
|
||||
transition: opacity 200ms ease;
|
||||
}
|
||||
|
||||
#waybar.empty #window {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
/* ===== Modules ===== */
|
||||
|
||||
#clock,
|
||||
#cpu,
|
||||
#disk,
|
||||
#memory,
|
||||
#mpris,
|
||||
#network,
|
||||
#temperature,
|
||||
#window,
|
||||
#wireplumber,
|
||||
#custom-gpu,
|
||||
#custom-updates {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
padding: 4px 8px;
|
||||
margin: 4px;
|
||||
margin-right: 0;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#custom-os {
|
||||
font-size: 150%;
|
||||
color: rgb(137, 220, 235);
|
||||
padding: 4px 8px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
#custom-updates.disabled {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
/* ===== Taskbar ===== */
|
||||
|
||||
#taskbar button {
|
||||
padding: 0px 5px;
|
||||
}
|
||||
|
||||
#taskbar button:hover {}
|
||||
#taskbar button.active {}
|
||||
|
||||
/* ===== Workspaces ===== */
|
||||
|
||||
#workspaces button {
|
||||
margin-left: 8px;
|
||||
color: white;
|
||||
background: transparent;
|
||||
text-shadow: none;
|
||||
border-radius: 0;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
#workspaces button.empty {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
#workspaces button.visible {}
|
||||
#workspaces button.urgent {}
|
||||
#workspaces button.persistent {}
|
||||
#workspaces button.hidden {}
|
||||
|
||||
/* ===== Extra colors ===== */
|
||||
|
||||
/*#cpu {
|
||||
background: rgb(50.15%, 92.07%, 99.48%);
|
||||
}
|
||||
|
||||
#custom-gpu {
|
||||
background: rgb(67.06%, 91.37%, 70.2%);
|
||||
}
|
||||
|
||||
#memory {
|
||||
background: rgb(100%, 81.7%, 68.38%);
|
||||
}
|
||||
|
||||
#disk {
|
||||
background: rgb(100%, 80.74%, 81.04%);
|
||||
}
|
||||
|
||||
#network {
|
||||
background: rgb(92.54%, 81.78%, 100%);
|
||||
}
|
||||
|
||||
#wireplumber {
|
||||
background: rgb(90%, 90%, 90%);
|
||||
}
|
||||
|
||||
#clock {
|
||||
background: rgb(90%, 90%, 90%);
|
||||
}*/
|
||||
#cpu, #custom-gpu, #memory, #disk, #wireplumber, #clock {
|
||||
border-radius: 3px;
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
background: rgba(38, 41, 44, 0.5);
|
||||
padding: 4px 8px;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
Reference in New Issue
Block a user