BlingCorp/bling

Tabbar and mstab theme variable are not applied

Stefanomarton opened this issue · 1 comments

Hi!
I'm encountering some problems with theme variale for mstab bar.
I'm sure the theme.lua is sourced, I have no problem in setttings other theme variable but I can't disable or change the tabbar for mstab

I'm using this 2 variables:

theme.mstab_bar_disable = true
theme.tabbar_disabled = true

I source the theme.lua as normal in my rc.lua

beautiful.init("/home/stefanomarton/.config/awesome/theme.lua")

Here's my complete config, so you can actually see my whole theme.lua (https://github.com/Stefanomarton/.dotfiles)
Thanks

I solve it myself, the requiring order of modules messed it up.
Thanks