dots-of-war/eww-laptop/.config/eww/scripts/get-brightness
ElKowar 6096e7f94f
work adjustments
lazy and update

update lazy

add lsp-lines

copilot and stuff

äf

update

Re-set up laptop

slight changes to hyprland config

update neovim

eww rice

vert bar

update

asdf
2024-05-20 16:35:23 +02:00

7 lines
155 B
Bash

#!/usr/bin/env bash
max=$(brightnessctl max)
current=$(brightnessctl get)
percentage=$(echo "scale=1; $current / $max * 100" | bc -l)
echo "$percentage"