45 lines
894 B
Markdown
45 lines
894 B
Markdown
# 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 ♡
|
||
|
||

|
||
|
||
## Color Space
|
||
|
||

|
||
|
||

|
||
|
||
## Tokyo DWM Theme
|
||
A dark theme for DWM 🌃🌆
|
||
|
||

|
||
|
||
## Toy Story DWM Theme
|
||
A dwm theme that I create reminds me of my childhood days 🙃❤
|
||
|
||

|
||
|
||
---
|
||
|
||
#### Themes Switching:
|
||
|
||
1. Change the current `color.h` file in `config.h`
|
||
```c
|
||
#include "colors/<NAME_OF_COLOR_DOT_H_FILE>"
|
||
```
|
||
|
||
2. Replace `alacritty.yml` and `picom.conf` theme file with previous files
|
||
|
||
```
|
||
$ mv <NAME_OF_THEME>/alacritty.yml ~/.config/alacritty/alacritty.yml
|
||
```
|
||
|
||
```
|
||
$ mv <NAME_OF_THEME>/picom.conf ~/.config/picom/picom.conf
|
||
```
|
||
|