initial commit
This commit is contained in:
31
templates/waybar-style.css.j2
Normal file
31
templates/waybar-style.css.j2
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user