mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Add bar to default config
Using somewhat saner colors than the i3 default
This commit is contained in:
		
							parent
							
								
									5060c72a54
								
							
						
					
					
						commit
						cf14f37ee2
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		
							
								
								
									
										12
									
								
								config
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								config
									
										
									
									
									
								
							| 
						 | 
					@ -139,3 +139,15 @@ output * bg /usr/share/sway/wallpaper.jpg fill
 | 
				
			||||||
    # Show the next scratchpad window or hide the focused scratchpad window.
 | 
					    # Show the next scratchpad window or hide the focused scratchpad window.
 | 
				
			||||||
    # If there are multiple scratchpad windows, this command cycles through them.
 | 
					    # If there are multiple scratchpad windows, this command cycles through them.
 | 
				
			||||||
    bindsym $mod+minus scratchpad show
 | 
					    bindsym $mod+minus scratchpad show
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# Status Bar:
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					bar {
 | 
				
			||||||
 | 
					        position top
 | 
				
			||||||
 | 
					        colors {
 | 
				
			||||||
 | 
					            statusline #ffffff
 | 
				
			||||||
 | 
					            background #323232
 | 
				
			||||||
 | 
					            inactive_workspace #32323200 #32323200 #5c5c5c
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue