@import "mocha.css";

* {
    border: none;
    border-radius: 0px;
    min-height: 0;
    font-weight: bold;
	font-size: 14px;
	font-family: "Hack Nerd Font";
}

window#waybar {
    background-color: alpha(@crust, 0.3);
    border-radius: 0px;
    border-bottom: 0px solid @overlay0;
}

#workspaces button {
    color: @peach;
    border-radius: 8px;
    margin: 4px 2px;
    padding: 0px 8px;
    transition: all 0.4s ease;
}

#workspaces button.active {
    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;
}

#clock,
#cpu,
#disk,
#memory,
#temperature,
#tray,
#wireplumber,
#workspaces,
#network,
#custom-appmenu,
#custom-gpu,
#custom-poweroff,
#custom-weather {
    background-color: transparent;
    border-radius: 10px;
    border: 0px;
    margin-left: 6px;
    margin-right: 6px;
    color: @peach;
    min-width: 45px;
}

#network {
    margin: 0px;
    padding: 0px;
}

#custom-appmenu,
#workspaces label,
#network {
    font-size: 18px;
}


#clock {
    min-width: 80px;
}