command updates
This commit is contained in:
parent
3900d6e89d
commit
f8fe872aff
@ -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
2
.local/bin/brightness
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
xrandr | grep " connected" | awk '{print $1}' | xargs -I% xrandr --output % --brightness $1
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user