changed style

This commit is contained in:
k 2025-12-09 23:09:03 -05:00
parent d668ea2616
commit 7fea267494
2 changed files with 3 additions and 3 deletions

View File

@ -101,13 +101,14 @@
stylix = { stylix = {
enable = true; enable = true;
autoEnable = true; autoEnable = true;
polarity = "light"; polarity = "dark";
image = ./wallpaper.png; image = ./wallpaper.png;
base16Scheme = "${pkgs.base16-schemes}/share/themes/precious-light-warm.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml";
opacity = { opacity = {
terminal = 0.85; terminal = 0.85;
popups = 0.75; popups = 0.75;
desktop = 0.75; desktop = 0.75;
applications = 0.85;
}; };
cursor = { cursor = {
package = pkgs.adwaita-icon-theme; package = pkgs.adwaita-icon-theme;
@ -189,7 +190,6 @@
"loglevel=3" "loglevel=3"
"rd.systemd.show_status=false" "rd.systemd.show_status=false"
"rd.udev.log_level=3" "rd.udev.log_level=3"
"udev.lqog_priority=3"
]; ];
loader.timeout = 0; loader.timeout = 0;
}; };

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 MiB

After

Width:  |  Height:  |  Size: 2.1 MiB