Adjust the style of the GroupBox

This commit is contained in:
Andreas Zweili 2023-09-07 19:43:42 +02:00
parent fd8d678df4
commit 21ceeadf01
1 changed files with 5 additions and 1 deletions

View File

@ -156,7 +156,11 @@ extension_defaults = widget_defaults.copy()
def top_bar_widgets():
widgets = [
widget.GroupBox(),
widget.GroupBox(
highlight_method="line",
highlight_color=["002b36", "268bd2"],
inactive="657b83",
),
widget.Sep(padding=5),
widget.Prompt(name="section_prompt"),
widget.WindowName(),