New wallpaper plus cosmetics
This commit is contained in:
BIN
systems/modules/home/backgrounds/catppucin.png
Normal file
BIN
systems/modules/home/backgrounds/catppucin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 MiB |
@@ -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}'
|
||||
)
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user