deco/groupbar: add groupbar blur (#12310)

This commit is contained in:
Jochim 2025-11-16 13:23:45 +01:00 committed by GitHub
parent 9b006b2c85
commit cb47eb1d11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 31 additions and 37 deletions

View file

@ -1115,6 +1115,12 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
.type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SRangeData{0, -20, 20},
},
SConfigOptionDescription{
.value = "group:groupbar:blur",
.description = "enable background blur for groupbars",
.type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SBoolData{false},
},
/*
* misc: