command updates

This commit is contained in:
Oliver 2024-12-08 21:20:13 -07:00
parent 3900d6e89d
commit f8fe872aff
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,2 @@
#!/bin/bash #!/bin/bash
pw-play /usr/share/sounds/freedesktop/stereo/complete.oga
paplay /usr/share/sounds/freedesktop/stereo/complete.oga

2
.local/bin/brightness Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
xrandr | grep " connected" | awk '{print $1}' | xargs -I% xrandr --output % --brightness $1

View File

@ -2,3 +2,4 @@
tar cvf $1.tar $1 tar cvf $1.tar $1
gzip --best $1.tar gzip --best $1.tar
rm $1.tar