various small changes
This commit is contained in:
parent
cdf5996c40
commit
9976e7f144
3 changed files with 15 additions and 10 deletions
|
@ -238,7 +238,7 @@ class Kuro(BaseTheme):
|
|||
groups.append(Group("", spawn=Config.get('file_manager', "true")))
|
||||
groups.append(Group("", spawn=Config.get('app_mail', "true")))
|
||||
groups.append(Group(""))
|
||||
groups.append(Group(""))
|
||||
groups.append(Group("", spawn=Config.get('app_music', "true")))
|
||||
groups.append(Group(""))
|
||||
groups.append(Group("", spawn=Config.get('apps_audio', "true")))
|
||||
groups.append(Group("", layout='floating', layouts=[
|
||||
|
@ -325,7 +325,7 @@ class Kuro(BaseTheme):
|
|||
widgets.append(kuro.utils.widgets.AudioVisualizerWidget(margin_x=0, margin_y=0))
|
||||
|
||||
widgets.extend([
|
||||
kuro.utils.widgets.MediaWidget(),
|
||||
kuro.utils.widgets.MediaWidget(ignore_players=Config.get('media_ignore_players', '')),
|
||||
kuro.utils.widgets.TextSpacerWidget(fontsize=14),
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue