This commit is contained in:
Crispy 2025-03-03 22:23:19 +01:00
parent 4aea9c0118
commit 3b44a4bf6f
5 changed files with 44 additions and 5 deletions

View file

@ -200,7 +200,7 @@ local function set_wallpaper(s)
if type(wallpaper) == "function" then
wallpaper = wallpaper(s)
end
gears.wallpaper.centered(wallpaper, s)
gears.wallpaper.maximized(wallpaper, s)
end
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View file

@ -102,7 +102,7 @@ theme.menu_border_color = "#ff8844"
-- theme.titlebar_maximized_button_normal_active = themes_path.."default/titlebar/maximized_normal_active.png"
-- theme.titlebar_maximized_button_focus_active = themes_path.."default/titlebar/maximized_focus_active.png"
theme.wallpaper = theme_path .. "background.png"
theme.wallpaper = theme_path .. "background.jpg"
-- You can use your own layout icons like this:
-- theme.layout_fairh = themes_path.."default/layouts/fairhw.png"