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

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 MiB

View File

@@ -26,7 +26,8 @@
--height=80% \
--layout=reverse \
--border \
--preview 'docker logs --tail=30 {1}' \
--preview 'docker logs -f --tail=30 {1} 2>&1' \
--preview-window='right,65%,follow,border-left' \
| awk '{print $1}'
)

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