niphas-set-wallpaper
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
wrappers,
|
||||
pkgs,
|
||||
lib,
|
||||
screenshotPath ? null,
|
||||
geolocation ? [
|
||||
52.5244
|
||||
@@ -9,6 +8,7 @@
|
||||
],
|
||||
}:
|
||||
let
|
||||
lib = pkgs.lib;
|
||||
colors = {
|
||||
active-color = "#7fc8ff";
|
||||
inactive-color = "#505050";
|
||||
@@ -60,13 +60,7 @@ let
|
||||
};
|
||||
spawn-at-startup = [
|
||||
(lib.getExe pkgs.niphas-bar)
|
||||
]
|
||||
++ lib.optional (pkgs ? niri-wallpaper) [
|
||||
(lib.getExe pkgs.swaybg)
|
||||
"--mode"
|
||||
"fill"
|
||||
"--image"
|
||||
(toString pkgs.niphas-wallpaper)
|
||||
(lib.getExe pkgs.niphas-set-wallpaper)
|
||||
]
|
||||
++ lib.optional (geolocation != null) (
|
||||
let
|
||||
Reference in New Issue
Block a user