hyprpaper changes

This commit is contained in:
cnst
2024-07-15 20:02:30 +02:00
parent e9f0fff210
commit d379b99880
6 changed files with 8 additions and 8 deletions

6
flake.lock generated
View File

@@ -88,11 +88,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1720999040, "lastModified": 1721063790,
"narHash": "sha256-8hOyF6dOnZ+xQpCdHPDMCJyq5KQsf5nIo6opWtxrJbw=", "narHash": "sha256-Q4TODTbyTfFngmRmrLnE/9pgIeE9vmwq7iZx7g2fVuQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "flake-firefox-nightly", "repo": "flake-firefox-nightly",
"rev": "e47759524ae72d8570323dcaad461263eb3400c0", "rev": "35bd6d4ec6afd87e7c5d8a6c370effbe9c777e86",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -2,14 +2,14 @@
services.hyprpaper = { services.hyprpaper = {
enable = true; enable = true;
settings = { settings = {
ipc = "on"; ipc = "off";
splash = false; splash = false;
splash_offset = 2.0; splash_offset = 2.0;
preload = ["./src/nix.png" "./src/wallpaper.png"]; preload = ["/src/nix.png" "/src/wallpaper.png"];
wallpaper = [ wallpaper = [
"DP-3,./src/wallpaper.png" "DP-3,/src/wallpaper.png"
# "DP-1,/share/wallpapers/cat_pacman.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

View File

@@ -14,7 +14,7 @@
# core.services # core.services
../../core/services/mako ../../core/services/mako
../../core/services/polkit ../../core/services/polkit
../../core/services/hypr ../../core/services/hypr/paper
]; ];
home = { home = {
packages = with pkgs; [ packages = with pkgs; [

View File

@@ -68,7 +68,7 @@ in {
# Bootloader # Bootloader
boot.loader = { boot.loader = {
systemd-boot.enable = lib.mkForce false; systemd-boot.enable = true;
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };