changes since installing on arch
parent
4234c835e1
commit
992a388711
|
@ -14,3 +14,4 @@ shellcheck-bin
|
|||
pipe-viewer-git
|
||||
lobster
|
||||
systemd-boot-pacman-hook
|
||||
rofi-lbonn-wayland-only-git
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue