This commit is contained in:
Leon Kowarschick 2020-05-12 14:59:38 +02:00
parent 67cdad051e
commit ab97859f07
3 changed files with 5 additions and 4 deletions

View file

@ -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;

View file

@ -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
-- }}}