First time using WM and Waybar and I can’t for the life of me find a good OSD for volume and brightness, so I created one using Waybar and Niri keybind spawn function

  • pabryan@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    5 days ago

    What about spawning once and for all? It would hide on startup. Then keypress shows it and starts the timer to rehide it. Then you wouldn’t have to worry about process management with flock. Each keypress just sets it to visible (which is fine if.it’s already visible) and restarts the timer.

    You could use your daemon manager (systemd most commonly) to manage the process.

    Just a thought. In any event, looks quite cool and I’ll give it a try 😃