feat: better theming system with wallpaper support
This commit is contained in:
parent
a27b90af9e
commit
9f7861cbc8
17 changed files with 65 additions and 65 deletions
modules/applications/xmonad
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue