update skel, OB, jgmenu, tint2

This commit is contained in:
Matthew Dobson 2022-12-04 08:13:59 +13:00
parent 0dd6b4aa34
commit 673fe9b4ff
4 changed files with 145 additions and 77 deletions

View File

@ -19,7 +19,7 @@ menu_padding_left = 2
menu_radius = 0 menu_radius = 0
menu_border = 1 menu_border = 1
menu_halign = left menu_halign = left
menu_valign = top menu_valign = bottom
#sub_spacing = 1 #sub_spacing = 1
#sub_padding_top = -1 #sub_padding_top = -1
@ -48,17 +48,17 @@ icon_theme_fallback = xtg
#arrow_string = ▸ #arrow_string = ▸
#arrow_width = 15 #arrow_width = 15
color_menu_bg = #1C2023 100 color_menu_bg = #2d2d2d 100
color_menu_fg = #A4A4A4 100 color_menu_fg = #c6c6c6 100
#color_menu_border = #1C2023 8 #color_menu_border = #1C2023 8
color_norm_bg = #1C2023 0 color_norm_bg = #353535 0
color_norm_fg = #A4A4A4 100 color_norm_fg = #c6c6c6 100
color_sel_bg = #8fa1b3 60 color_sel_bg = #808fa0 60
color_sel_fg = #A4A4A4 100 color_sel_fg = #141414 100
#color_sel_border = #1C2023 8 #color_sel_border = #1C2023 8
color_sep_fg = #919BA0 40 color_sep_fg = #141414 40
#csv_name_format = %n (%g) #csv_name_format = %n (%g)

View File

@ -1,4 +1,4 @@
Web browser,exo-open --launch WebBrowser,web-browser Web Browser,exo-open --launch WebBrowser,web-browser
File manager,exo-open --launch FileManager,system-file-manager File Manager,exo-open --launch FileManager,system-file-manager
Terminal,exo-open --launch TerminalEmulator,utilities-terminal Terminal,exo-open --launch TerminalEmulator,utilities-terminal
^sep() ^sep()

1 Web browser,exo-open --launch WebBrowser,web-browser Web Browser,exo-open --launch WebBrowser,web-browser
2 File manager,exo-open --launch FileManager,system-file-manager File Manager,exo-open --launch FileManager,system-file-manager
3 Terminal,exo-open --launch TerminalEmulator,utilities-terminal Terminal,exo-open --launch TerminalEmulator,utilities-terminal
4 ^sep() ^sep()

View File

