6

My current awesome WM theme has some ugly colors that I want to change and I want to change the font from what I believe is Terminus to Monospace. This is all for the status bar at the top btw.

-- Menubar configuration
menubar.utils.terminal = terminal
-- }}}

Is the only thing relating to Menubar in my rc.lua

shackra
  • 103
Hae0
  • 61

1 Answers1

10

I just fixed this for myself. In the theme.lua file for my active theme, I had this:

theme.font = 'sans 8'

I changed it to inconsolata 13, restarted awesome, and the status bar auto-expanded to fit the new font.

As for font color, you can change that with the theme.fg_* settings (theme.fg_normal, theme.fg_focused, theme.fg_urgent).

AvianFlu
  • 101