mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 03:17:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			181 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			181 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
. ~/.local/share/dark-mode.d/00-do-not-repeat-yourself.bash
 | 
						|
 | 
						|
if [[ "$ID" == "kali" ]]; then
 | 
						|
	lookandfeeltool --platform offscreen --apply "Kali-Purple-Dark"
 | 
						|
fi
 |