Color and wallpaer changes

This commit is contained in:
2025-08-20 00:58:12 -04:00
parent c33d0dcba1
commit 030e6eef0c
5 changed files with 14 additions and 2 deletions

View File

@@ -165,4 +165,14 @@
'';
};
services.hyprpaper = {
enable = true;
settings = {
ipc = "on";
splash = false;
splash_offset = 2.0;
preload = [ "~/.nixos/home/Wallpapers/tokyonight1.jpg" "~/.nixos/home/Wallpapers/nord1.jpg" ];
wallpaper = [ "eDP-1,~/.nixos/home/Wallpapers/nord1.jpg" ];
};
};
}

View File

@@ -203,11 +203,11 @@
style = ''
* {
/* `otf-font-awesome` is required to be installed for icons */
color: #565f89;
color: #67578A;
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 15px;
border-radius: 10px;
margin: 0px 5px 0px 5px;
margin: 0px 5px 0px 5px;
background-color: #1f2335
}