# โฉ 0x73hahd's DWM This repo is for DWM configuration and contains different themes to switch between them. ## Calm Room DWM Theme A DWM theme gives a feeling of calm โ™กโฉ ![](screenshots/dwm-calm-room-theme.png) ## Color Space ![](screenshots/alacritty-terminals.png) ![](screenshots/alacritty-terminal.png) ## Tokyo DWM Theme A dark theme for DWM ๐ŸŒƒ๐ŸŒ† ![](screenshots/dwm.png) ## Toy Story DWM Theme A dwm theme that I create reminds me of my childhood days ๐Ÿ™ƒโค ![](screenshots/dwm-toy-story-theme.png) --- #### Themes Switching: 1. Change the current `color.h` file in `config.h` ```c #include "colors/" ``` 2. Replace `alacritty.yml` and `picom.conf` theme file with previous files ``` $ mv /alacritty.yml ~/.config/alacritty/alacritty.yml ``` ``` $ mv /picom.conf ~/.config/picom/picom.conf ```