dotfiles/waybar/style.css

62 lines
807 B
CSS
Raw Normal View History

2024-01-16 22:40:16 -06:00
@import "frappe.css";
2024-01-16 18:33:53 -06:00
* {
border: none;
border-radius: 0px;
min-height: 0;
2024-01-16 22:40:16 -06:00
font-size: 14px;
2024-01-16 18:33:53 -06:00
font-family: "Hack Nerd Font";
}
window#waybar {
background-color: transparent;
2024-01-16 22:40:16 -06:00
color: @text;
2024-01-16 18:33:53 -06:00
}
2024-01-16 22:40:16 -06:00
#workspaces {
margin: 4px 0;
border-radius: 5px;
background: transparent;
2024-01-16 18:33:53 -06:00
}
#workspaces button {
2024-01-16 22:40:16 -06:00
color: @overlay0;
background: transparent;
transition: all 0.1s ease;
2024-01-16 18:33:53 -06:00
}
2024-01-16 22:40:16 -06:00
#workspaces button.active {
color: @lavender;
border-top: 2px solid @lavender;
transition: all 0.1s ease;
2024-01-16 18:33:53 -06:00
}
#clock,
#cpu,
#disk,
#memory,
#network,
#temperature,
#tray,
2024-01-16 22:40:16 -06:00
#pulseaudio,
2024-01-16 18:33:53 -06:00
#custom-poweroff,
2024-01-16 22:40:16 -06:00
#custom-weather {
2024-01-16 18:33:53 -06:00
padding: 0 10px;
}
2024-01-16 22:40:16 -06:00
#pulseaudio {
2024-01-16 18:33:53 -06:00
color: @sapphire;
}
#disk {
color: @peach;
}
#memory {
color: @teal;
}
#cpu {
color: @lavender;
}
#temperature {
color: @sky;
}