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
|
let
|
||||||
themeDirectory = "${config.programs.hyprpanel.package}/share/themes";
|
themeDirectory = "${config.programs.hyprpanel.package}/share/themes";
|
||||||
currentTheme = "monochrome";
|
currentTheme = "gruvbox_vivid";
|
||||||
raw = lib.importJSON "${themeDirectory}/${currentTheme}.json";
|
raw = lib.importJSON "${themeDirectory}/${currentTheme}.json";
|
||||||
selectedTheme = if raw ? theme then raw.theme else raw;
|
selectedTheme = if raw ? theme then raw.theme else raw;
|
||||||
|
|
||||||
@ -32,6 +32,7 @@ let
|
|||||||
base = themeAttrs.theme;
|
base = themeAttrs.theme;
|
||||||
themeOverrides = {
|
themeOverrides = {
|
||||||
font.size = "14px";
|
font.size = "14px";
|
||||||
|
bar.background = "#000000";
|
||||||
};
|
};
|
||||||
|
|
||||||
finalTheme = lib.recursiveUpdate base themeOverrides;
|
finalTheme = lib.recursiveUpdate base themeOverrides;
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
pkgs.hyprpaper
|
pkgs.hyprpaper
|
||||||
];
|
];
|
||||||
# Home Manager
|
# Home Manager
|
||||||
xdg.configFile."wallpaper.png".source = "${assets}/Fantasy-Landscape3.png";
|
xdg.configFile."wallpaper.png".source = "${assets}/slums.png";
|
||||||
services.hyprpaper = {
|
services.hyprpaper = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user