From 46cb63b95fadf4001e6c837bf504045c4e80f73f Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Wed, 22 Feb 2023 23:07:03 +0200 Subject: [PATCH] Update wallpaper --- awesome/.config/awesome/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awesome/.config/awesome/theme.lua b/awesome/.config/awesome/theme.lua index 6740e68..817172a 100644 --- a/awesome/.config/awesome/theme.lua +++ b/awesome/.config/awesome/theme.lua @@ -104,8 +104,8 @@ theme.titlebar_maximized_button_focus_inactive = themes_path.."default/titlebar 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 = "~/.config/awesome/wallpapers/miku.jpg" -theme.wallpaper = "~/.config/awesome/wallpapers/black-turquoise.jpg" +theme.wallpaper = "~/.config/awesome/wallpapers/miku.jpg" +-- theme.wallpaper = "~/.config/awesome/wallpapers/black-turquoise.jpg" -- You can use your own layout icons like this: theme.layout_fairh = themes_path.."default/layouts/fairhw.png"