Wallpaper config for xmonad
This commit is contained in:
parent
c85ff84f66
commit
06d1f54731
1 changed files with 2 additions and 0 deletions
|
|
@ -32,7 +32,9 @@ myEmacs = "emacsclient -c -a 'emacs' "
|
||||||
myBrowser = "firefox"
|
myBrowser = "firefox"
|
||||||
myFocusedBorderColor = "#749F82"
|
myFocusedBorderColor = "#749F82"
|
||||||
myNormalBorderColor = "#425F57"
|
myNormalBorderColor = "#425F57"
|
||||||
|
myWallpaper = "/home/reo/Videos/wp-hs.png"
|
||||||
|
|
||||||
myStartupHook :: X ()
|
myStartupHook :: X ()
|
||||||
myStartupHook = do
|
myStartupHook = do
|
||||||
spawnOnce "/usr/bin/xmobar"
|
spawnOnce "/usr/bin/xmobar"
|
||||||
|
spawn $ "feh --bg-scale " ++ myWallpaper
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue