New wallpapaaa

This commit is contained in:
Natsu Kagami 2023-07-05 09:54:39 +02:00
parent 4f6a9ce7ca
commit bcb603ab02
Signed by: nki
GPG key ID: 55A032EB38B49ADB
3 changed files with 4 additions and 4 deletions

View file

@ -547,13 +547,13 @@ in
* {
border: none;
border-radius: 0;
font-family: IBM Plex Mono, 'Font Awesome 5', 'Symbols Nerd Font Mono', 'SFNS Display', Helvetica, Arial, sans-serif;
font-size: ${toString cfg.fontSize}px;
font-family: monospace, 'Font Awesome 5', 'Symbols Nerd Font Mono', 'SFNS Display', Helvetica, Arial, sans-serif;
font-size: ${toString (cfg.fontSize * 1.1)}px;
min-height: 0;
}
window#waybar {
background: rgba(43, 48, 59, 0.5);
background: rgba(43, 48, 59, 0.8);
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
color: #ffffff;
}