diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-04 10:43:32 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-04 10:43:32 +0200 |
commit | 9e38ee3e72bcb9d4dc850efafa4af9142f40d6ca (patch) | |
tree | c5c4211571d92538997bb51b1882bbff6b2c855e /install.sh | |
parent | db2e3f4a66b37035ef02655693add7e532061404 (diff) |
Switch to i3lock-fancy-rapid
The bash screensaver is just too buggy
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ if command_exists pacman; then pulseaudio bin/aurinstall --noconfirm cava + bin/aurinstall --noconfirm i3lock-fancy-rapid-git elif command_exists apt; then wget -O- https://updates.signal.org/desktop/apt/keys.asc | ${SUDO} apt-key add - echo "deb [arch=$(dpkg --print-architecture)] https://updates.signal.org/desktop/apt xenial main" | sudo tee -a /etc/apt/sources.list.d/signal-xenial.list |