dwm/README.md

25 lines
545 B
Markdown
Raw Normal View History

2024-10-31 16:38:28 +03:00
DWM
2024-10-31 16:38:03 +03:00
--
2024-10-31 16:38:26 +03:00
Dynamic Window Manager(dwm) 6.2 with patches for gaps
2024-10-31 16:38:03 +03:00
2024-10-31 16:38:28 +03:00
Bar
--
I use my own [bar](https://git.nakidai.ru/nakidai/dwmbar) written in python. Bar script itself you can find [there](https://git.nakidai.ru/nakidai/dwmscripts/src/branch/master/sysbar.py).
2024-10-31 16:38:31 +03:00
To run it just write something like this in your `.xinitrc`:
2024-10-31 16:38:28 +03:00
```sh
python sysbar.py &
exec dwm
```
2024-10-31 16:38:08 +03:00
Themes
2024-10-31 16:38:03 +03:00
--
2024-10-31 16:38:26 +03:00
- Catppuccin frappe
- Catppuccin latte
- Tokyo night
To change theme change include on line 4
2024-10-31 16:38:03 +03:00
2024-10-31 16:38:08 +03:00
Screenshot
--
#### With frappe theme:
2024-10-31 16:38:03 +03:00
![Screenshot](/screenshot.png)