aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-08-31 12:51:28 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-08-31 12:51:46 +0200
commit9bca55752d4b0232f769b53568f786a147e1df8b (patch)
treed4951a482c99df59506319505cffaa87cd236ff5
parente5fd7cefc642da12dd86e73e8d2758304b307dc6 (diff)
Install brightnessctl and add user to video group
-rw-r--r--README.md1
-rwxr-xr-xinstall.sh5
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0d0f077..3f35777 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ The `install.sh` script installs the entire setup:
- fonts-noto-color-emoji
- xclip
- hexchat
+- brightnessctl
It then symlinks the configuration files for those packages
to the files in this repository. This has two advantages.
diff --git a/install.sh b/install.sh
index a562835..85782e1 100755
--- a/install.sh
+++ b/install.sh
@@ -41,7 +41,8 @@ if command_exists apt; then
fonts-hack \
fonts-noto-color-emoji \
xclip \
- hexchat
+ hexchat \
+ brightnessctl
$SUDO apt purge -y \
lemonbar # automatically installed but unwanted
else
@@ -70,4 +71,6 @@ ln -s ${PWD}/alacritty.yml ~/.config/alacritty/alacritty.yml
mkdir -p ~/.config
ln -s ${PWD}/picom.conf ~/.config/picom.conf
+$SUDO usermod -G video ${USER}
+
./shell_only.sh