1
Fork 0

feat: better theming system with wallpaper support

This commit is contained in:
Matei Adriel 2022-03-13 12:46:00 +02:00
commit 9f7861cbc8
17 changed files with 65 additions and 65 deletions
modules/applications/xmonad

View file

@ -75,9 +75,6 @@ main =
manageWorkspaces
]
spawnTerminal = do
spawn "fish -c 'alacritty --config-file ~/.config/alacritty/themes/$THEME.yml'"
myTerminal = "alacritty"
myBrowser = "google-chrome-stable"
@ -85,7 +82,6 @@ main =
keymap =
[ ("M-p", spawn "rofi -show run"),
("M-g", spawn myBrowser),
("M-s", spawnTerminal),
("M-d", spawn "Discord")
]
@ -101,9 +97,6 @@ main =
startup :: X ()
startup = do
spawn "xwallpaper --zoom ./background.jpg"
-- spawn "Discord"
-- spawn "google-chrome-stable"
-- spawn "alacritty"
-- The file is dynamically set in wallpaper.nix
spawn "xwallpaper --zoom ~/.config/wallpaper"