An interactive bar and desktop environment for Quickshell.
Features:
- responsive widgets
- dashboard
- app launcher
- notifications
- preferences
- logout panel
- lock screen
- wallpapers
- osd
- power modes
- Wayland compositor (Mango/Hyprland)
- Quickshell
- Nerd fonts
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 {}
Wallpaper {}
}
Use Settings.qml in the Quickshell's root to override the TopBar's configuration (example).
See quickshell ipc call show for all available commands.