initial commit

This commit is contained in:
Mikkel Harboe Arp Henriksen
2025-06-12 21:52:57 +02:00
parent 4a8d5f6aa6
commit 986a86ee50
8 changed files with 298 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
* {
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: "Navn-på-din-Lantean-font"; /* Erstat med navnet på fonten */
font-size: 22px;
padding-right: 15px;
color: #00aaff;
}