mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 06:04:42 +00:00
feat: init dynamic wallpaper ($theme gen)
This commit is contained in:
parent
38c096dbc1
commit
af19b1e78b
6 changed files with 489 additions and 11 deletions
|
|
@ -14,8 +14,12 @@ let
|
|||
gray = "#928374";
|
||||
};
|
||||
wallpapers = {
|
||||
dark = ../assets/wallpapers/topography-dark.jpg;
|
||||
light = ../assets/wallpapers/topography-light.jpg;
|
||||
dir = "${config.home.homeDirectory}/Pictures/Screensavers";
|
||||
dark = "${config.home.homeDirectory}/Pictures/Screensavers/wallpaper-dark.jpg";
|
||||
light = "${config.home.homeDirectory}/Pictures/Screensavers/wallpaper-light.jpg";
|
||||
current = "${config.home.homeDirectory}/Pictures/Screensavers/wallpaper.jpg";
|
||||
staticDark = ../assets/wallpapers/topography-dark.jpg;
|
||||
staticLight = ../assets/wallpapers/topography-light.jpg;
|
||||
};
|
||||
paths = {
|
||||
stateDir = "${config.xdg.stateHome}/theme";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue