2024-02-19 23:38:30 +03:00
DWM
2023-10-28 19:43:46 +03:00
--
2023-12-02 14:20:15 +03:00
Dynamic Window Manager(dwm) 6.2 with patches for gaps
2023-10-28 19:43:46 +03:00
2024-02-19 23:38:30 +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-02-19 23:39:19 +03:00
To run it just write something like this in your `.xinitrc` :
2024-02-19 23:38:30 +03:00
```sh
python sysbar.py &
exec dwm
```
2023-10-28 19:46:13 +03:00
Themes
2023-10-28 19:43:46 +03:00
--
2023-12-02 14:20:15 +03:00
- Catppuccin frappe
- Catppuccin latte
- Tokyo night
To change theme change include on line 4
2023-10-28 19:43:46 +03:00
2023-10-28 19:46:13 +03:00
Screenshot
--
2023-10-28 20:18:05 +03:00
#### With frappe theme:
2023-10-28 19:43:46 +03:00
![Screenshot ](/screenshot.png )