fixed notification volume/brightness removed some gnome applications and updated system + .gitignore

This commit is contained in:
2026-05-01 20:13:27 +02:00
parent 3ce6c956f6
commit 154486074f
7 changed files with 41 additions and 41 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
BRIGHTNESS=$(brightnessctl -m | cut -d, -f4 | tr -d '%')
notify-send -h string:x-canonical-private-synchronous:brightness \
-h "int:value:$BRIGHTNESS" \
-c "osd" \
"Brightness: ${BRIGHTNESS}%" -i display-brightness