aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 2769b26..ad75744 100755
--- a/install.sh
+++ b/install.sh
@@ -86,9 +86,9 @@ ln -sfn "$repo/config.jsonc" "$target/config.jsonc"
for f in modules/clock.jsonc \
modules/hyprland/workspaces.jsonc \
modules/custom/vmdot.jsonc modules/custom/privacy_dots.jsonc \
+ modules/custom/presentation.jsonc \
modules/extras/taskbar.jsonc modules/extras/tray.jsonc \
- modules/image/volume.jsonc modules/image/idle_inhibitor.jsonc \
- modules/image/language.jsonc; do
+ modules/image/volume.jsonc modules/image/language.jsonc; do
ln -sfn "$repo/$f" "$target/$f"
done
@@ -136,7 +136,6 @@ for s in vms_dots.sh privacy_dots.sh; do
ln -sfn "$repo/bin/$s" "$HOME/bin/$s"
done
ln -sfn "$repo/bin/wb-icon" "$HOME/bin/wb-icon"
-ln -sfn "$repo/bin/wb-idle" "$HOME/bin/wb-idle"
ln -sfn "$repo/bin/wb-lang" "$HOME/bin/wb-lang"
# ----------------------------------------------------------------- checks --