Files
DynamicWindowManager/KleinDwm/README.md
2024-08-08 15:30:46 -04:00

45 lines
894 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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/<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
```