mirror of
				https://github.com/DerTyp7/.dotfiles.git
				synced 2025-10-29 21:17:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			923 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			923 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 | |
| # ┃                    Decorations Configuration                ┃
 | |
| # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
 | |
| 
 | |
| source = ~/.config/hypr/config/colors.conf
 | |
| 
 | |
| # https://wiki.hyprland.org/Configuring/Variables/#decoration
 | |
| 
 | |
| decoration {
 | |
|     active_opacity = 1
 | |
|     inactive_opacity = 1
 | |
|     rounding = 1
 | |
| 
 | |
|     # https://wiki.hyprland.org/Configuring/Variables/#blur
 | |
|     blur {
 | |
|         size = 7
 | |
|         passes = 3 # more passes = more resource intensive.
 | |
|         xray = true
 | |
|     }
 | |
| 
 | |
|     # https://wiki.hyprland.org/Configuring/Variables/#shadow
 | |
|     shadow {
 | |
|         enabled = false
 | |
|     }
 | |
| }
 |