Create Your Own Theme
ยท One min read
Free Palestine ๐ต๐ธ
DWM
currently DWM
comes with one theme
you can easily create your themes with the same steps for all WMs
- Go to
~/.config/bspwm/themes/
- Copy an existing theme and rename it. (eg:
Etherium
) - Edit
theme.conf
- Generate Color Scheme for the theme using
python-pywal
-
wal -i /usr/share/backgrounds/Etherium.jpg
- add the Color Scheme to
colorScheme
-
Hint
you can use
colorPicker
to capture colors, press on mod + p to use it
-
- Then Edit
polybar
config-
warning
in the polybar modules update the script paths for all modules files
-
- Then take a screenshot and save it in the theme directory with name
preview.png
Finally!โ
Contributing
do you want to share your theme?
- Fork
bspwm-themes
Repo - add your theme to the
community
directory - Push your changes to a new branch with
dev-${GITHUB-USERNAME}
-
./git-push.sh -t "dev-mmsaeed509"
-
- Submit a pull request