diff options
Diffstat (limited to 'hosts/iroha/scripts/disable-rgb')
| -rwxr-xr-x | hosts/iroha/scripts/disable-rgb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/iroha/scripts/disable-rgb b/hosts/iroha/scripts/disable-rgb new file mode 100755 index 0000000..c05c1a5 --- /dev/null +++ b/hosts/iroha/scripts/disable-rgb @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +su -c 'openrgb -d 0 -m off && openrgb -d 1 -m off && openrgb -d 2 -m off && openrgb -d 3 -m off' |