Elv13 / radical

An extensible menu subsystem for Awesome WM
223 stars 16 forks source link

How change font name and size? #44

Closed warlock90000 closed 5 years ago

warlock90000 commented 7 years ago

How change font name and size in radical menu?

warlock90000 commented 7 years ago

any ideas?

deb75 commented 5 years ago

I am also interested in this question.

Elv13 commented 5 years ago

I added a font property (untested) to the item. It calls wibox.widget.textbox.font

deb75 commented 5 years ago

Hi,

I tried to use the font property as follows, but it does not work

local item = menu:add_item {
         text = "some text",
         font = "Monospace 16"
}

Would you have a working example ?

Regards

deb75 commented 5 years ago

Hi,

I finally got it working as is :

item:set_font("Monospace 14")