dotfiles/waybar/style.css

94 lines
1.3 KiB
CSS
Executable File

@import "frappe.css";
* {
border: none;
border-radius: 0px;
min-height: 0;
font-weight: bold;
font-size: 14px;
font-family: "Hack Nerd Font";
}
window#waybar {
background: @mantle;
background-color: transparent;
color: @text;
border-bottom: 4px solid @crust;
border-radius: 0px;
padding: 4px;
}
window#waybar.hidden {
opacity: 0.2;
}
#workspaces {
margin: 4px 0;
border-radius: 5px;
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;
}
.modules-left,
.modules-center,
.modules-right {
padding: 0 4 4 4px;
}
#clock,
#cpu,
#disk,
#memory,
#network,
#temperature,
#tray,
#pulseaudio,
#custom-poweroff,
#custom-weather {
background-color: @base;
border-radius: 6px;
margin-left: 6px;
margin-right: 6px;
padding: 0 10px;
}
#pulseaudio {
color: @sapphire;
}
#disk {
color: @peach;
}
#memory {
color: @teal;
}
#cpu {
color: @lavender;
}
#temperature {
color: @sky;
}
#workspaces button.active {
background-color: alpha(@peach, 0.2);
border-radius: 2px;
margin-bottom: 2px;
transition: all 0.1s ease;
}