62 lines
807 B
CSS
Executable File
62 lines
807 B
CSS
Executable File
@import "frappe.css";
|
|
|
|
* {
|
|
border: none;
|
|
border-radius: 0px;
|
|
min-height: 0;
|
|
font-size: 14px;
|
|
font-family: "Hack Nerd Font";
|
|
}
|
|
|
|
window#waybar {
|
|
background-color: transparent;
|
|
color: @text;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|
|
#clock,
|
|
#cpu,
|
|
#disk,
|
|
#memory,
|
|
#network,
|
|
#temperature,
|
|
#tray,
|
|
#pulseaudio,
|
|
#custom-poweroff,
|
|
#custom-weather {
|
|
padding: 0 10px;
|
|
}
|
|
|
|
#pulseaudio {
|
|
color: @sapphire;
|
|
}
|
|
#disk {
|
|
color: @peach;
|
|
}
|
|
#memory {
|
|
color: @teal;
|
|
}
|
|
#cpu {
|
|
color: @lavender;
|
|
}
|
|
#temperature {
|
|
color: @sky;
|
|
}
|