hyprpaper changes
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
ipc = "on";
|
||||
ipc = "off";
|
||||
splash = false;
|
||||
splash_offset = 2.0;
|
||||
|
||||
preload = ["./src/nix.png" "./src/wallpaper.png"];
|
||||
preload = ["/src/nix.png" "/src/wallpaper.png"];
|
||||
|
||||
wallpaper = [
|
||||
"DP-3,./src/wallpaper.png"
|
||||
"DP-3,/src/wallpaper.png"
|
||||
# "DP-1,/share/wallpapers/cat_pacman.png"
|
||||
];
|
||||
};
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 96 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 638 KiB |
@@ -14,7 +14,7 @@
|
||||
# core.services
|
||||
../../core/services/mako
|
||||
../../core/services/polkit
|
||||
../../core/services/hypr
|
||||
../../core/services/hypr/paper
|
||||
];
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user