aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/aliases/system.zsh
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-10-15 00:51:31 +0530
committerAkshay Nair <phenax5@gmail.com>2023-10-15 00:51:31 +0530
commit21a9119dc7ad771777345c041533de29f12d6757 (patch)
tree4f983264ac726a7de3bdc4f3f72f7d44439e7c62 /config/zsh/aliases/system.zsh
parent32d0bd79637cdc6400798bc033c8e2149ec4c5a6 (diff)
downloadnixos-config-21a9119dc7ad771777345c041533de29f12d6757.tar.gz
nixos-config-21a9119dc7ad771777345c041533de29f12d6757.zip
zsh config changes
Diffstat (limited to 'config/zsh/aliases/system.zsh')
-rw-r--r--config/zsh/aliases/system.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/zsh/aliases/system.zsh b/config/zsh/aliases/system.zsh
index 031bb1b..3f049a3 100644
--- a/config/zsh/aliases/system.zsh
+++ b/config/zsh/aliases/system.zsh
@@ -32,8 +32,8 @@ setup_webcam_day() {
setup_webcam_night() {
v4l2-ctl -d /dev/video2 --set-ctrl exposure_absolute=400
v4l2-ctl -d /dev/video2 --set-ctrl gamma=230
- v4l2-ctl -d /dev/video2 --set-ctrl saturation=16
- v4l2-ctl -d /dev/video2 --set-ctrl contrast=11
+ v4l2-ctl -d /dev/video2 --set-ctrl saturation=14
+ v4l2-ctl -d /dev/video2 --set-ctrl contrast=10
v4l2-ctl -d /dev/video2 --set-ctrl brightness=1
}