19 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # ────────────────────────────────────────────────────────────────────
 | |
| #          ╭────────────────────────────────────────────────╮
 | |
| #          │                    COLOURS                     │
 | |
| #          ╰────────────────────────────────────────────────╯
 | |
| # ────────────────────────────────────────────────────────────────────
 | |
| 
 | |
| exec = swaybg -m fill -i {{{ wallpaper-path }}}
 | |
| 
 | |
| general {
 | |
|     col.active_border = {{ colour-accent-hyprland }} {{ colour-accent-2-hyprland }} {{ colour-accent-3-hyprland }} 45deg
 | |
|     col.inactive_border = {{ colour-inactive-background-hyprland }}
 | |
| }
 | |
| 
 | |
| decoration {
 | |
|     shadow {
 | |
|         color = {{ colour-shadow-hyprland }}
 | |
|     }
 | |
| }
 |