From 992a388711923272e6a947712f6811f4fc5967a4 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 29 May 2023 21:36:27 -0500 Subject: [PATCH] changes since installing on arch --- installers/arch/files/aur-programs.list | 1 + installers/arch/install.sh | 2 +- sway-bar.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/installers/arch/files/aur-programs.list b/installers/arch/files/aur-programs.list index 8476746..0116be2 100644 --- a/installers/arch/files/aur-programs.list +++ b/installers/arch/files/aur-programs.list @@ -14,3 +14,4 @@ shellcheck-bin pipe-viewer-git lobster systemd-boot-pacman-hook +rofi-lbonn-wayland-only-git diff --git a/installers/arch/install.sh b/installers/arch/install.sh index 54706ac..a580322 100755 --- a/installers/arch/install.sh +++ b/installers/arch/install.sh @@ -81,7 +81,7 @@ configuration() { chsh -s /bin/zsh "$USER" #setup .zprofile and zsh history file - ln -s ~/.profile ~/.zprofile + ln -s ~/.config/zsh/.zprofile ~/.profile mkdir -p ~/.cache/zsh touch ~/.cache/zsh/history diff --git a/sway-bar.sh b/sway-bar.sh index 4ff1461..9df2c4a 100755 --- a/sway-bar.sh +++ b/sway-bar.sh @@ -37,7 +37,7 @@ audio () { # icon="$(echo "$volstat" | grep -o "\[[0-9]\+%\]" | sed 's/[^0-9]*//g' | sed -n 1p -) 🔊" # fi - icon="$(vol.sh -g) 🔊" + icon="$(~/.local/scripts/vol.sh -g) 🔊" [ "$(pamixer --get-mute)" = "true" ] && icon="🔇" printf "%s\n" "$icon"