diff --git a/bash/.bashrc b/bash/.bashrc index 9c08a70..feb7fc6 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,7 +1,7 @@ # if powerline-shell is available use it. function _update_ps1() { - if hash powerline-shell 2>/dev/null; then - PS1=$(powerline-shell $?) + if hash powerline-rs 2>/dev/null; then + PS1="$(powerline-rs --shell bash $?)" fi } @@ -25,5 +25,5 @@ neofetch PS1='[\u@\h \W]\$ ' if [[ $TERM != linux && ! $PROMPT_COMMAND =~ _update_ps1 ]]; then - PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND" + PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND" fi diff --git a/bash/mounts.sh b/bash/mounts.sh index 0cec7e5..9fdd893 100644 --- a/bash/mounts.sh +++ b/bash/mounts.sh @@ -41,6 +41,11 @@ declare -A MOUNTS3=( [share]='appdata' [mount]='appdata' ) +declare -A MOUNTS4=( + [server]="$MY_SERVER_LOCATION" + [share]='isos' + [mount]='isos' +) # declare array with "objects" declare -n MOUNTS diff --git a/i3/config b/i3/config index 9f799d3..5ee2df5 100644 --- a/i3/config +++ b/i3/config @@ -224,6 +224,7 @@ for_window [class="Pavucontrol"] floating enable for_window [class="Lxappearance"] floating enable for_window [class="Arandr"] floating enable for_window [class="Eog"] floating enable +for_window [title="Tidal-hifi - settings"] floating enable ############################################ # Workspace specific tools #