diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -3,10 +3,13 @@ # Copyright (C) 2026 Danilo M. <danix@danix.xyz> # Licensed under the GNU General Public License v2 only. # -# This installs a SECOND bar, at ~/.config/waybar-udt/. The existing bar at -# ~/.config/waybar/ is left alone, so DP-1 keeps working while this one is -# tried on DP-3. Nothing is started: the command to run it is printed at the -# end. +# Installs to ~/.config/waybar-udt/, which is a separate config directory from +# the stock ~/.config/waybar/: that one is left on disk untouched, so its +# modules and scripts stay available to go back to. +# +# Nothing is started here. Hyprland launches the bar on login from +# ~/.config/hypr/sections/autostart.lua; the command is printed at the end for +# starting it by hand. set -euo pipefail repo="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" @@ -86,7 +89,7 @@ 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/custom/presentation.jsonc modules/custom/mail.jsonc \ modules/extras/taskbar.jsonc modules/extras/tray.jsonc \ modules/image/volume.jsonc modules/image/language.jsonc; do ln -sfn "$repo/$f" "$target/$f" @@ -146,4 +149,4 @@ ln -sfn "$repo/bin/wb-lang" "$HOME/bin/wb-lang" echo echo "installed to $target" echo "run it with: waybar -c $target/config.jsonc -s $target/styles/style.css" -echo "your existing bar on DP-1 is untouched." +echo "hyprland starts it on login; see ~/.config/hypr/sections/autostart.lua" |
