all repos — fluxbox @ a4a6cf9035cfa553f30f0fa06635cc08362ae98e

custom fork of the fluxbox windowmanager

little typo which prevented shadowcolor beeing set
mathias mathias
commit

a4a6cf9035cfa553f30f0fa06635cc08362ae98e

parent

d69e300376db05642730792f34e38712f52efbc2

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/FbTk/ThemeItems.ccsrc/FbTk/ThemeItems.cc

@@ -128,7 +128,7 @@ theme().screenNum());

m_value.setHaloColor(halo_color); } else if (effect == "shadow" ) { - FbTk::Color shadow_color(ThemeManager::instance().resourceValue(name()+".shadow.x", altName()+".Shadow.X").c_str(), + FbTk::Color shadow_color(ThemeManager::instance().resourceValue(name()+".shadow.color", altName()+".Shadow.Color").c_str(), theme().screenNum()); m_value.setShadow(true);