Category Archives: PostX

Lab Panel – Modular native StatusNotifier panel

New version of Lab Panel has been released.

Notable highlights include:

  • a Python-native org.kde.StatusNotifierWatcher
  • tray icons and DBusMenu drop-downs
  • a simple labwc/wlroots tasklist using wlrctl
  • GTK4 Layer Shell anchoring
  • optional user-level systemd support
  • Theme support
Lab panel alternative blue style.
Lab panel alternative blue style.

Code and instructions are available on project’s Github page: https://github.com/postman721/Lab_Panel

Generic Player 1.0 released

Generic Player 1.0 (PyQt6 / PyQt5 compatible) media player.

Screenshot: Default Style

A lightweight media player that continues the legacy of my now-obsolete Albix Player, rebuilt with a cleaner, more maintainable coding style.

Origins: Based on Albix Player (my original media player, now retired).

Lyrics: Provided via the external generic_player_lyrics module (show/hide only — no save/overlay UI).

MPRIS: Integrated via generic_player_mpris (requires python3-pydbus and playerctl).

License: GPL v2

Github: https://github.com/postman721/Generic_Player

🧭 Waybind – Global Keybind Launcher for Linux

Waybind is a lightweight global keyboard shortcut daemon written in Python.

It lets you define custom keybindings that launch commands.
Works on both X11 and Wayland, depending on permissions and compositor behavior.

Note. Tested on Wayland – LabWc

✅ Features

– Global keybinding support using low-level input events
– Supports combinations like `CTRL+ALT+T`, `SUPER+W`, etc.
– Lightweight and daemonized – runs quietly in the background
– No `systemd` or desktop environment integration forced/required (but recommended).
– Minimal dependencies (Python only)



See more from project’s Github page: https://github.com/postman721/Waybind