@import "mocha.css";

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

window#waybar {
    background: @base;
    border-radius: 16px;
	color: @text;
}

window#waybar.hidden {
    opacity: 0.2;
}

#workspaces {
    margin: 4px 0;
    border-radius: 6px;
    background: transparent;
}

#workspaces button {
    color: @overlay0;
    background: transparent;
    transition: all 0.1s ease;
}

#workspaces button.active {
    color: @lavender;
    border-top: 2px solid @lavender;
    transition: all 0.1s ease;
}

#clock,
#cpu,
#disk,
#memory,
#network,
#temperature,
#tray,
#workspaces,
#wireplumber,
#custom-gpu,
#custom-poweroff,
#custom-weather {
	padding: 0 10px;
}

/* Left side */
#wireplumber,
#disk,
#memory,
#cpu,
#custom-gpu,
#temperature {
	color: @teal;
}

/* Right side */
#clock,
#network,
#tray,
#custom-poweroff,
#custom-weather {
    color: @sapphire;
}

/* Old Colors
#wireplumber{
	color: @sapphire;
}
#disk {
	color: @peach;
}
#memory {
	color: @teal;
}
#cpu {
	color: @yellow;
}
#custom-gpu {
	color: @pink;
}
#temperature {
    color: @sky;
}
*/