BlingCorp / bling

Utilities for the awesome window manager
https://blingcorp.github.io/bling/
MIT License
851 stars 51 forks source link

Tabbar and mstab theme variable are not applied #192

Closed Stefanomarton closed 1 year ago

Stefanomarton commented 1 year ago

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

Stefanomarton commented 1 year ago

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