command updates

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

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