01: update config

This commit is contained in:
2026-03-21 12:45:05 -05:00
parent 546aefe946
commit 1e99c5133f
10 changed files with 892 additions and 120 deletions
+53 -29
View File
@@ -4,58 +4,82 @@
border: none;
border-radius: 0px;
min-height: 0;
font-weight: bold;
font-size: 14px;
font-family: "Hack Nerd Font";
}
window#waybar {
background-color: transparent;
color: @text;
}
#workspaces {
margin: 4px 0;
border-radius: 5px;
background: transparent;
background-color: alpha(@crust, 0.3);
border-radius: 0px;
border-bottom: 0px solid @overlay0;
}
#workspaces button {
color: @overlay0;
background: transparent;
transition: all 0.1s ease;
color: @peach;
border-radius: 8px;
margin: 4px 2px;
padding: 0px 8px;
padding-right: 12px; /* why?? */
transition: all 0.4s ease;
}
#workspaces button.active {
color: @lavender;
border-top: 2px solid @lavender;
transition: all 0.1s ease;
background-color: alpha(@peach, 0.2);
transition: all 0.4s ease;
}
.modules-left,
.modules-center,
.modules-right {
padding-top: 0px;
padding-bottom: 0px;
}
.modules-left {
padding-left: 0px;
}
.modules-right {
padding-right: 0px;
}
#battery,
#clock,
#cpu,
#disk,
#memory,
#network,
#temperature,
#tray,
#pulseaudio,
#wireplumber,
#workspaces,
#network,
#custom-appmenu,
#custom-gpu,
#custom-poweroff,
#custom-weather {
padding: 0 10px;
background-color: transparent;
border-radius: 10px;
border: none;
margin-left: 6px;
margin-right: 6px;
color: @peach;
min-width: 45px;
}
#pulseaudio {
color: @sapphire;
#network {
margin: 0px;
padding: 0px;
}
#disk {
color: @peach;
#custom-appmenu,
#workspaces label,
#network {
font-size: 14px;
}
#memory {
color: @teal;
}
#cpu {
color: @lavender;
}
#temperature {
color: @sky;
#clock {
min-width: 80px;
}