Revert "i3: workaround an issue with brightness not up-to-date in polybar"

This reverts commit 9674bbfdde. Use
`use-actual-brightness = true` in polybar configuration instead.
This commit is contained in:
Vincent Bernat 2022-10-06 07:47:11 +02:00
parent 9674bbfdde
commit 8b25dd3c77
3 changed files with 3 additions and 9 deletions

View file

@ -1,7 +0,0 @@
#!/bin/sh
# Set brightness and sleep a bit before reading back the value
brightnessctl -q set $1
sleep 0.1
brightnessctl > /dev/null