New wallpapaaa
This commit is contained in:
parent
4f6a9ce7ca
commit
bcb603ab02
BIN
home/images/pixiv_18776904.png
Normal file
BIN
home/images/pixiv_18776904.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 MiB |
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue