changes since installing on arch

master
Alex 2023-05-29 21:36:27 -05:00
parent 4234c835e1
commit 992a388711
3 changed files with 3 additions and 2 deletions

View File

@ -14,3 +14,4 @@ shellcheck-bin
pipe-viewer-git pipe-viewer-git
lobster lobster
systemd-boot-pacman-hook systemd-boot-pacman-hook
rofi-lbonn-wayland-only-git

View File

@ -81,7 +81,7 @@ configuration() {
chsh -s /bin/zsh "$USER" chsh -s /bin/zsh "$USER"
#setup .zprofile and zsh history file #setup .zprofile and zsh history file
ln -s ~/.profile ~/.zprofile ln -s ~/.config/zsh/.zprofile ~/.profile
mkdir -p ~/.cache/zsh mkdir -p ~/.cache/zsh
touch ~/.cache/zsh/history touch ~/.cache/zsh/history

View File

@ -37,7 +37,7 @@ audio () {
# icon="$(echo "$volstat" | grep -o "\[[0-9]\+%\]" | sed 's/[^0-9]*//g' | sed -n 1p -) 🔊" # icon="$(echo "$volstat" | grep -o "\[[0-9]\+%\]" | sed 's/[^0-9]*//g' | sed -n 1p -) 🔊"
# fi # fi
icon="$(vol.sh -g) 🔊" icon="$(~/.local/scripts/vol.sh -g) 🔊"
[ "$(pamixer --get-mute)" = "true" ] && icon="🔇" [ "$(pamixer --get-mute)" = "true" ] && icon="🔇"
printf "%s\n" "$icon" printf "%s\n" "$icon"