move some desktop i3 behaviour into different shell scripts

This commit is contained in:
2025-07-21 13:20:34 +02:00
parent 9b51e31f1a
commit 1bd89db726
7 changed files with 17 additions and 1 deletions

4
usr/bin/x-brightness-up Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/sh
br=$(brightnessctl set 5%+ |
grep '%' | awk '{print $4}' | sed 's/[^0-9]//g')
notify-send -i display-brightness-symbolic -u low -h int:value:"$br" -h string:x-dunst-stack-tag:'brightnessctl' -a 'brightnessctl' "brightness: $br%"