Update 2023-11-05 12:22 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-11-05 12:22:05 +01:00
parent cd7fa30038
commit 356d7e8bc3
14 changed files with 742 additions and 12 deletions

View File

@@ -12,24 +12,24 @@
border_width = 1
color_focus = rgb:ff/6A/00
color_focus_maximized = rgb:28/28/28
color_focus_maximized = rgb:ff/6A/00
color_focus_free = rgb:77/77/77
color_unfocus = rgb:47/47/47
color_unfocus_free = rgb:47/47/47
region_padding = 12
tile_gap = 12
region_padding = 12
disable_border = 1
tile_gap = -1
region_padding = 0
disable_border = 0
# +--------------------------------------------------
# | BAR SETTINGS
# +--------------------------------------------------
bar_enabled = 1
bar_border_width = 4
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_free = red
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
@@ -38,7 +38,29 @@ bar_font = FuraCodeNerdFont-12
bar_action = cbar
bar_action_expand = 0
bar_at_bottom = 0
# +< Pad with a space
# +A Output of the external script
# +C Window class (from WM_CLASS)
# +D Workspace name
# +F Focus status indicator
# +I Workspace index
# +L Workspace list indicator
# +M Number of iconic (minimized) windows in workspace
# +N Screen number
# +P Window class and instance separated by a colon
# +R Region index
# +S Stacking algorithm
# +T Window instance (from WM_CLASS)
# +U Urgency hint
# +V Program version
# +w Number of windows in workspace
# +W Window name (from _NET_WM_NAME/WM_NAME)
# ++ A literal +
# +@ Prefix for text markup sequences
bar_format = +S +L  +R   +I   +M  +W +|1R +A %Y-%m-%d %H:%M
#bar_format = +I +S (+M) +|1R +A %Y-%m-%d %H:%M
# +--------------------------------------------------
# | WORKSPACE LAYOUT
@@ -46,6 +68,7 @@ bar_format = +S +L  +R   +I   +M  +W +|1R +A %
workspace_indicator = listall,markcurrent,markactive,markempty,markurgent,noindexes
workspace_mark_active = ''
#workspace_mark_active = ''
workspace_mark_current = '+@fg=1;+@fg=0;'
workspace_mark_empty = ''
workspace_mark_urgent = '+@fg=2;+@fg=0;'
@@ -55,9 +78,21 @@ stack_mark_horizontal_flip = ''
stack_mark_vertical = ''
stack_mark_vertical_flip = ''
stack_mark_max = ''
verbose_layout = 1
stack_mark_floating = '~'
verbose_layout = 0
urgent_enabled = 1
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
# +--------------------------------------------------
# | FOCUS BEHAVIOR
# +--------------------------------------------------