Mention more plugin examples

This commit is contained in:
scorpion-26 2023-09-01 03:14:36 +02:00
parent b9f34f0632
commit 7563f90a0c

View file

@ -150,6 +150,7 @@ gBar gBarHelloWorld
```
The second argument is the name of the shared library (without 'lib' and '.so').
For more examples on how to use the gBar API, you can have a look at the built-in widgets (AudioFlyin.cpp, BluetoothDevices.cpp, Bar.cpp) as they use the same API.
## FAQ
### There are already many GTK bars out there, why not use them?