diff options
-rw-r--r-- | control-center.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/control-center.rc b/control-center.rc index 596f8710..ee18b233 100644 --- a/control-center.rc +++ b/control-center.rc @@ -27,7 +27,8 @@ style "mcc" { bg[NORMAL] = { 1.0, 1.0, 1.0 } + bg_pixmap[NORMAL] = "<none>" # bg[PRELIGHT] = { 1.0, 1.0, 1.0 } } -widget "*mcc*" style "mcc"
\ No newline at end of file +widget "*mcc*" style "mcc" |