Change wallpaper on xmonad

This commit is contained in:
ramazanemreosmanoglu 2022-10-30 12:30:52 +03:00
parent 212ba0b7ab
commit d998b2b150

View file

@ -12,6 +12,6 @@ naturalGreenTheme = Theme { themeName = "Natural Green"
, themeBarConfig = "~/.config/xmobar/natural-green-xmobarrc"
, themeBorderColor = "#425F57"
, themeFocusedBorderColor = "#749F82"
, themeWallpaper = "~/Wallpapers/wp-hs.png"
, themeWallpaper = "/usr/share/backgrounds/gnome/brush-strokes-d.jpg"
, themeXmobarPP = naturalGreenXmobarPP
}