New wallpaper
This commit is contained in:
parent
d6dbac7ace
commit
2bda9eacd2
3 changed files with 3 additions and 8 deletions
|
|
@ -21,7 +21,7 @@ in
|
||||||
|
|
||||||
wallpaperPath = mkOption {
|
wallpaperPath = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "hyprland/wallpaper.jpg";
|
default = "hyprland/wallpaper.png";
|
||||||
description = ''
|
description = ''
|
||||||
Path to wallpaper, relative to xdg.dataHome
|
Path to wallpaper, relative to xdg.dataHome
|
||||||
'';
|
'';
|
||||||
|
|
@ -58,11 +58,6 @@ in
|
||||||
enabled = true;
|
enabled = true;
|
||||||
module = "hyprlock";
|
module = "hyprlock";
|
||||||
};
|
};
|
||||||
fingerprint = {
|
|
||||||
enabled = false;
|
|
||||||
ready_message = "(Scan fingerprint to unlock)";
|
|
||||||
present_message = "Scanning fingerprint";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
background = [
|
background = [
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ in
|
||||||
|
|
||||||
wallpaperPath = mkOption {
|
wallpaperPath = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "hyprland/wallpaper.jpg";
|
default = "hyprland/wallpaper.png";
|
||||||
description = ''
|
description = ''
|
||||||
Path to wallpaper, relative to xdg.dataHome
|
Path to wallpaper, relative to xdg.dataHome
|
||||||
'';
|
'';
|
||||||
|
|
@ -90,7 +90,7 @@ in
|
||||||
apply = true;
|
apply = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.dataFile.${cfg.wallpaperPath}.source = ./wallpaper.jpg;
|
xdg.dataFile.${cfg.wallpaperPath}.source = ./wallpaper.png;
|
||||||
|
|
||||||
catppuccin.hyprland.enable = true;
|
catppuccin.hyprland.enable = true;
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
|
|
|
||||||
BIN
modules/home/windowManagers/hyprland/wallpaper.png
Normal file
BIN
modules/home/windowManagers/hyprland/wallpaper.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 MiB |
Loading…
Add table
Add a link
Reference in a new issue