mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-20 00:36:09 +01:00
Overhauled jgmenu
This commit is contained in:
@@ -3,14 +3,17 @@ tint2_look = 0
|
|||||||
position_mode = fixed
|
position_mode = fixed
|
||||||
terminal_exec = alacritty
|
terminal_exec = alacritty
|
||||||
terminal_args = -e
|
terminal_args = -e
|
||||||
menu_width = 200
|
menu_width = 300
|
||||||
menu_padding_top = 10
|
menu_padding_top = 5
|
||||||
menu_padding_right = 2
|
menu_padding_right = 2
|
||||||
menu_padding_bottom = 5
|
menu_padding_bottom = 5
|
||||||
menu_padding_left = 2
|
menu_padding_left = 2
|
||||||
menu_radius = 0
|
|
||||||
menu_border = 1
|
|
||||||
menu_halign = left
|
menu_halign = left
|
||||||
|
menu_valign = top
|
||||||
|
menu_margin_x = 5
|
||||||
|
menu_margin_y = 37
|
||||||
|
menu_radius = 10
|
||||||
|
menu_border = 2
|
||||||
sub_hover_action = 1
|
sub_hover_action = 1
|
||||||
item_margin_y = 5
|
item_margin_y = 5
|
||||||
item_height = 30
|
item_height = 30
|
||||||
@@ -19,13 +22,19 @@ item_radius = 0
|
|||||||
item_border = 0
|
item_border = 0
|
||||||
sep_height = 5
|
sep_height = 5
|
||||||
font = SauceCodePro Nerd Font Mono 12px
|
font = SauceCodePro Nerd Font Mono 12px
|
||||||
icon_size = 24
|
icon_size = 26
|
||||||
color_menu_bg = #2b303b 100
|
icon_text_spacing = 10
|
||||||
color_norm_bg = #2b303b 0
|
icon_norm_alpha = 100
|
||||||
color_norm_fg = #8fa1b3 100
|
icon_sel_alpha = 100
|
||||||
color_sel_bg = #8fa1b3 60
|
icon_theme = Papirus
|
||||||
color_sel_fg = #2b303b 100
|
icon_theme_fallback = xtg
|
||||||
color_sep_fg = #8fa1b3 40
|
color_menu_bg = #24273A 100
|
||||||
|
color_norm_bg = #24273A 0
|
||||||
|
color_norm_fg = #CAD3F5 100
|
||||||
|
color_sel_bg = #ED8796 60
|
||||||
|
color_sel_fg = #24273A 100
|
||||||
|
color_sep_fg = #ED8796 40
|
||||||
|
color_menu_border = #24273A 8
|
||||||
verbosity = 4
|
verbosity = 4
|
||||||
# persistent = 0
|
# persistent = 0
|
||||||
# hide_on_startup = 0
|
# hide_on_startup = 0
|
||||||
@@ -36,12 +45,9 @@ verbosity = 4
|
|||||||
# hide_back_items = 1
|
# hide_back_items = 1
|
||||||
# columns = 1
|
# columns = 1
|
||||||
# tabs = 120
|
# tabs = 120
|
||||||
# menu_margin_x = 0
|
|
||||||
menu_margin_y = 32
|
|
||||||
# menu_height_min = 0
|
# menu_height_min = 0
|
||||||
# menu_height_max = 0
|
# menu_height_max = 0
|
||||||
# menu_height_mode = static
|
# menu_height_mode = static
|
||||||
menu_valign = top
|
|
||||||
# menu_gradient_pos = none
|
# menu_gradient_pos = none
|
||||||
# sub_spacing = 1
|
# sub_spacing = 1
|
||||||
# sub_padding_top = auto
|
# sub_padding_top = auto
|
||||||
@@ -53,15 +59,9 @@ menu_valign = top
|
|||||||
# sep_halign = left
|
# sep_halign = left
|
||||||
# sep_markup =
|
# sep_markup =
|
||||||
# font_fallback = xtg
|
# font_fallback = xtg
|
||||||
icon_text_spacing = 10
|
|
||||||
icon_norm_alpha = 100
|
|
||||||
icon_sel_alpha = 100
|
|
||||||
icon_theme = Papirus
|
|
||||||
icon_theme_fallback = xtg
|
|
||||||
# arrow_string = ▸
|
# arrow_string = ▸
|
||||||
# arrow_width = 15
|
# arrow_width = 15
|
||||||
# color_menu_bg_to = #000000 100
|
# color_menu_bg_to = #000000 100
|
||||||
# color_menu_border = #eeeeee 8
|
|
||||||
# color_sel_border = #eeeeee 8
|
# color_sel_border = #eeeeee 8
|
||||||
# color_scroll_ind = #eeeeee 40
|
# color_scroll_ind = #eeeeee 40
|
||||||
# color_title_fg = #eeeeee 50
|
# color_title_fg = #eeeeee 50
|
||||||
|
|||||||
Reference in New Issue
Block a user