hyprland: rose-pine background

This commit is contained in:
Zynh Ludwig 2025-04-07 23:22:49 -07:00
parent a4dbf14b63
commit 27acf155dd
2 changed files with 7 additions and 7 deletions

View file

@ -62,11 +62,11 @@
]
},
"locked": {
"lastModified": 1744090731,
"narHash": "sha256-QKkXmvoirhbHVg7n5uN8sJXVOZjoVKvRB4hA5yB4YoU=",
"lastModified": 1744093655,
"narHash": "sha256-kvKXsf2CDj+L7Z8Rh9ZbLI1UBh3y80uF73M4s4A9/Wg=",
"ref": "refs/heads/main",
"rev": "9ea7868f0c60c7194a4594034b374bc39e985082",
"revCount": 12,
"rev": "6424431f5888e6e3ef3ef98eeaa723f54a336e16",
"revCount": 14,
"type": "git",
"url": "https://git.zynh.me/Zynh0722/backgrounds"
},

View file

@ -78,10 +78,10 @@ in
{
home-manager.sharedModules = [{
xdg.configFile."hypr/hyprpaper.conf".text =
let bgNoneNord = "${inputs.backgrounds}/bg-none-nord.webp";
let bgRosePine = "${inputs.backgrounds}/bg-rose-pine.webp";
in /* hyprlang */ ''
preload = ${bgNoneNord}
wallpaper = ,${bgNoneNord}
preload = ${bgRosePine}
wallpaper = ,${bgRosePine}
'';
wayland.windowManager.hyprland.settings = {