fixed notification volume/brightness removed some gnome applications and updated system + .gitignore
This commit is contained in:
Executable
+8
@@ -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
|
||||
Reference in New Issue
Block a user