fix: hide detailed text of MonitorItem immediatly after hovering and changing the value & specify device for brightnessctl

This commit is contained in:
2025-10-17 18:18:23 +02:00
parent 5378c43727
commit bf984237a7
6 changed files with 35 additions and 10 deletions

6
.scripts/set-brightness Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
[ -z "$1" ] && exit 1
[ -z "$BRIGHTNESSCTL_DEVICE" ] && BRIGHTNESSCTL_DEVICE="auto"
brightnessctl -d "$BRIGHTNESSCTL_DEVICE" set "$1"