This commit is contained in:
zcake 2020-12-04 20:54:55 +08:00
parent 63a79d5170
commit a67af2363d
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Static ; struct Config config = {
struct Config config = {
/* font, separate different fonts with comma */
.font ="FiraCode Nerd Font:style=Light:size=10:antialias=true:autohint=true","Chiron Sans HK Light:style=Light:size=10","Noto Color Emoji:style=Regular",
@ -18,6 +18,6 @@ Static ; struct Config config = {
/* the values below cannot be set via X resources */
/* sizes from 0 to 1 */
.separatorbeg = 0.0, /* beginning of the separator */
.separatorend = 0.0 /* end of the separator */
.separatorbeg = 0.2, /* beginning of the separator */
.separatorend = 1, /* end of the separator */
};

BIN
pmenu

Binary file not shown.

BIN
pmenu.o

Binary file not shown.