forked from javif89/nix
New wallpaper
This commit is contained in:
parent
832b2056aa
commit
da62178c02
BIN
assets/slums.png
Normal file
BIN
assets/slums.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 MiB |
@ -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;
|
||||
|
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user