An interactive bar for Quickshell.
Add a submodule to the configuration repository:
git submodule add https://github.com/charlesrocket/topbar .config/quickshell/topbar
import Quickshell
import QtQuick
import qs.topbar
ShellRoot {
TopBar {}
}
Use Settings.qml in the Quickshell's root to override the TopBar's configuration (example).