diff --git a/assets/slums.png b/assets/slums.png new file mode 100644 index 0000000..d00dc95 Binary files /dev/null and b/assets/slums.png differ diff --git a/modules/home/hyprland/hyprpanel.nix b/modules/home/hyprland/hyprpanel.nix index f9de6a8..bd72f85 100644 --- a/modules/home/hyprland/hyprpanel.nix +++ b/modules/home/hyprland/hyprpanel.nix @@ -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; diff --git a/modules/home/hyprland/hyprpaper.nix b/modules/home/hyprland/hyprpaper.nix index b5bdd07..b8bc4fc 100644 --- a/modules/home/hyprland/hyprpaper.nix +++ b/modules/home/hyprland/hyprpaper.nix @@ -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 = {