mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 03:17:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			298 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			298 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-Light"
 | 
						|
elif [[ "$ID" == "fedora" ]]; then
 | 
						|
	lookandfeeltool --platform offscreen --apply "org.fedoraproject.fedora.desktop"
 | 
						|
fi
 |