mirror of
				https://github.com/mitchell/dotfiles.git
				synced 2025-11-03 21:25:26 +00:00 
			
		
		
		
	Add physlock, pulseaudio, playerctl, and light to provision script
This commit is contained in:
		
							parent
							
								
									988f26b728
								
							
						
					
					
						commit
						9d68c0103e
					
				| 
						 | 
					@ -100,7 +100,11 @@ function provision_desktop_env -d 'Install base desktop utilities and configure
 | 
				
			||||||
        kitty \
 | 
					        kitty \
 | 
				
			||||||
        qutebrowser \
 | 
					        qutebrowser \
 | 
				
			||||||
        wget \
 | 
					        wget \
 | 
				
			||||||
        unzip
 | 
					        unzip \
 | 
				
			||||||
 | 
					        physlock \
 | 
				
			||||||
 | 
					        pulseaudio \
 | 
				
			||||||
 | 
					        playerctl
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    set -l arch_pkgs \
 | 
					    set -l arch_pkgs \
 | 
				
			||||||
        $base_pkgs \
 | 
					        $base_pkgs \
 | 
				
			||||||
| 
						 | 
					@ -109,9 +113,10 @@ function provision_desktop_env -d 'Install base desktop utilities and configure
 | 
				
			||||||
        ttf-ibm-plex \
 | 
					        ttf-ibm-plex \
 | 
				
			||||||
        ttf-jetbrains-mono \
 | 
					        ttf-jetbrains-mono \
 | 
				
			||||||
        pavucontrol \
 | 
					        pavucontrol \
 | 
				
			||||||
        pulseaudio \
 | 
					        pulseaudio-alsa \
 | 
				
			||||||
        wmname \
 | 
					        wmname \
 | 
				
			||||||
        polybar
 | 
					        polybar \
 | 
				
			||||||
 | 
					        light
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    set -l debian_pkgs \
 | 
					    set -l debian_pkgs \
 | 
				
			||||||
        $base_pkgs \
 | 
					        $base_pkgs \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue