New wallpaper

This commit is contained in:
Javier Feliz 2025-09-01 13:40:28 -04:00
parent 832b2056aa
commit da62178c02
3 changed files with 3 additions and 2 deletions

BIN
assets/slums.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 MiB

View File

@ -8,7 +8,7 @@
let
themeDirectory = "${config.programs.hyprpanel.package}/share/themes";
currentTheme = "monochrome";
currentTheme = "gruvbox_vivid";
raw = lib.importJSON "${themeDirectory}/${currentTheme}.json";
selectedTheme = if raw ? theme then raw.theme else raw;
@ -32,6 +32,7 @@ let
base = themeAttrs.theme;
themeOverrides = {
font.size = "14px";
bar.background = "#000000";
};
finalTheme = lib.recursiveUpdate base themeOverrides;

View File

@ -11,7 +11,7 @@
pkgs.hyprpaper
];
# Home Manager
xdg.configFile."wallpaper.png".source = "${assets}/Fantasy-Landscape3.png";
xdg.configFile."wallpaper.png".source = "${assets}/slums.png";
services.hyprpaper = {
enable = true;
settings = {