Migration to ayu.

This commit is contained in:
Bartek Stalewski 2022-10-30 13:53:34 +01:00
parent b6e7de0e5d
commit 62c4507e7e
8 changed files with 68 additions and 42 deletions

View file

@ -94,7 +94,7 @@ dgroups_app_rules = [] # type: list
layouts = [
layout.Columns(
border_focus='#ffffff',
border_normal="#272822",
border_normal='#0f1419',
border_on_single = False,
border_width=2,
insert_position=1,
@ -103,10 +103,10 @@ layouts = [
]
widget_defaults = dict(
foreground="#f8f8f2",
background="#272822",
foreground='#e6e1cf',
background='#0f1419',
font="RobotoMono Nerd Font",
fontsize=13,
fontsize=14,
)
extension_defaults = widget_defaults.copy()
@ -116,12 +116,11 @@ screens = [
[
widget.GroupBox(
disable_drag=True,
highlight_method='block',
#highlight_method='block',
rounded=False,
this_current_screen_border='#005577',
this_screen_border='#f8f8f2',
urgent_border='#770000',
urgent_text='#ffffff',
this_current_screen_border='#36a3d9',
urgent_alert_method='block',
urgent_border='#ff3333',
),
widget.GenPollText(
update_interval=0.5,