New wallpaper plus cosmetics

This commit is contained in:
Armel van Ravels
2026-07-07 09:03:04 +02:00
parent 916dd01079
commit fb978f98e5
4 changed files with 6 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ in
animations.enabled = true;
decoration = {
inactive_opacity = 0.8;
inactive_opacity = 0.7;
active_opacity = 0.9;
rounding = 5;
rounding_power = 2.5;

View File

@@ -4,6 +4,7 @@ let
wallpaper = builtins.toString ../backgrounds/monkey.jpg;
wallpaper2 = builtins.toString ../backgrounds/bird.jpg;
wallpaper3 = builtins.toString ../backgrounds/nix.png;
wallpaper4 = builtins.toString ../backgrounds/catppucin.png;
in
{
services.hyprpaper = {
@@ -15,12 +16,13 @@ in
wallpaper
wallpaper2
wallpaper3
wallpaper4
];
wallpaper = [
{
monitor = "";
path = wallpaper3;
path = wallpaper4;
}
];
};