fix: hyprland config syntax change to group borders
This commit is contained in:
		
							parent
							
								
									792754fac3
								
							
						
					
					
						commit
						0be441deab
					
				
					 1 changed files with 4 additions and 10 deletions
				
			
		|  | @ -19,8 +19,10 @@ | ||||||
|         cursor_inactive_timeout = 4; |         cursor_inactive_timeout = 4; | ||||||
|         "col.active_border" = "0xff${config.colorscheme.colors.base05}"; |         "col.active_border" = "0xff${config.colorscheme.colors.base05}"; | ||||||
|         "col.inactive_border" = "0xff${config.colorscheme.colors.base02}"; |         "col.inactive_border" = "0xff${config.colorscheme.colors.base02}"; | ||||||
|         "col.group_border_active" = "0xff${config.colorscheme.colors.base0B}"; |       }; | ||||||
|         "col.group_border" = "0xff${config.colorscheme.colors.base04}"; |       group = { | ||||||
|  |         "col.border_active" = "0xff${config.colorscheme.colors.base0B}"; | ||||||
|  |         "col.border_inactive" = "0xff${config.colorscheme.colors.base04}"; | ||||||
|       }; |       }; | ||||||
|       input = { |       input = { | ||||||
|         kb_layout = "us"; |         kb_layout = "us"; | ||||||
|  | @ -75,14 +77,6 @@ | ||||||
|         "float,move 191 15,size 924 396,class:(1Password)" |         "float,move 191 15,size 924 396,class:(1Password)" | ||||||
|       ]; |       ]; | ||||||
| 	 | 	 | ||||||
|     # monitor = map (m: let |  | ||||||
|      #   resolution = "${toString m.width}x${toString m.height}@${toString m.refreshRate}"; |  | ||||||
|      #   position = "${toString m.x}x${toString m.y}"; |  | ||||||
|      #   transform = if m.transform != 0 then ",transform,${toString m.transform}" else ""; |  | ||||||
|      # in |  | ||||||
|      #   "${m.name},${if m.enabled then "${resolution},${position},1${transform}" else "disable"}" |  | ||||||
|      # ) (config.monitors); |  | ||||||
| 
 |  | ||||||
|       monitor = lib.concatMap (m: let |       monitor = lib.concatMap (m: let | ||||||
|         resolution = "${toString m.width}x${toString m.height}@${toString m.refreshRate}"; |         resolution = "${toString m.width}x${toString m.height}@${toString m.refreshRate}"; | ||||||
|         position = "${toString m.x}x${toString m.y}"; |         position = "${toString m.x}x${toString m.y}"; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue