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:
parent
493954c1e3
commit
15247fa82d
8 changed files with 26 additions and 29 deletions
hosts/nixos/common/optional/xmonad
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue