From ff8b84a10e6768c07d38f311b24f3cde8ec34988 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Wed, 13 Mar 2024 20:48:43 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(desktop):=20Change=20BG=20?= =?UTF-8?q?image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/.fehbg | 2 ++ .config/awesome/config.lua | 3 ++- .xprofile | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100755 .config/.fehbg 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 &