changes since installing on arch
parent
4234c835e1
commit
992a388711
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue