mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
asdf
This commit is contained in:
parent
67cdad051e
commit
ab97859f07
3 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
|
|
Binary file not shown.
|
@ -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
|
||||
|
||||
-- }}}
|
||||
|
|
Loading…
Reference in a new issue