Files
Workstation_Arch_Hyprland/templates/waybar-style.css.j2
2025-06-18 17:36:12 +02:00

31 lines
703 B
Django/Jinja

* {
font-family: 'JetBrains Mono Nerd Font', FontAwesome;
font-size: 16px;
border: none;
border-radius: 0;
}
window#waybar {
/* Semi-transparent hvid/lys baggrund */
background: rgba(220, 230, 240, 0.7);
/* Klar blå tekst */
color: #0088cc;
}
/* Aktiv workspace får en stærkere blå farve */
#workspaces button.active {
color: #00aaff;
background: rgba(0, 136, 204, 0.3);
}
#pulseaudio, #network, #clock, #battery {
padding: 0 10px;
}
/* Her kan du bruge Lantean-fonten til et specielt ikon! */
#custom-atlantis-logo {
font-family: "sg_anq.ttf"; /* Erstat med navnet på fonten */
font-size: 22px;
padding-right: 15px;
color: #00aaff;
}