34 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 | |
| # ┃                    Decorations Configuration                ┃
 | |
| # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
 | |
| 
 | |
| source = ~/.config/hypr/config/colors.conf
 | |
| 
 | |
| # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#decoration
 | |
| 
 | |
| decoration {
 | |
|     active_opacity = 1
 | |
|     inactive_opacity = 0.7
 | |
|     rounding = 10
 | |
|     dim_inactive = true
 | |
|     dim_strength = 0.1
 | |
| 
 | |
|     # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#blur
 | |
|     blur {
 | |
|         size = 15
 | |
|         passes = 2 # more passes = more resource intensive.
 | |
|         xray = true
 | |
|         noise = 0.03
 | |
|     }
 | |
| 
 | |
|     # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#shadow
 | |
|     shadow {
 | |
|         enabled = true
 | |
|         range = 10
 | |
|     }
 | |
| 
 | |
| 
 | |
| }
 | |
| 
 | |
| 
 |