@ -1,13 +1,18 @@
#---- Generated by tint2conf 54eb ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#------------------------------------- #-------------------------------------
# Gradients # Gradients
#------------------------------------- #-------------------------------------
# Backgrounds # Backgrounds
# Background 1: Active task # Background 1: Active task, Panel
rounded = 0 rounded = 0
border_width = 3 border_width = 1
border_sides = T border_sides = T
background_color = #888888 0 border_content_tint_weight = 0
border_color = #1793d1 100 background_content_tint_weight = 0
background_color = #212121 100
border_color = #77767b 100
background_color_hover = #888888 20 background_color_hover = #888888 20
border_color_hover = #1793d1 100 border_color_hover = #1793d1 100
background_color_pressed = #888888 20 background_color_pressed = #888888 20
@ -17,6 +22,8 @@ border_color_pressed = #1793d1 100
rounded = 0 rounded = 0
border_width = 0 border_width = 0
border_sides = TBLR border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #000000 0 background_color = #000000 0
border_color = #000000 0 border_color = #000000 0
background_color_hover = #888888 20 background_color_hover = #888888 20
@ -28,6 +35,8 @@ border_color_pressed = #888888 20
rounded = 0 rounded = 0
border_width = 3 border_width = 3
border_sides = T border_sides = T
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #888888 0 background_color = #888888 0
border_color = #e64141 100 border_color = #e64141 100
background_color_hover = #888888 20 background_color_hover = #888888 20
@ -35,10 +44,12 @@ border_color_hover = #e64141 100
background_color_pressed = #888888 20 background_color_pressed = #888888 20
border_color_pressed = #e64141 100 border_color_pressed = #e64141 100
# Background 4: Inactive desktop name, Inactive taskbar # Background 4: Inactive taskbar
rounded = 0 rounded = 0
border_width = 0 border_width = 0
border_sides = LR border_sides = LR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #212121 90 background_color = #212121 90
border_color = #000000 0 border_color = #000000 0
background_color_hover = #888888 20 background_color_hover = #888888 20
@ -46,10 +57,12 @@ border_color_hover = #000000 0
background_color_pressed = #888888 20 background_color_pressed = #888888 20
border_color_pressed = #000000 0 border_color_pressed = #000000 0
# Background 5: Active desktop name, Active taskbar, Battery, Button, Clock, Launcher, Systray # Background 5: Launcher
rounded = 0 rounded = 0
border_width = 0 border_width = 0
border_sides = LR border_sides = LR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #121212 90 background_color = #121212 90
border_color = #d8d8d8 0 border_color = #d8d8d8 0
background_color_hover = #d8d8d8 0 background_color_hover = #d8d8d8 0
@ -59,25 +72,80 @@ border_color_pressed = #d8d8d8 0
# Background 6: Tooltip # Background 6: Tooltip
rounded = 0 rounded = 0
border_width = 0 border_width = 1
border_sides = TBLR border_sides = TBLR
background_color = #000000 100 border_content_tint_weight = 0
border_color = #222222 90 background_content_tint_weight = 0
background_color_hover = #2b303b 100 background_color = #202020 100
border_color = #77767b 100
background_color_hover = #808fa0 100
border_color_hover = #222222 90 border_color_hover = #222222 90
background_color_pressed = #2b303b 100 background_color_pressed = #808fa0 100
border_color_pressed = #222222 90 border_color_pressed = #222222 90
# Background 7: Systray
rounded = 0
border_width = 1
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #202020 100
border_color = #77767b 100
background_color_hover = #888888 20
border_color_hover = #808fa0 100
background_color_pressed = #888888 20
border_color_pressed = #808fa0 100
# Background 8: Clock
rounded = 0
border_width = 1
border_sides = L
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #202020 100
border_color = #77767b 100
background_color_hover = #888888 20
border_color_hover = #808fa0 100
background_color_pressed = #888888 20
border_color_pressed = #808fa0 100
# Background 9: Battery, Button
rounded = 0
border_width = 1
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #202020 100
border_color = #77767b 100
background_color_hover = #888888 20
border_color_hover = #808fa0 100
background_color_pressed = #888888 20
border_color_pressed = #808fa0 100
# Background 10: Active taskbar
rounded = 0
border_width = 1
border_sides = LR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #202020 100
border_color = #77767b 100
background_color_hover = #888888 20
border_color_hover = #808fa0 100
background_color_pressed = #888888 20
border_color_pressed = #808fa0 100
#------------------------------------- #-------------------------------------
# Panel # Panel
panel_items = PLTSC panel_items = PTSBC
panel_size = 100% 24 panel_size = 100% 30
panel_margin = 0 0 panel_margin = 0 0
panel_padding = 0 0 0 panel_padding = 0 0 0
panel_background_id = 0 panel_background_id = 1
wm_menu = 1 wm_menu = 1
panel_dock = 0 panel_dock = 0
panel_position = top center horizontal panel_pivot_struts = 0
panel_position = bottom center horizontal
panel_layer = bottom panel_layer = bottom
panel_monitor = all panel_monitor = all
panel_shrink = 0 panel_shrink = 0
@ -92,25 +160,27 @@ mouse_effects = 1
font_shadow = 0 font_shadow = 0
mouse_hover_icon_asb = 100 0 10 mouse_hover_icon_asb = 100 0 10
mouse_pressed_icon_asb = 100 0 0 mouse_pressed_icon_asb = 100 0 0
scale_relative_to_dpi = 0
scale_relative_to_screen_height = 0
#------------------------------------- #-------------------------------------
# Taskbar # Taskbar
taskbar_mode = multi_desktop taskbar_mode = multi_desktop
taskbar_hide_if_empty = 1 taskbar_hide_if_empty = 1
taskbar_padding = 0 0 0 taskbar_padding = 0 0 5
taskbar_background_id = 4 taskbar_background_id = 4
taskbar_active_background_id = 5 taskbar_active_background_id = 10
taskbar_name = 1 taskbar_name = 1
taskbar_hide_inactive_tasks = 0 taskbar_hide_inactive_tasks = 0
taskbar_hide_different_monitor = 1 taskbar_hide_different_monitor = 0
taskbar_hide_different_desktop = 0 taskbar_hide_different_desktop = 0
taskbar_always_show_all_desktop_tasks = 0 taskbar_always_show_all_desktop_tasks = 0
taskbar_name_padding = 4 4 taskbar_name_padding = 10 4
taskbar_name_background_id = 0 taskbar_name_background_id = 0
taskbar_name_active_background_id = 0 taskbar_name_active_background_id = 0
taskbar_name_font = monospace 10 taskbar_name_font = DejaVu Sans Mono Book 10
taskbar_name_font_color = #828282 100 taskbar_name_font_color = #828282 100
taskbar_name_active_font_color = #a0a0bd 100 taskbar_name_active_font_color = #1a5fb4 100
taskbar_distribute_size = 0 taskbar_distribute_size = 0
taskbar_sort_order = none taskbar_sort_order = none
task_align = left task_align = left
@ -123,8 +193,10 @@ task_centered = 1
urgent_nb_of_blink = 20 urgent_nb_of_blink = 20
task_maximum_size = 24 20 task_maximum_size = 24 20
task_padding = 6 4 4 task_padding = 6 4 4
task_font = monospace 10 task_font = DejaVu Sans Mono Book 10
task_tooltip = 1 task_tooltip = 1
task_thumbnail = 1
task_thumbnail_size = 210
task_font_color = #828282 60 task_font_color = #828282 60
task_active_font_color = #828282 100 task_active_font_color = #828282 100
task_urgent_font_color = #ffffff 100 task_urgent_font_color = #ffffff 100
@ -145,13 +217,13 @@ mouse_scroll_down = iconify
#------------------------------------- #-------------------------------------
# System tray (notification area) # System tray (notification area)
systray_padding = 8 2 4 systray_padding = 12 5 10
systray_background_id = 5 systray_background_id = 7
systray_sort = right2left systray_sort = right2left
systray_icon_size = 16 systray_icon_size = 16
systray_icon_asb = 100 0 35 systray_icon_asb = 100 0 100
systray_monitor = 1 systray_monitor = 1
systray_name_filter = systray_name_filter =
#------------------------------------- #-------------------------------------
# Launcher # Launcher
@ -164,64 +236,62 @@ launcher_icon_theme = ArchLabs-Dark
launcher_icon_theme_override = 0 launcher_icon_theme_override = 0
startup_notifications = 1 startup_notifications = 1
launcher_tooltip = 1 launcher_tooltip = 1
launcher_item_app = /usr/share/applications/exo-terminal-emulator.desktop
launcher_item_app = /usr/share/applications/exo-file-manager.desktop
launcher_item_app = /usr/share/applications/exo-web-browser.desktop
#------------------------------------- #-------------------------------------
# Clock # Clock
time1_format = %H:%M time1_format = %a %d %b %R
time2_format = time2_format =
time1_font = sans 12 time1_font = DejaVu Sans Mono Book 10
time1_timezone = time1_timezone =
time2_timezone =
time2_font = sans 0 time2_font = sans 0
time2_timezone = clock_font_color = #b5b5b5 100
clock_font_color = #ffffff 100
clock_padding = 10 4 clock_padding = 10 4
clock_background_id = 5 clock_background_id = 8
clock_tooltip = clock_tooltip =
clock_tooltip_timezone = clock_tooltip_timezone =
clock_lclick_command = gsimplecal clock_lclick_command = gsimplecal
clock_rclick_command = gsimplecal clock_rclick_command = gsimplecal
clock_mclick_command = clock_mclick_command =
clock_uwheel_command = clock_uwheel_command =
clock_dwheel_command = clock_dwheel_command =
#------------------------------------- #-------------------------------------
# Battery # Battery
battery_tooltip = 1 battery_tooltip = 1
battery_low_status = 20 battery_low_status = 20
battery_low_cmd = notify-send "Battery Low" battery_low_cmd = notify-send "Battery Low"
battery_full_cmd = battery_full_cmd =
bat1_font = sans 11 bat1_font = DejaVu Sans Mono Book 10
bat2_font = sans 0 bat2_font = sans 0
battery_font_color = #b5b5b5 100 battery_font_color = #b5b5b5 100
bat1_format = bat1_format =
bat2_format = bat2_format =
battery_padding = 4 2 battery_padding = 4 2
battery_background_id = 5 battery_background_id = 9
battery_hide = 101 battery_hide = 101
battery_lclick_command = xfce4-power-manager-settings battery_lclick_command = xfce4-power-manager-settings
battery_rclick_command = xfce4-power-manager-settings battery_rclick_command = xfce4-power-manager-settings
battery_mclick_command = battery_mclick_command =
battery_uwheel_command = battery_uwheel_command =
battery_dwheel_command = battery_dwheel_command =
ac_connected_cmd = ac_connected_cmd =
ac_disconnected_cmd = ac_disconnected_cmd =
#------------------------------------- #-------------------------------------
# Button 1 # Button 1
button = new button = new
button_icon = jgmenu button_icon = /home/dobbie/.config/tint2/favicon-32x32.png
button_text = button_text =
button_lclick_command= jgmenu_run >/dev/null 2>&1 & button_tooltip = Menu
button_rclick_command= exo-open ~/.config/jgmenu/jgmenurc button_lclick_command = jgmenu_run >/dev/null 2>&1 &
button_mclick_command= button_rclick_command = exo-open ~/.config/jgmenu/jgmenurc
button_uwheel_command= button_mclick_command =
button_dwheel_command= button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100 button_font_color = #000000 100
button_padding = 8 2 button_padding = 15 4
button_background_id = 5 button_background_id = 9
button_centered = 1 button_centered = 1
button_max_icon_size = 22 button_max_icon_size = 22
@ -229,7 +299,7 @@ button_max_icon_size = 22
# Tooltip # Tooltip
tooltip_show_timeout = 0 tooltip_show_timeout = 0
tooltip_hide_timeout = 0 tooltip_hide_timeout = 0
tooltip_padding = 10 6 tooltip_padding = 10 8
tooltip_background_id = 6 tooltip_background_id = 6
tooltip_font_color = #d8d8d8 100 tooltip_font_color = #d8d8d8 100
tooltip_font = sans 10 tooltip_font = sans 10

View File

@ -1,3 +1,4 @@
<?xml version="1.0"?>
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude"> <openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
<resistance> <resistance>
<strength>10</strength> <strength>10</strength>
@ -153,7 +154,9 @@
<action name="NextWindow"> <action name="NextWindow">
<allDesktops>yes</allDesktops> <allDesktops>yes</allDesktops>
<finalactions> <finalactions>
<action name="SendToDesktop"><to>current</to></action> <action name="SendToDesktop">
<to>current</to>
</action>
<action name="focus"/> <action name="focus"/>
<action name="raise"/> <action name="raise"/>
</finalactions> </finalactions>
@ -277,11 +280,6 @@
<command>pavucontrol</command> <command>pavucontrol</command>
</action> </action>
</keybind> </keybind>
<keybind key="W-s">
<action name="Execute">
<command>skippy-xd</command>
</action>
</keybind>
<keybind key="A-p"> <keybind key="A-p">
<action name="Execute"> <action name="Execute">
<command>rofi_run -r</command> <command>rofi_run -r</command>