💄 style(desktop): Change BG image
This commit is contained in:
parent
c053b0ab22
commit
ff8b84a10e
3 changed files with 6 additions and 1 deletions
2
.config/.fehbg
Executable file
2
.config/.fehbg
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
feh --no-fehbg --bg-fill '/home/marley/data/photos/wallpaper/city.png'
|
|
@ -22,7 +22,8 @@ M.theme = {
|
||||||
flavor = "macchiato",
|
flavor = "macchiato",
|
||||||
accent1 = "pink",
|
accent1 = "pink",
|
||||||
accent2 = "rosewater",
|
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",
|
pfp = config_dir .. "themes/catppuccin/assets/pfp.jpg",
|
||||||
icon_theme = "Papirus",
|
icon_theme = "Papirus",
|
||||||
font = {
|
font = {
|
||||||
|
|
|
@ -32,5 +32,7 @@ fi
|
||||||
|
|
||||||
"$HOME/.screenlayout/multihead.sh"
|
"$HOME/.screenlayout/multihead.sh"
|
||||||
|
|
||||||
|
"$HOME/.config/.fehbg"
|
||||||
|
|
||||||
copyq &
|
copyq &
|
||||||
mopidy &
|
mopidy &
|
||||||
|
|
Loading…
Reference in a new issue