From ab97859f0701d3ac3439075ad3eb653ec9d4da9b Mon Sep 17 00:00:00 2001 From: Leon Kowarschick Date: Tue, 12 May 2020 14:59:38 +0200 Subject: [PATCH] asdf --- files/.config/picom.conf | 6 +++--- files/.xmonad/.stack-work/stack.sqlite3 | Bin 823296 -> 823296 bytes files/.xmonad/lib/Config.hs | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) 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 fc6823347d6303a2af56b59ebfea719cc5636b75..3f4b3d70ba4a6d5687d3d5c164e69421c52db53b 100644 GIT binary patch delta 55 zcmV~$ITe5~6ac{&?#ltFhy{$Slu&F9IQS-Tmx7rRxkP^URNv!F^+J*~(n=@23^K|j Kvn;ZHY;pfL(-VXM delta 55 zcmV~$ITe5~6ac{&?#ltFhy{$Slu&F9IQS;;mXetgxkP^URNv!F^+J*~(n=@23^K|j Kvn;ZHY;pfKcN2U7 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 -- }}}