No description
  • QML 84.8%
  • JavaScript 15.2%
Find a file
2026-03-26 20:41:07 +00:00
comp Added Window Title 2026-03-26 20:41:07 +00:00
conf.mjs Added AudioWidget and ClockWidget 2026-03-24 21:43:23 +00:00
LICENSE Init 2026-03-24 17:33:54 +00:00
README.md Added Window Title 2026-03-26 20:41:07 +00:00
shell.qml Added Window Title 2026-03-26 20:41:07 +00:00

Quickshell Bar

Supports

  • Bluetooth
  • CPU%
  • Clock
  • System Tray
  • Volume (yet to implement moving sources between sinks; scroll should up volume)
  • Window title
  • Workspaces

TODO

  • Battery
  • Media player
  • Network speed
  • Notifications
  • RAM%
  • Volume notification

Note

Requires QML_XHR_ALLOW_FILE_READ=1 and QS_ICON_THEME=Papirus-Dark or another icon pack. In HM:

programs.quickshell = {
    enable = true;
    systemd.enable = true;
    activeConfig = "main";
};
systemd.user.services.quickshell.Service.Environment = [
    "QS_ICON_THEME=Papirus-Dark"
    "QML_XHR_ALLOW_FILE_READ=1"
];

Code referenced

Thank you: