1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[GH-ISSUE #937] [Feature]: shutdown LCD on spoolbuddy not just blank the screen #647

Closed
opened 2026-05-07 00:12:24 +02:00 by BreizhHardware · 1 comment

Originally created by @TravisWilder on GitHub (Apr 10, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/937

Originally assigned to: @maziggy on GitHub.

Problem or Use Case

The screen goes blank after based on the configuration, but the LCD backlight is still on.

Proposed Solution

I know this is not perfect as this has a fixed timing, but I replaced in .config/labwc/autostart

(while true; do wlr-randr --output HDMI-A-1 --on 2>/dev/null; sleep 60; done) &

with

swayidle -w \
  timeout 120 'wlopm --off HDMI-A-1' \
  resume 'wlopm --on HDMI-A-1' &

(needs sudo apt install swayidle wlopm)

Alternatives Considered

No response

Feature Category

Other

Priority

Nice to have

Mockups or Examples

No response

Contribution

  • I would be willing to help implement this feature

Checklist

  • I have searched existing issues to ensure this feature hasn't already been requested
Originally created by @TravisWilder on GitHub (Apr 10, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/937 Originally assigned to: @maziggy on GitHub. ### Problem or Use Case The screen goes blank after based on the configuration, but the LCD backlight is still on. ### Proposed Solution I know this is not perfect as this has a fixed timing, but I replaced in .config/labwc/autostart `(while true; do wlr-randr --output HDMI-A-1 --on 2>/dev/null; sleep 60; done) &` with ``` swayidle -w \ timeout 120 'wlopm --off HDMI-A-1' \ resume 'wlopm --on HDMI-A-1' & ``` (needs sudo apt install swayidle wlopm) ### Alternatives Considered _No response_ ### Feature Category Other ### Priority Nice to have ### Mockups or Examples _No response_ ### Contribution - [ ] I would be willing to help implement this feature ### Checklist - [x] I have searched existing issues to ensure this feature hasn't already been requested
BreizhHardware 2026-05-07 00:12:24 +02:00
Author
Owner

@maziggy commented on GitHub (Apr 11, 2026):

Available/Fixed in branch dev and available with the next release or daily build.

<!-- gh-comment-id:4229311862 --> @maziggy commented on GitHub (Apr 11, 2026): Available/Fixed in branch dev and available with the next release or daily build.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#647
No description provided.