Polybar: Lower size by two pixels
And adjust rofi and dunst to accommodate this
This commit is contained in:
		@@ -29,7 +29,7 @@ rofi.color-urgent: #282828, #d79921, #32302f, #d79921, #282828
 | 
			
		||||
 | 
			
		||||
rofi.width: 30
 | 
			
		||||
rofi.location: 2
 | 
			
		||||
rofi.yoffset:34
 | 
			
		||||
rofi.yoffset:32
 | 
			
		||||
!-----------------------------
 | 
			
		||||
! Colors merged from Gruvbox-Dark
 | 
			
		||||
! Author: morhetz <morhetz@gmail.com>
 | 
			
		||||
 
 | 
			
		||||
@@ -29,7 +29,7 @@
 | 
			
		||||
    # the top and down respectively.
 | 
			
		||||
    # The width can be negative.  In this case the actual width is the
 | 
			
		||||
    # screen width minus the width defined in within the geometry option.
 | 
			
		||||
    geometry = "400x8-0+34"
 | 
			
		||||
    geometry = "400x8-0+32"
 | 
			
		||||
 | 
			
		||||
    # Show how many messages are currently hidden (because of geometry).
 | 
			
		||||
    indicate_hidden = yes
 | 
			
		||||
 
 | 
			
		||||
@@ -61,7 +61,7 @@ font-4 =
 | 
			
		||||
[template/bar]
 | 
			
		||||
# Rendering of the bar
 | 
			
		||||
width = 100%
 | 
			
		||||
height = 30
 | 
			
		||||
height = 28
 | 
			
		||||
 | 
			
		||||
# Module padding and spacing
 | 
			
		||||
padding = 2
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user