LukeSmithxyz / voidrice

My dotfiles (deployed by LARBS)
GNU General Public License v3.0
4.26k stars 1.22k forks source link

Create sb-bghitness, show brightness in the bar. #1406

Closed ArgusGuardian closed 1 month ago

ArgusGuardian commented 3 months ago

script to add brightness to the dwmblocks.

appeasementPolitik commented 3 months ago

Would something like cat /sys/class/backlight/*/brightness not be better than brightnessctl? It doesn't require extra programs

ArgusGuardian commented 3 months ago

Would something like cat /sys/class/backlight/*/brightness not be better than brightnessctl? It doesn't require extra programs

that would be the more minimalist way of doing it, thanks for pointing that out.