Bling and tags
This commit is contained in:
		
							parent
							
								
									48e4ba09b5
								
							
						
					
					
						commit
						fb12170c90
					
				
					 4 changed files with 42 additions and 18 deletions
				
			
		| 
						 | 
				
			
			@ -77,9 +77,9 @@
 | 
			
		|||
 | 
			
		||||
;; Table of layouts to cover with awful.layout.inc, order matters.
 | 
			
		||||
(set awful.layout.layouts [
 | 
			
		||||
                           bling.layout.mstab
 | 
			
		||||
                           awful.layout.suit.tile
 | 
			
		||||
                           bling.layout.centered
 | 
			
		||||
                           bling.layout.mstab
 | 
			
		||||
                           awful.layout.suit.floating
 | 
			
		||||
                           ;; awful.layout.suit.tile.left
 | 
			
		||||
                           ;; awful.layout.suit.tile.bottom
 | 
			
		||||
| 
						 | 
				
			
			@ -151,8 +151,8 @@
 | 
			
		|||
(awful.screen.connect_for_each_screen
 | 
			
		||||
 (fn [s]
 | 
			
		||||
 | 
			
		||||
   ;; Each screen has its own tag table.
 | 
			
		||||
   (awful.tag [ "   " "   " "   " "   " ] s (. awful.layout.layouts 1))
 | 
			
		||||
     ;; Each screen has its own tag table.
 | 
			
		||||
     (awful.tag [ "   " "   " "   " "   " ] s (. awful.layout.layouts 1))
 | 
			
		||||
 | 
			
		||||
     ;; Make buffers on all sides so that tiled clients aren't pushed to edges
 | 
			
		||||
     (set s.padding (dpi 10))
 | 
			
		||||
| 
						 | 
				
			
			@ -173,6 +173,9 @@
 | 
			
		|||
                                           :screen s
 | 
			
		||||
                                           :filter awful.widget.taglist.filter.all
 | 
			
		||||
                                           :buttons taglist_buttons
 | 
			
		||||
                                           :style {
 | 
			
		||||
                                                   :bg_focus beautiful.bg_focus
 | 
			
		||||
                                                   }
 | 
			
		||||
                                           }))
 | 
			
		||||
 | 
			
		||||
   ;; Create a tasklist widget
 | 
			
		||||
| 
						 | 
				
			
			@ -184,6 +187,7 @@
 | 
			
		|||
                                                     :border_width 0
 | 
			
		||||
                                                     :shape gears.shape.rounded_bar
 | 
			
		||||
                                                     :bg_focus beautiful.bg_normal
 | 
			
		||||
                                                     :fg_focus beautiful.fg_normal
 | 
			
		||||
                                                     }
 | 
			
		||||
                                             :layout {
 | 
			
		||||
                                                      :spacing (dpi 20)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue