One goal of this project is to support as many (reasonable) plugins as possible which the user can enable or disable depending on their needs. This means that new plugins will almost always be a welcome addition. To ensure that dwm-bar stays compatible, uniform, and efficient there are a few guidelines that should be followed.
The most important part of this project is to have fun using shell scripts. I created this project to learn, and learning only happens when mistakes are made, so don't worry too much.
#!/bin/sh
instead of #!/bin/bash
etc.). A good way to check this is by using ShellCheck on your script and amending compatibility errors.Dependencies: example1, example2
). ### plugin_name
Description of the plugin
```
[❗ Plugin output on bar]
```
Dependencies: example1, example2
- [Current Functions])(#current-functions)
-[plugin_name](#plugin_name)