1
Fork 0

Many changes, but among other things:

- Use base16 colors for xmonad
- No more useless fish base16 theming
- Different wallpapers for each theme
This commit is contained in:
Matei Adriel 2023-01-26 21:49:43 +01:00
commit 15247fa82d
No known key found for this signature in database
8 changed files with 26 additions and 29 deletions
hosts/nixos/common/optional/xmonad

View file

@ -24,8 +24,8 @@ main =
terminal = myTerminal,
workspaces = myWorkspaces,
borderWidth = 5,
focusedBorderColor = "#d7827e",
normalBorderColor = "#d7827e",
focusedBorderColor = "#{{base05-hex}}",
normalBorderColor = "#{{base05-hex}}",
startupHook = startup,
layoutHook = avoidStruts myLayoutHook,
manageHook = manageDocks <+> manageSpawn <+> manageHook def,