Fix: More Whitespace
This commit is contained in:
		
							parent
							
								
									3ec1ba5f9b
								
							
						
					
					
						commit
						78de462017
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -11,10 +11,10 @@ if [[ "$mute" == "" ]]; then
 | 
				
			||||||
	# Change the volume
 | 
						# Change the volume
 | 
				
			||||||
	$(wpctl set-volume @DEFAULT_AUDIO_SINK@ $@)
 | 
						$(wpctl set-volume @DEFAULT_AUDIO_SINK@ $@)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	# Query Pipewire and Parse Volume as an Int 
 | 
						# Query Pipewire and Parse Volume as an Int
 | 
				
			||||||
	volume="$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | awk '{print $2}')"
 | 
						volume="$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | awk '{print $2}')"
 | 
				
			||||||
	vol=${volume//.}
 | 
						vol=${volume//.}
 | 
				
			||||||
	
 | 
					
 | 
				
			||||||
	# Send the notification
 | 
						# Send the notification
 | 
				
			||||||
	$(dunstify -h int:value:"$vol" Volume: $vol -h string:x-dunst-stack-tag:volume)
 | 
						$(dunstify -h int:value:"$vol" Volume: $vol -h string:x-dunst-stack-tag:volume)
 | 
				
			||||||
	$(echo $vol > ${XDG_CACHE_HOME:-~/.cache}/eww/vol)
 | 
						$(echo $vol > ${XDG_CACHE_HOME:-~/.cache}/eww/vol)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue