11 lines
		
	
	
		
			284 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			284 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
# Load left-wm theme
 | 
						|
leftwm command "LoadTheme ~/.config/leftwm/themes/current/theme.ron"
 | 
						|
 | 
						|
# Set wallpaper. Change the path as needed
 | 
						|
feh --bg-fill ~/Pictures/Wallpaper/debdark1.png
 | 
						|
 | 
						|
# Start EWW daemon and widgets
 | 
						|
eww daemon && eww open panel --arg "h=27" --arg "w=1366"
 |