mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 16:04:59 +01:00
Set wallpaper
This commit is contained in:
parent
19efdace81
commit
34755840c1
|
@ -581,4 +581,7 @@ awful.spawn.once("lxpolkit") -- Polkit
|
|||
awful.spawn.once("picom") -- Compositor
|
||||
awful.spawn.once("nm-applet") -- Network Manager applet
|
||||
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
|
||||
|
|
|
@ -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_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:
|
||||
theme.layout_fairh = themes_path.."default/layouts/fairhw.png"
|
||||
|
|
Loading…
Reference in a new issue