Update 2023-12-28 22:52 OpenBSD/amd64-x13
This commit is contained in:
@@ -10,16 +10,17 @@
|
||||
# | WINDOW DECORATION
|
||||
# +--------------------------------------------------
|
||||
|
||||
border_width = 1
|
||||
color_focus = rgb:ff/6A/00
|
||||
color_focus_maximized = rgb:ff/6A/00
|
||||
color_focus_maximized_free = rgb:ff/A6/00
|
||||
color_focus_free = rgb:ff/A6/00
|
||||
color_unfocus = rgb:47/47/47
|
||||
border_width = 2
|
||||
color_focus = rgb:AF/5F/00
|
||||
color_focus_maximized = rgb:AF/5F/00
|
||||
color_focus_maximized_free = rgb:AF/5F/00
|
||||
color_focus_free = rgb:AF/5F/00
|
||||
color_unfocus = rgb:44/44/44
|
||||
color_unfocus_free = rgb:55/35/00
|
||||
tile_gap = 12
|
||||
region_padding = 12
|
||||
disable_border = 1
|
||||
tile_gap = 16
|
||||
region_padding = 16
|
||||
disable_border = 0
|
||||
maximize_hide_bar = 1
|
||||
|
||||
# +--------------------------------------------------
|
||||
# | BAR SETTINGS
|
||||
@@ -29,14 +30,17 @@ bar_border_width = 1
|
||||
bar_border = rgb:18/18/18
|
||||
bar_border_unfocus = rgb:18/18/18
|
||||
bar_border_free = rgb:18/18/18
|
||||
bar_color = rgb:18/18/18
|
||||
bar_color_free = rgb:18/18/18
|
||||
|
||||
bar_color = rgb:18/18/18,rgb:90/40/00,rgb:12/12/12,rgb:58/00/00,rgb:45/20/00
|
||||
bar_color_free = rgb:18/18/18,rgb:90/40/00,rgb:12/12/12,rgb:58/00/00,rgb:45/20/00
|
||||
bar_color_selected = rgb:18/24/28
|
||||
bar_font_color = rgb:99/99/99,rgb:ff/6A/00,red
|
||||
bar_font_color_selected = rgb:ff/ff/ff
|
||||
|
||||
bar_font_color = rgb:99/99/99
|
||||
bar_font_color_free = rgb:99/99/99
|
||||
bar_font_color_selected = rgb:ff/ff/ff
|
||||
|
||||
bar_font = Terminus:pixelsize=18
|
||||
bar_font_pua = CozetteVector:pixelsize=13
|
||||
bar_font_pua = PowerlineExtraSymbols:pixelsize=18
|
||||
bar_action = cbar
|
||||
bar_action_expand = 0
|
||||
bar_at_bottom = 0
|
||||
@@ -61,25 +65,43 @@ bar_at_bottom = 0
|
||||
# ++ A literal ‘+’
|
||||
# +@ Prefix for text markup sequences
|
||||
|
||||
bar_format = +S WS:+I/+R H:+M +W +|2R +A %b %d %H:%M
|
||||
#bar_format = +S WS:+I/+R | H:+M | +W +|2R +A
|
||||
#bar_format = +I +S (+M) +|1R +A %Y-%m-%d %H:%M
|
||||
bar_format = +S +@bg=2;+L+@bg=0; +W +|2R +A
|
||||
|
||||
# +--------------------------------------------------
|
||||
# | WORKSPACE LAYOUT
|
||||
# +--------------------------------------------------
|
||||
|
||||
workspace_indicator = listall,markcurrent,markactive,markempty,markurgent,noindexes
|
||||
workspace_mark_active = '[A]'
|
||||
workspace_mark_current = '+@fg=1;[C]+@fg=0;'
|
||||
workspace_mark_empty = '[ ]'
|
||||
workspace_mark_urgent = '+@fg=2;[I]+@fg=0;'
|
||||
workspace_indicator = listactive,listcurrent,listurgent,listempty,markactive,markcurrent,markurgent,markempty,printnames,noindex
|
||||
|
||||
workspace_mark_current = '+@bg=1; '
|
||||
workspace_mark_current_suffix = ' +@bg=2;'
|
||||
workspace_mark_active = '+@bg=4; '
|
||||
workspace_mark_active_suffix = ' +@bg=2;'
|
||||
workspace_mark_urgent = '+@bg=3; '
|
||||
workspace_mark_urgent_suffix = ' +@bg=2;'
|
||||
workspace_mark_empty = '+@bg=2; '
|
||||
workspace_mark_empty_suffix = ' +@bg=2;'
|
||||
|
||||
name = ws[1]:1
|
||||
name = ws[2]:2
|
||||
name = ws[3]:3
|
||||
name = ws[4]:4
|
||||
name = ws[5]:5
|
||||
name = ws[6]:6
|
||||
name = ws[7]:7
|
||||
name = ws[8]:8
|
||||
name = ws[9]:9
|
||||
name = ws[10]:10
|
||||
|
||||
workspace_limit = 10
|
||||
stack_mark_horizontal = 'D'
|
||||
stack_mark_horizontal_flip = 'U'
|
||||
stack_mark_horizontal = 'v'
|
||||
stack_mark_horizontal_flip = '^'
|
||||
stack_mark_vertical = '>'
|
||||
stack_mark_vertical_flip = '<'
|
||||
stack_mark_max = 'M'
|
||||
stack_mark_floating = 'F'
|
||||
stack_mark_max = 'F'
|
||||
stack_mark_floating = '~'
|
||||
verbose_layout = 0
|
||||
urgent_enabled = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user