mirror of
				https://git.davidovski.xyz/dot.git
				synced 2024-08-15 00:43:28 +00:00 
			
		
		
		
	transparent st
This commit is contained in:
		
							parent
							
								
									51937c18e6
								
							
						
					
					
						commit
						54c6b0a122
					
				
					 14 changed files with 193 additions and 1083 deletions
				
			
		|  | @ -2,4 +2,4 @@ | |||
| 
 | ||||
| query=${1} | ||||
| cd ~/music | ||||
| find . -iname "*$query*" -type f | while read -r line; do mpc insert "${line#./}"; done | ||||
| find . -iname "*$query*" -type f | while read -r line; do echo "$line"; mpc insert "${line#./}"; done | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| #!/bin/sh | ||||
| # add recently added files to the playlist | ||||
| 
 | ||||
| count=${1:-10} | ||||
| count=${1:-25} | ||||
| 
 | ||||
| cd ~/music | ||||
| find . -type f -print0 | xargs -0 stat -c"%Y %n" | sort -n | tail -${count} |cut -d' ' -f2- | while read -r line; do mpc insert "${line#./}"; done | ||||
|  |  | |||
|  | @ -1,4 +1,7 @@ | |||
| #!/bin/sh | ||||
| # | ||||
| # | ||||
| # TODO make this list results in rofi/dmenu that would be coo | ||||
| 
 | ||||
| default_browser="links-launcher" | ||||
| BROWSER=${BROWSER:-$default_browser} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue