misc.lua 319 B

12345678
  1. hl.config({
  2. misc = {
  3. force_default_wallpaper = 0, -- Set to 0 or 1 to disable the anime mascot wallpapers
  4. disable_hyprland_logo = true, -- If true disables the random hyprland logo / anime girl background. :(
  5. disable_splash_rendering = true,
  6. background_color = 0x0f1417;
  7. },
  8. })