Add Wallpaper

This commit is contained in:
2024-06-03 13:59:00 +01:00
parent 6a7ec5a9df
commit 9a6026dba9
3 changed files with 9 additions and 8 deletions

View File

@@ -7,12 +7,12 @@ active-opacity = 1;
inactive-opacity = 1; inactive-opacity = 1;
frame-opacity = 1; frame-opacity = 1;
inactive-opacity-override = false; inactive-opacity-override = false;
blur-background = true; blur-background = false;
blur-background-exclude = [ #blur-background-exclude = [
"window_type = 'dock'", # "window_type = 'dock'
] #]
blur-method = "dual_kawase" blur-method = "dual_kawase";
blur-strength = 8; blur-strength = 8;
# Fading # Fading
@@ -26,7 +26,7 @@ fade-exclude = [ ];
mark-wmwin-focused = true; mark-wmwin-focused = true;
mark-ovredir-focused = true; mark-ovredir-focused = true;
detect-rounded-corners = true; detect-rounded-corners = true;
detect-client-opacity = true; detect-clien-opacity = true;
vsync = true; vsync = true;
dbe = false; dbe = false;
unredir-if-possible = false; unredir-if-possible = false;

View File

@@ -1,5 +1,6 @@
slstatus & fslstatus &
picom & picom &
dunst & dunst &
feh --bg "/home/trude/dotfiles/bg2.png"
exec dwm exec dwm

View File

@@ -449,7 +449,7 @@ if [[ ${main_menu[@]} =~ 0 ]]; then # Install Dotfiles
fi fi
if [[ ${main_menu[@]} =~ 1 ]]; then # DWM if [[ ${main_menu[@]} =~ 1 ]]; then # DWM
sudo nala install libx11-dev libxft-dev libxinerama-dev build-essential libxrandr-dev dunst sudo nala install libx11-dev libxft-dev libxinerama-dev build-essential libxrandr-dev dunst feh
compile() { compile() {
cd suckless/$1 cd suckless/$1
sudo rm -rf config.h sudo rm -rf config.h