diff --git a/files/.config/picom.conf b/files/.config/picom.conf index 23a5c4e..0452486 100644 --- a/files/.config/picom.conf +++ b/files/.config/picom.conf @@ -22,10 +22,10 @@ shadow = true; #shadow-offset-x = 3; #shadow-offset-y = 3; #shadow-opacity = 0.6; -shadow-radius = 12; -shadow-offset-x = -10; +shadow-radius = 18; +shadow-offset-x = -14; shadow-offset-y = -10; -shadow-opacity = 0.8; +shadow-opacity = 1.0; # shadow-red = 0.0; # shadow-green = 0.0; # shadow-blue = 0.0; diff --git a/files/.xmonad/.stack-work/stack.sqlite3 b/files/.xmonad/.stack-work/stack.sqlite3 index fc68233..3f4b3d7 100644 Binary files a/files/.xmonad/.stack-work/stack.sqlite3 and b/files/.xmonad/.stack-work/stack.sqlite3 differ diff --git a/files/.xmonad/lib/Config.hs b/files/.xmonad/lib/Config.hs index bc673d5..90b82a2 100644 --- a/files/.xmonad/lib/Config.hs +++ b/files/.xmonad/lib/Config.hs @@ -189,7 +189,8 @@ myStartupHook = do spawn "/home/leon/.screenlayout/dualscreen-landscape.sh" _ <- liftIO $ Control.Concurrent.threadDelay (1000 * 10) spawn "/home/leon/.config/polybar/launch.sh" - spawn "feh --bg-fill /home/leon/Bilder/wallpapers/mountains_with_clounds.jpg" + --spawn "feh --bg-fill /home/leon/Bilder/wallpapers/mountains_with_clounds.jpg" + spawn "nitrogen --restore" setWMName "LG3D" -- Java stuff hack -- }}}