stylix with hyprland wallpaper

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-03-03 23:27:03 -05:00
parent 994ea667b2
commit 172ee58b04
2 changed files with 17 additions and 15 deletions

View File

@ -1,15 +1,15 @@
{ pkgs, ... }:
let
randWallpaper = pkgs.runCommand "stylix-wallpaper" { } ''
numWallpapers =
$((1 + $RANDOM % 10))
# let
# randWallpaper = pkgs.runCommand "stylix-wallpaper" { } ''
# numWallpapers =
# $((1 + $RANDOM % 10))
'';
in
# in
{
stylix = {
enable = true;
image = randWallpaper;
image = "${pkgs.hyprland}/share/hypr/wall2.png";
#image = "/home/alice/Pictures/Screenshots/screenshot_2024-12-04-2030.png";
polarity = "dark";
};