mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-05 02:53:39 -08:00
update to bspwm rounded corners
This commit is contained in:
@@ -70,7 +70,6 @@ height = 40
|
||||
; the percentage can optionally be extended with a pixel offset like so:
|
||||
; 50%:-10, this will result in an offset in the x or y direction
|
||||
; of 50% minus 10 pixels
|
||||
; offset-x = 2.5%
|
||||
offset-x = 0.3%
|
||||
offset-y = 0.38%
|
||||
|
||||
@@ -89,15 +88,14 @@ foreground = ${color.foreground}
|
||||
; doesn't get rounded
|
||||
; Individual top/bottom values can be defined using:
|
||||
; radius-{top,bottom}
|
||||
; HANDLED BY PICOM
|
||||
; radius-top = 0.0
|
||||
; radius-bottom = 0.0
|
||||
radius-top = 14.0
|
||||
radius-bottom = 14.0
|
||||
|
||||
; Under-/overline pixel size and argb color
|
||||
; Individual values can be defined using:
|
||||
; {overline,underline}-size
|
||||
; {overline,underline}-color
|
||||
line-size = 5
|
||||
line-size = 6
|
||||
line-color = ${color.background}
|
||||
|
||||
; Values applied to all borders
|
||||
@@ -117,7 +115,8 @@ border-bottom-color = ${color.primary}
|
||||
; Number of spaces to add at the beginning/end of the bar
|
||||
; Individual side values can be defined using:
|
||||
; padding-{left,right}
|
||||
padding = 0.5
|
||||
; padding = 0.5
|
||||
padding = 1
|
||||
|
||||
; Number of spaces to add before/after each module
|
||||
; Individual side values can be defined using:
|
||||
|
||||
Reference in New Issue
Block a user