mirror of
				https://github.com/Stunkymonkey/dotfiles.git
				synced 2025-10-31 02:12:10 +01:00 
			
		
		
		
	[i3config] Rename color variables
This commit is contained in:
		
							parent
							
								
									0a5d037573
								
							
						
					
					
						commit
						41a23ea8b4
					
				
					 1 changed files with 29 additions and 27 deletions
				
			
		
							
								
								
									
										56
									
								
								i3/i3config
									
										
									
									
									
								
							
							
						
						
									
										56
									
								
								i3/i3config
									
										
									
									
									
								
							|  | @ -233,36 +233,38 @@ mode "passthrough" { | |||
| bindsym Mod4+Escape mode "passthrough" | ||||
| 
 | ||||
| # colors | ||||
| set $bg-color               #2F343F | ||||
| set $inactive-bg-color      #2F343F | ||||
| set $text-color             #F3F4F5 | ||||
| set $inactive-text-color    #676E7D | ||||
| set $urgent-bg-color        #E53935 | ||||
| set $indicator-color        #00FF00 | ||||
| set $color_bg               #2F343F | ||||
| set $color_bg_inactive      #2F343F | ||||
| set $color_text             #F3F4F5 | ||||
| set $color_text_inactive    #676E7D | ||||
| set $color_bg_urgent        #E53935 | ||||
| set $color_indicator        #00FF00 | ||||
| 
 | ||||
| set $workspace-color        #5294E2 | ||||
| set $inactive-workspace     #2F343F | ||||
| set $seperator-color        #666666 | ||||
| set $ws-text-color          #FFFFFF | ||||
| set $ws-inactive-text-color #D3DAE3 | ||||
| set $color_separator        #666666 | ||||
| set $color_ws               #5294E2 | ||||
| set $color_ws_inactive      #2F343F | ||||
| set $color_ws_text          #FFFFFF | ||||
| set $color_ws_text_inactive #D3DAE3 | ||||
| 
 | ||||
| # window colors | ||||
| client.focused          $bg-color           $bg-color          $text-color          $indicator-color | ||||
| client.unfocused        $inactive-bg-color  $inactive-bg-color $inactive-text-color $indicator-color | ||||
| client.focused_inactive $inactive-bg-color  $inactive-bg-color $inactive-text-color $indicator-color | ||||
| client.urgent           $urgent-bg-color    $urgent-bg-color   $text-color          $indicator-color | ||||
| client.focused          $color_bg           $color_bg          $color_text          $color_indicator | ||||
| client.unfocused        $color_bg_inactive  $color_bg_inactive $color_text_inactive $color_indicator | ||||
| client.focused_inactive $color_bg_inactive  $color_bg_inactive $color_text_inactive $color_indicator | ||||
| client.urgent           $color_bg_urgent    $color_bg_urgent   $color_text          $color_indicator | ||||
| 
 | ||||
| bar { | ||||
|     status_command i3status | ||||
|     position top | ||||
|     workspace_buttons   yes | ||||
|     colors { | ||||
|         background          $bg-color | ||||
|         statusline          $ws-inactive-text-color | ||||
|         separator           $seperator-color | ||||
|         focused_workspace   $workspace-color    $workspace-color    $ws-text-color | ||||
|         active_workspace    $inactive-workspace $inactive-workspace $ws-inactive-text-color | ||||
|         inactive_workspace  $inactive-workspace $inactive-workspace $ws-inactive-text-color | ||||
|         urgent_workspace    $urgent-bg-color    $urgent-bg-color    $ws-text-color | ||||
|     } | ||||
| 	status_command i3status | ||||
| 	position top | ||||
| 	workspace_buttons   yes | ||||
| 	tray_output primary | ||||
| 	tray_padding 1 | ||||
| 	colors { | ||||
| 		background          $color_bg | ||||
| 		statusline          $color_ws_text_inactive | ||||
| 		separator           $color_separator | ||||
| 		focused_workspace   $color_ws           $color_ws           $color_ws_text | ||||
| 		active_workspace    $color_ws_inactive  $color_ws_inactive  $color_ws_text_inactive | ||||
| 		inactive_workspace  $color_ws_inactive  $color_ws_inactive  $color_ws_text_inactive | ||||
| 		urgent_workspace    $color_bg_urgent    $color_bg_urgent    $color_ws_text | ||||
| 	} | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Benedikt Heine
						Benedikt Heine