@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(@base, 0.6);
    border-radius: 6px;
    border: 0px solid @overlay0;
    padding-top: 2px;
    padding-bottom: 6px;
}

#workspaces button {
    color: @peach;
    margin: 1px;
    border-radius: 10px;
    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-gpu,
#custom-poweroff,
#custom-weather {
    background-color: transparent;
    border-radius: 10px;
    border: 0px;
    margin-left: 6px;
    margin-right: 6px;
    color: @peach;
    min-width: 45px;
}


#clock {
    min-width: 80px;
}