diff --git a/awesome/rc.lua b/awesome/rc.lua index 443983a..196347d 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -180,6 +180,7 @@ local function set_wallpaper(s) -- Wallpaper if beautiful.wallpaper then local wallpaper = beautiful.wallpaper + local wallpaperpc = beautiful.wallpaperpc -- If wallpaper is a function, call it with the screen if type(wallpaper) == "function" then wallpaper = wallpaper(s) @@ -187,7 +188,7 @@ local function set_wallpaper(s) -- wallpaper only in PC if s.geometry.width > 320 then - gears.wallpaper.centered(wallpaper, s, 1) + gears.wallpaper.centered(wallpaperpc, s, 1) end end diff --git a/awesome/themes/default/background.png b/awesome/themes/default/background.png index d72a39e..22e67fe 100644 Binary files a/awesome/themes/default/background.png and b/awesome/themes/default/background.png differ diff --git a/awesome/themes/default/background_white.png b/awesome/themes/default/background_white.png index 363ddd6..22e67fe 100644 Binary files a/awesome/themes/default/background_white.png and b/awesome/themes/default/background_white.png differ diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua index d2eec8c..c1cde9f 100644 --- a/awesome/themes/default/theme.lua +++ b/awesome/themes/default/theme.lua @@ -78,6 +78,7 @@ theme.titlebar_maximized_button_normal_active = "/usr/share/awesome/themes/defau theme.titlebar_maximized_button_focus_active = "/usr/share/awesome/themes/default/titlebar/maximized_focus_active.png" theme.wallpaper = "~/launcher/sys.py/gameshell/wallpaper/loading.png" +theme.wallpaperpc = "~/launcher/sys.py/gameshell/wallpaper/desktopbg.jpg" -- You can use your own layout icons like this: theme.layout_fairh = "/usr/share/awesome/themes/default/layouts/fairhw.png"