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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 MiB

View file

@ -33,7 +33,7 @@
# Enable X11 configuration
linux.graphical.type = "wayland";
linux.graphical.wallpaper = ./images/wallpaper_1.png;
linux.graphical.wallpaper = ./images/pixiv_18776904.png;
programs.my-sway.enable = true;
programs.my-sway.fontSize = 15.0;
programs.my-sway.enableLaptopBars = false;

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;
}