awesome-cyclefocus
awesome-cyclefocus copied to clipboard
How to change font size?
The default font size (8) is too small for me. How can it be easily changed on my awesome configuration?
I have tried
cyclefocus.default_preset = { font = "sans 12" }
without success.
You have to define preset_for_offset currently, but then in two places / override it completely.
See https://github.com/blueyed/awesome-cyclefocus/pull/38 for an easier approach, please try it / provide feedback there.
You have to define
preset_for_offsetcurrently, but then in two places / override it completely.See #38 for an easier approach, please try it / provide feedback there.
With PR #38 and putting the following in rc.lua works for me.
cyclefocus.default_preset.base_font_size = 14