Fix tag preview closing + Update autorun, default layouts, tag-preview theme
This commit is contained in:
parent
2401cfcee2
commit
8d0abe603d
6 changed files with 55 additions and 47 deletions
|
@ -51,7 +51,7 @@ theme = {}
|
|||
--theme.font = "JetBrainsMono Nerd Font Bold 10"
|
||||
--theme.font = "RobotoMono Nerd Font Bold 11"
|
||||
theme.font = "Google Sans Bold 11"
|
||||
theme.switcher_font = "Google Sans Bold 12"
|
||||
theme.switcher_font = "Google Sans Bold 12"
|
||||
theme.taglist_font = "Font Awesome 6 Free Solid 16"
|
||||
theme.icon_font = "Font Awesome 6 Free Solid 11"
|
||||
theme.sidebar_font = "Font Awesome 6 Free Solid 16"
|
||||
|
@ -234,26 +234,28 @@ theme.window_switcher_name_margins = 10 -- The margin of one
|
|||
theme.window_switcher_name_valign = "center" -- How to vertically align one clients title
|
||||
theme.window_switcher_name_forced_width = 200 -- The width of one title
|
||||
theme.window_switcher_name_font = theme.switcher_font -- The font of all titles
|
||||
theme.window_switcher_name_normal_color = colors.white -- The color of one title if the client is unfocused
|
||||
theme.window_switcher_name_focus_color = colors.main_scheme -- The color of one title if the client is focused
|
||||
theme.window_switcher_name_normal_color = colors
|
||||
.white -- The color of one title if the client is unfocused
|
||||
theme.window_switcher_name_focus_color = colors
|
||||
.main_scheme -- The color of one title if the client is focused
|
||||
theme.window_switcher_icon_valign = "center" -- How to vertically align the one icon
|
||||
theme.window_switcher_icon_width = 0 --
|
||||
|
||||
theme.task_preview_widget_border_radius = 5 -- Border radius of the widget (With AA)
|
||||
theme.task_preview_widget_bg = colors.container -- The bg color of the widget
|
||||
theme.task_preview_widget_border_color = colors.container -- The border color of the widget
|
||||
theme.task_preview_widget_border_width = 3 -- The border width of the widget
|
||||
theme.task_preview_widget_margin = 10
|
||||
theme.task_preview_widget_border_radius = 5 -- Border radius of the widget (With AA)
|
||||
theme.task_preview_widget_bg = colors.container -- The bg color of the widget
|
||||
theme.task_preview_widget_border_color = colors.container -- The border color of the widget
|
||||
theme.task_preview_widget_border_width = 3 -- The border width of the widget
|
||||
theme.task_preview_widget_margin = 10
|
||||
|
||||
theme.tag_preview_widget_border_radius = 5 -- Border radius of the widget (With AA)
|
||||
theme.tag_preview_client_border_radius = 5 -- Border radius of each client in the widget (With AA)
|
||||
theme.tag_preview_client_opacity = 0.5 -- Opacity of each client
|
||||
theme.tag_preview_client_bg = colors.container -- The bg color of each client
|
||||
theme.tag_preview_client_border_color = colors.main_scheme -- The border color of each client
|
||||
theme.tag_preview_client_border_width = 3 -- The border width of each client
|
||||
theme.tag_preview_widget_bg = colors.container -- The bg color of the widget
|
||||
theme.tag_preview_widget_border_color = "#ffffff" -- The border color of the widget
|
||||
theme.tag_preview_widget_border_width = 0 -- The border width of the widget
|
||||
theme.tag_preview_widget_margin = 10 -- The margin of the widget
|
||||
theme.tag_preview_widget_border_radius = 5 -- Border radius of the widget (With AA)
|
||||
theme.tag_preview_client_border_radius = 5 -- Border radius of each client in the widget (With AA)
|
||||
theme.tag_preview_client_opacity = 0.5 -- Opacity of each client
|
||||
theme.tag_preview_client_bg = colors.container -- The bg color of each client
|
||||
theme.tag_preview_client_border_color = colors.main_scheme -- The border color of each client
|
||||
theme.tag_preview_client_border_width = 3 -- The border width of each client
|
||||
theme.tag_preview_widget_bg = colors.container -- The bg color of the widget
|
||||
theme.tag_preview_widget_border_color = "#ffffff" -- The border color of the widget
|
||||
theme.tag_preview_widget_border_width = 2 -- The border width of the widget
|
||||
theme.tag_preview_widget_margin = 10 -- The margin of the widget
|
||||
|
||||
return theme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue