stylix with hyprland wallpaper
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -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";
|
||||
};
|
||||
|
Reference in New Issue
Block a user