Trayer and xscreensaver configuration

This commit is contained in:
ramazanemreosmanoglu 2022-10-27 11:39:07 +03:00
parent e8c0385a8d
commit 99c7cc64fe
2 changed files with 3 additions and 1 deletions

View file

@ -6,4 +6,4 @@ Config { bgColor = "#425F57"
, Run XMonadLog
]
, alignSep = "}{"
, template = "  %XMonadLog% }{ %date% "}
, template = "  %XMonadLog% }{ %date% "}

View file

@ -37,6 +37,8 @@ myStartupHook :: X ()
myStartupHook = do
spawn $ "/usr/bin/xmobar " ++ themeBarConfig myTheme
spawn $ "feh --bg-scale " ++ themeWallpaper myTheme
spawn "xscreensaver -no-splash"
spawn "trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 10 --transparent true --tint 0x5f5f5f --height 31"
myKeybindings :: [(String, X())]
myKeybindings = [ ("M-e", spawn myEmacs)