Set wallpaper

This commit is contained in:
Warren Hood 2022-11-26 01:36:51 +02:00
parent 19efdace81
commit 34755840c1
2 changed files with 5 additions and 2 deletions

View file

@ -581,4 +581,7 @@ awful.spawn.once("lxpolkit") -- Polkit
awful.spawn.once("picom") -- Compositor awful.spawn.once("picom") -- Compositor
awful.spawn.once("nm-applet") -- Network Manager applet awful.spawn.once("nm-applet") -- Network Manager applet
awful.spawn.once("volumeicon") -- Volume icon awful.spawn.once("volumeicon") -- Volume icon
awful.spawn.once("nitrogen --restore") -- Restore last set wallpaper
-- Wallpaper
-- awful.spawn.once("xargs xwallpaper --output all --stretch --center ~/.config/awesome/wallpapers/miku_1.png")
-- awful.spawn.once("nitrogen --restore") -- Restore last set wallpaper

View file

@ -96,7 +96,7 @@ 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_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.titlebar_maximized_button_focus_active = themes_path.."default/titlebar/maximized_focus_active.png"
theme.wallpaper = themes_path.."default/background.png" theme.wallpaper = "~/.config/awesome/wallpapers/miku.jpg"
-- You can use your own layout icons like this: -- You can use your own layout icons like this:
theme.layout_fairh = themes_path.."default/layouts/fairhw.png" theme.layout_fairh = themes_path.."default/layouts/fairhw.png"