diff --git a/.config/.fehbg b/.config/.fehbg new file mode 100755 index 0000000..2860bc2 --- /dev/null +++ b/.config/.fehbg @@ -0,0 +1,2 @@ +#!/bin/sh +feh --no-fehbg --bg-fill '/home/marley/data/photos/wallpaper/city.png' diff --git a/.config/awesome/config.lua b/.config/awesome/config.lua index a00f456..d054a6e 100644 --- a/.config/awesome/config.lua +++ b/.config/awesome/config.lua @@ -22,7 +22,8 @@ M.theme = { flavor = "macchiato", accent1 = "pink", accent2 = "rosewater", - wallpaper = config_dir .. "themes/catppuccin/buttons.png", + -- wallpaper = config_dir .. "themes/catppuccin/buttons.png", + wallpaper = "~/data/photos/wallpaper/city.png", pfp = config_dir .. "themes/catppuccin/assets/pfp.jpg", icon_theme = "Papirus", font = { diff --git a/.xprofile b/.xprofile index a10f810..3f33e82 100644 --- a/.xprofile +++ b/.xprofile @@ -32,5 +32,7 @@ fi "$HOME/.screenlayout/multihead.sh" +"$HOME/.config/.fehbg" + copyq & mopidy &