mirror of
				https://github.com/Mastermindzh/dotfiles.git
				synced 2025-11-04 02:38:53 +01:00 
			
		
		
		
	The Tidal-hifi Settings window now floats.
Added the isos mountpoint to the mounts script Switched to powerline-rs
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
# if powerline-shell is available use it.
 | 
					# if powerline-shell is available use it.
 | 
				
			||||||
function _update_ps1() {
 | 
					function _update_ps1() {
 | 
				
			||||||
    if hash powerline-shell 2>/dev/null; then
 | 
					    if hash powerline-rs 2>/dev/null; then
 | 
				
			||||||
        PS1=$(powerline-shell $?)
 | 
					        PS1="$(powerline-rs --shell bash $?)"
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -41,6 +41,11 @@ declare -A MOUNTS3=(
 | 
				
			|||||||
  [share]='appdata'
 | 
					  [share]='appdata'
 | 
				
			||||||
  [mount]='appdata'
 | 
					  [mount]='appdata'
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					declare -A MOUNTS4=(
 | 
				
			||||||
 | 
					  [server]="$MY_SERVER_LOCATION"
 | 
				
			||||||
 | 
					  [share]='isos'
 | 
				
			||||||
 | 
					  [mount]='isos'
 | 
				
			||||||
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# declare array with "objects"
 | 
					# declare array with "objects"
 | 
				
			||||||
declare -n MOUNTS
 | 
					declare -n MOUNTS
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -224,6 +224,7 @@ for_window [class="Pavucontrol"] floating enable
 | 
				
			|||||||
for_window [class="Lxappearance"] floating enable
 | 
					for_window [class="Lxappearance"] floating enable
 | 
				
			||||||
for_window [class="Arandr"] floating enable
 | 
					for_window [class="Arandr"] floating enable
 | 
				
			||||||
for_window [class="Eog"] floating enable
 | 
					for_window [class="Eog"] floating enable
 | 
				
			||||||
 | 
					for_window [title="Tidal-hifi - settings"] floating enable
 | 
				
			||||||
 | 
					
 | 
				
			||||||
############################################
 | 
					############################################
 | 
				
			||||||
#    Workspace specific tools              #
 | 
					#    Workspace specific tools              #
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user