tweaking...
This commit is contained in:
parent
0afafdd608
commit
d412904dcf
|
|
@ -1,9 +1,9 @@
|
|||
--flag-switches-begin
|
||||
--enable-smooth-scrolling
|
||||
--disable-font-subpixel-positioning
|
||||
--high-dpi-support=1
|
||||
--enable-smooth-scrolling
|
||||
-–enable-zero-copy
|
||||
-–enable-gpu-rasterization
|
||||
--enable-native-gpu-memory-buffers
|
||||
--high-dpi-support=1
|
||||
--flag-switches-end
|
||||
|
|
|
|||
|
|
@ -15,3 +15,6 @@ module-margin-right = 0
|
|||
font-0 = PowerlineSymbols:size=22;6
|
||||
font-1 = Ubuntu Mono derivative Powerline:size=18;3
|
||||
font-2 = FontAwesome:size=18;4
|
||||
#font-2 = "Font Awesome 5 Free:style=Regular:pixelsize=18;4"
|
||||
#font-3 = "Font Awesome 5 Free:style=Solid:pixelsize=18;4"
|
||||
#font-4 = "Font Awesome 5 Brands:pixelsize=18;4"
|
||||
|
|
|
|||
|
|
@ -211,7 +211,8 @@ type = custom/script
|
|||
interval = 256
|
||||
format = "<label>"
|
||||
format-prefix = " "
|
||||
;format-prefix = ""
|
||||
;format-prefix = "%{T5} %{T-}"
|
||||
;format-prefix-font = 5
|
||||
exec = echo "$(uname -nr)"
|
||||
format-prefix-foreground = ${colors.black}
|
||||
format-prefix-background = ${colors.blue}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ module-margin-right = 0
|
|||
font-0 = PowerlineSymbols:size=22;6
|
||||
font-1 = Ubuntu Mono derivative Powerline:size=18;3
|
||||
font-2 = FontAwesome:size=18;4
|
||||
#font-2 = "Font Awesome 5 Free:style=Regular:pixelsize=18;4"
|
||||
#font-3 = "Font Awesome 5 Free:style=Solid:pixelsize=18;4"
|
||||
#font-4 = "Font Awesome 5 Brands:pixelsize=18;4"
|
||||
scroll-up = i3wm-wsnext
|
||||
scroll-down = i3wm-wsprev
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue