feat: add waybar configuration

This commit is contained in:
oddlama 2024-06-12 18:04:59 +02:00
parent 426a305b67
commit 870a8b122e
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 371 additions and 19 deletions

View file

@ -20,6 +20,7 @@ writeShellApplication {
value=$(${bc}/bin/bc <<< "scale=0; 100*$value/$max")
${libnotify}/bin/notify-send \
"Brightness" \
--transient \
--hint=string:image-path:"$image" \
--hint=int:value:"$value" \
--hint="string:wired-tag:indicator" \

View file

@ -38,6 +38,7 @@ writeShellApplication {
${libnotify}/bin/notify-send \
"Volume" "$value%" \
--transient \
--hint=string:image-path:"$image" \
--hint=int:value:"$indicator_value" \
--hint="string:wired-tag:indicator" \