Move tin2 and jgmenu configs into base
This commit is contained in:
9
base/.config/jgmenu/append.csv
Normal file
9
base/.config/jgmenu/append.csv
Normal file
@ -0,0 +1,9 @@
|
||||
^sep()
|
||||
Lock,i3lock-fancy -p,system-lock-screen
|
||||
Exit,^checkout(exit),system-shutdown
|
||||
|
||||
exit,^tag(exit)
|
||||
exit to prompt,openbox --exit,system-log-out
|
||||
suspend,systemctl -i suspend,system-log-out
|
||||
reboot,systemctl -i reboot,system-reboot
|
||||
poweroff,systemctl -i poweroff,system-shutdown
|
|
64
base/.config/jgmenu/jgmenurc
Normal file
64
base/.config/jgmenu/jgmenurc
Normal file
@ -0,0 +1,64 @@
|
||||
# jgmenurc
|
||||
|
||||
stay_alive = 1
|
||||
#hide_on_startup = 0
|
||||
csv_cmd = pmenu
|
||||
tint2_look = 1
|
||||
at_pointer = 0
|
||||
terminal_exec = 'exo-open --launch TerminalEmulator'
|
||||
terminal_args = -e
|
||||
#monitor = 0
|
||||
|
||||
menu_margin_x = 4
|
||||
menu_margin_y = 32
|
||||
menu_width = 200
|
||||
menu_padding_top = 10
|
||||
menu_padding_right = 2
|
||||
menu_padding_bottom = 5
|
||||
menu_padding_left = 2
|
||||
menu_radius = 0
|
||||
menu_border = 1
|
||||
menu_halign = left
|
||||
menu_valign = top
|
||||
|
||||
#sub_spacing = 1
|
||||
#sub_padding_top = -1
|
||||
#sub_padding_right = -1
|
||||
#sub_padding_bottom = -1
|
||||
#sub_padding_left = -1
|
||||
sub_hover_action = 1
|
||||
|
||||
#item_margin_x = 3
|
||||
item_margin_y = 5
|
||||
item_height = 30
|
||||
item_padding_x = 8
|
||||
item_radius = 0
|
||||
item_border = 0
|
||||
#item_halign = left
|
||||
|
||||
sep_height = 5
|
||||
|
||||
font = monospace 12px
|
||||
#font_fallback = xtg
|
||||
icon_size = 24
|
||||
#icon_text_spacing = 10
|
||||
#icon_theme =
|
||||
#icon_theme_fallback = xtg
|
||||
|
||||
#arrow_string = ▸
|
||||
#arrow_width = 15
|
||||
|
||||
color_menu_bg = #1C2023 100
|
||||
color_menu_fg = #A4A4A4 100
|
||||
#color_menu_border = #1C2023 8
|
||||
|
||||
color_norm_bg = #1C2023 0
|
||||
color_norm_fg = #A4A4A4 100
|
||||
|
||||
color_sel_bg = #8fa1b3 60
|
||||
color_sel_fg = #A4A4A4 100
|
||||
#color_sel_border = #1C2023 8
|
||||
|
||||
color_sep_fg = #919BA0 40
|
||||
|
||||
#csv_name_format = %n (%g)
|
4
base/.config/jgmenu/prepend.csv
Normal file
4
base/.config/jgmenu/prepend.csv
Normal file
@ -0,0 +1,4 @@
|
||||
Web browser,exo-open --launch WebBrowser,web-browser
|
||||
File manager,exo-open --launch FileManager,system-file-manager
|
||||
Terminal,exo-open --launch TerminalEmulator,utilities-terminal
|
||||
^sep()
|
|
235
base/.config/tint2/ArchLabs.tint2rc
Normal file
235
base/.config/tint2/ArchLabs.tint2rc
Normal file
@ -0,0 +1,235 @@
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Active task
|
||||
rounded = 0
|
||||
border_width = 3
|
||||
border_sides = T
|
||||
background_color = #888888 0
|
||||
border_color = #1793d1 100
|
||||
background_color_hover = #888888 20
|
||||
border_color_hover = #1793d1 100
|
||||
background_color_pressed = #888888 20
|
||||
border_color_pressed = #1793d1 100
|
||||
|
||||
# Background 2: Default task, Iconified task
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
background_color = #000000 0
|
||||
border_color = #000000 0
|
||||
background_color_hover = #888888 20
|
||||
border_color_hover = #888888 20
|
||||
background_color_pressed = #888888 20
|
||||
border_color_pressed = #888888 20
|
||||
|
||||
# Background 3: Urgent task
|
||||
rounded = 0
|
||||
border_width = 3
|
||||
border_sides = T
|
||||
background_color = #888888 0
|
||||
border_color = #e64141 100
|
||||
background_color_hover = #888888 20
|
||||
border_color_hover = #e64141 100
|
||||
background_color_pressed = #888888 20
|
||||
border_color_pressed = #e64141 100
|
||||
|
||||
# Background 4: Inactive desktop name, Inactive taskbar
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides = LR
|
||||
background_color = #2b303b 80
|
||||
border_color = #000000 0
|
||||
background_color_hover = #888888 20
|
||||
border_color_hover = #000000 0
|
||||
background_color_pressed = #888888 20
|
||||
border_color_pressed = #000000 0
|
||||
|
||||
# Background 5: Active desktop name, Active taskbar, Battery, Button, Clock, Launcher, Systray
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides = LR
|
||||
background_color = #2b303b 90
|
||||
border_color = #d8d8d8 0
|
||||
background_color_hover = #d8d8d8 0
|
||||
border_color_hover = #d8d8d8 0
|
||||
background_color_pressed = #d8d8d8 0
|
||||
border_color_pressed = #d8d8d8 0
|
||||
|
||||
# Background 6: Tooltip
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
background_color = #2b303b 100
|
||||
border_color = #222222 90
|
||||
background_color_hover = #2b303b 100
|
||||
border_color_hover = #222222 90
|
||||
background_color_pressed = #2b303b 100
|
||||
border_color_pressed = #222222 90
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PLTSC
|
||||
panel_size = 100% 30
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 0 0
|
||||
panel_background_id = 0
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
panel_position = top center horizontal
|
||||
panel_layer = bottom
|
||||
panel_monitor = all
|
||||
panel_shrink = 0
|
||||
autohide = 0
|
||||
autohide_show_timeout = 0.3
|
||||
autohide_hide_timeout = 1.5
|
||||
autohide_height = 6
|
||||
strut_policy = follow_size
|
||||
panel_window_name = tint2
|
||||
disable_transparency = 0
|
||||
mouse_effects = 1
|
||||
font_shadow = 0
|
||||
mouse_hover_icon_asb = 100 0 10
|
||||
mouse_pressed_icon_asb = 100 0 0
|
||||
|
||||
#-------------------------------------
|
||||
# Taskbar
|
||||
taskbar_mode = multi_desktop
|
||||
taskbar_hide_if_empty = 1
|
||||
taskbar_padding = 0 0 0
|
||||
taskbar_background_id = 4
|
||||
taskbar_active_background_id = 5
|
||||
taskbar_name = 0
|
||||
taskbar_hide_inactive_tasks = 0
|
||||
taskbar_hide_different_monitor = 1
|
||||
taskbar_hide_different_desktop = 0
|
||||
taskbar_always_show_all_desktop_tasks = 0
|
||||
taskbar_name_padding = 4 4
|
||||
taskbar_name_background_id = 0
|
||||
taskbar_name_active_background_id = 0
|
||||
taskbar_name_font = monospace 10
|
||||
taskbar_name_font_color = #828282 100
|
||||
taskbar_name_active_font_color = #a0a0bd 100
|
||||
taskbar_distribute_size = 0
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 0
|
||||
task_icon = 1
|
||||
task_centered = 1
|
||||
urgent_nb_of_blink = 20
|
||||
task_maximum_size = 36 30
|
||||
task_padding = 6 2 4
|
||||
task_font = monospace 10
|
||||
task_tooltip = 1
|
||||
task_font_color = #828282 60
|
||||
task_active_font_color = #828282 100
|
||||
task_urgent_font_color = #ffffff 100
|
||||
task_iconified_font_color = #d8d8d8 60
|
||||
task_icon_asb = 80 0 0
|
||||
task_active_icon_asb = 100 0 0
|
||||
task_urgent_icon_asb = 100 0 0
|
||||
task_iconified_icon_asb = 80 0 0
|
||||
task_background_id = 2
|
||||
task_active_background_id = 1
|
||||
task_urgent_background_id = 3
|
||||
task_iconified_background_id = 2
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = close
|
||||
mouse_right = none
|
||||
mouse_scroll_up = toggle
|
||||
mouse_scroll_down = iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 8 2 4
|
||||
systray_background_id = 5
|
||||
systray_sort = right2left
|
||||
systray_icon_size = 16
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = 1
|
||||
systray_name_filter =
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 5 0 5
|
||||
launcher_background_id = 5
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 24
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = /usr/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = /usr/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = /usr/share/applications/exo-web-browser.desktop
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format =
|
||||
time1_font = sans 12
|
||||
time1_timezone =
|
||||
time2_font = sans 0
|
||||
time2_timezone =
|
||||
clock_font_color = #ffffff 100
|
||||
clock_padding = 10 4
|
||||
clock_background_id = 5
|
||||
clock_tooltip =
|
||||
clock_tooltip_timezone =
|
||||
clock_lclick_command = gsimplecal
|
||||
clock_rclick_command = gsimplecal
|
||||
clock_mclick_command =
|
||||
clock_uwheel_command =
|
||||
clock_dwheel_command =
|
||||
|
||||
#-------------------------------------
|
||||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 20
|
||||
battery_low_cmd = notify-send "Battery Low"
|
||||
battery_full_cmd =
|
||||
bat1_font = sans 11
|
||||
bat2_font = sans 0
|
||||
battery_font_color = #b5b5b5 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 4 2
|
||||
battery_background_id = 5
|
||||
battery_hide = 101
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
battery_rclick_command = xfce4-power-manager-settings
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = jgmenu
|
||||
button_text =
|
||||
button_lclick_command= jgmenu_run >/dev/null 2>&1 &
|
||||
button_rclick_command= exo-open ~/.config/jgmenu/jgmenurc
|
||||
button_mclick_command=
|
||||
button_uwheel_command=
|
||||
button_dwheel_command=
|
||||
button_font_color = #000000 100
|
||||
button_padding = 8 2
|
||||
button_background_id = 5
|
||||
button_centered = 1
|
||||
button_max_icon_size = 22
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0
|
||||
tooltip_hide_timeout = 0
|
||||
tooltip_padding = 10 6
|
||||
tooltip_background_id = 6
|
||||
tooltip_font_color = #d8d8d8 100
|
||||
tooltip_font = sans 10
|
||||
|
235
base/.config/tint2/tint2rc
Normal file
235
base/.config/tint2/tint2rc
Normal file
@ -0,0 +1,235 @@
|
||||
#-------------------------------------
|
||||
# Gradients
|
||||
#-------------------------------------
|
||||
# Backgrounds
|
||||
# Background 1: Active task
|
||||
rounded = 0
|
||||
border_width = 3
|
||||
border_sides = T
|
||||
background_color = #888888 0
|
||||
border_color = #1793d1 100
|
||||
background_color_hover = #888888 20
|
||||
border_color_hover = #1793d1 100
|
||||
background_color_pressed = #888888 20
|
||||
border_color_pressed = #1793d1 100
|
||||
|
||||
# Background 2: Default task, Iconified task
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
background_color = #000000 0
|
||||
border_color = #000000 0
|
||||
background_color_hover = #888888 20
|
||||
border_color_hover = #888888 20
|
||||
background_color_pressed = #888888 20
|
||||
border_color_pressed = #888888 20
|
||||
|
||||
# Background 3: Urgent task
|
||||
rounded = 0
|
||||
border_width = 3
|
||||
border_sides = T
|
||||
background_color = #888888 0
|
||||
border_color = #e64141 100
|
||||
background_color_hover = #888888 20
|
||||
border_color_hover = #e64141 100
|
||||
background_color_pressed = #888888 20
|
||||
border_color_pressed = #e64141 100
|
||||
|
||||
# Background 4: Inactive desktop name, Inactive taskbar
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides = LR
|
||||
background_color = #2b303b 80
|
||||
border_color = #000000 0
|
||||
background_color_hover = #888888 20
|
||||
border_color_hover = #000000 0
|
||||
background_color_pressed = #888888 20
|
||||
border_color_pressed = #000000 0
|
||||
|
||||
# Background 5: Active desktop name, Active taskbar, Battery, Button, Clock, Launcher, Systray
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides = LR
|
||||
background_color = #2b303b 90
|
||||
border_color = #d8d8d8 0
|
||||
background_color_hover = #d8d8d8 0
|
||||
border_color_hover = #d8d8d8 0
|
||||
background_color_pressed = #d8d8d8 0
|
||||
border_color_pressed = #d8d8d8 0
|
||||
|
||||
# Background 6: Tooltip
|
||||
rounded = 0
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
background_color = #2b303b 100
|
||||
border_color = #222222 90
|
||||
background_color_hover = #2b303b 100
|
||||
border_color_hover = #222222 90
|
||||
background_color_pressed = #2b303b 100
|
||||
border_color_pressed = #222222 90
|
||||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = PLTSC
|
||||
panel_size = 100% 30
|
||||
panel_margin = 0 0
|
||||
panel_padding = 0 0 0
|
||||
panel_background_id = 0
|
||||
wm_menu = 1
|
||||
panel_dock = 0
|
||||
panel_position = top center horizontal
|
||||
panel_layer = bottom
|
||||
panel_monitor = all
|
||||
panel_shrink = 0
|
||||
autohide = 0
|
||||
autohide_show_timeout = 0.3
|
||||
autohide_hide_timeout = 1.5
|
||||
autohide_height = 6
|
||||
strut_policy = follow_size
|
||||
panel_window_name = tint2
|
||||
disable_transparency = 0
|
||||
mouse_effects = 1
|
||||
font_shadow = 0
|
||||
mouse_hover_icon_asb = 100 0 10
|
||||
mouse_pressed_icon_asb = 100 0 0
|
||||
|
||||
#-------------------------------------
|
||||
# Taskbar
|
||||
taskbar_mode = multi_desktop
|
||||
taskbar_hide_if_empty = 1
|
||||
taskbar_padding = 0 0 0
|
||||
taskbar_background_id = 4
|
||||
taskbar_active_background_id = 5
|
||||
taskbar_name = 0
|
||||
taskbar_hide_inactive_tasks = 0
|
||||
taskbar_hide_different_monitor = 1
|
||||
taskbar_hide_different_desktop = 0
|
||||
taskbar_always_show_all_desktop_tasks = 0
|
||||
taskbar_name_padding = 4 4
|
||||
taskbar_name_background_id = 0
|
||||
taskbar_name_active_background_id = 0
|
||||
taskbar_name_font = monospace 10
|
||||
taskbar_name_font_color = #828282 100
|
||||
taskbar_name_active_font_color = #a0a0bd 100
|
||||
taskbar_distribute_size = 0
|
||||
taskbar_sort_order = none
|
||||
task_align = left
|
||||
|
||||
#-------------------------------------
|
||||
# Task
|
||||
task_text = 0
|
||||
task_icon = 1
|
||||
task_centered = 1
|
||||
urgent_nb_of_blink = 20
|
||||
task_maximum_size = 36 30
|
||||
task_padding = 6 2 4
|
||||
task_font = monospace 10
|
||||
task_tooltip = 1
|
||||
task_font_color = #828282 60
|
||||
task_active_font_color = #828282 100
|
||||
task_urgent_font_color = #ffffff 100
|
||||
task_iconified_font_color = #d8d8d8 60
|
||||
task_icon_asb = 80 0 0
|
||||
task_active_icon_asb = 100 0 0
|
||||
task_urgent_icon_asb = 100 0 0
|
||||
task_iconified_icon_asb = 80 0 0
|
||||
task_background_id = 2
|
||||
task_active_background_id = 1
|
||||
task_urgent_background_id = 3
|
||||
task_iconified_background_id = 2
|
||||
mouse_left = toggle_iconify
|
||||
mouse_middle = close
|
||||
mouse_right = none
|
||||
mouse_scroll_up = toggle
|
||||
mouse_scroll_down = iconify
|
||||
|
||||
#-------------------------------------
|
||||
# System tray (notification area)
|
||||
systray_padding = 8 2 4
|
||||
systray_background_id = 5
|
||||
systray_sort = right2left
|
||||
systray_icon_size = 16
|
||||
systray_icon_asb = 100 0 0
|
||||
systray_monitor = 1
|
||||
systray_name_filter =
|
||||
|
||||
#-------------------------------------
|
||||
# Launcher
|
||||
launcher_padding = 5 0 5
|
||||
launcher_background_id = 5
|
||||
launcher_icon_background_id = 0
|
||||
launcher_icon_size = 24
|
||||
launcher_icon_asb = 100 0 0
|
||||
launcher_icon_theme_override = 0
|
||||
startup_notifications = 1
|
||||
launcher_tooltip = 1
|
||||
launcher_item_app = /usr/share/applications/exo-file-manager.desktop
|
||||
launcher_item_app = /usr/share/applications/exo-terminal-emulator.desktop
|
||||
launcher_item_app = /usr/share/applications/exo-web-browser.desktop
|
||||
|
||||
#-------------------------------------
|
||||
# Clock
|
||||
time1_format = %H:%M
|
||||
time2_format =
|
||||
time1_font = sans 12
|
||||
time1_timezone =
|
||||
time2_font = sans 0
|
||||
time2_timezone =
|
||||
clock_font_color = #ffffff 100
|
||||
clock_padding = 10 4
|
||||
clock_background_id = 5
|
||||
clock_tooltip =
|
||||
clock_tooltip_timezone =
|
||||
clock_lclick_command = gsimplecal
|
||||
clock_rclick_command = gsimplecal
|
||||
clock_mclick_command =
|
||||
clock_uwheel_command =
|
||||
clock_dwheel_command =
|
||||
|
||||
#-------------------------------------
|
||||
# Battery
|
||||
battery_tooltip = 1
|
||||
battery_low_status = 20
|
||||
battery_low_cmd = notify-send "Battery Low"
|
||||
battery_full_cmd =
|
||||
bat1_font = sans 11
|
||||
bat2_font = sans 0
|
||||
battery_font_color = #b5b5b5 100
|
||||
bat1_format =
|
||||
bat2_format =
|
||||
battery_padding = 4 2
|
||||
battery_background_id = 5
|
||||
battery_hide = 101
|
||||
battery_lclick_command = xfce4-power-manager-settings
|
||||
battery_rclick_command = xfce4-power-manager-settings
|
||||
battery_mclick_command =
|
||||
battery_uwheel_command =
|
||||
battery_dwheel_command =
|
||||
ac_connected_cmd =
|
||||
ac_disconnected_cmd =
|
||||
|
||||
#-------------------------------------
|
||||
# Button 1
|
||||
button = new
|
||||
button_icon = jgmenu
|
||||
button_text =
|
||||
button_lclick_command= jgmenu_run >/dev/null 2>&1 &
|
||||
button_rclick_command= exo-open ~/.config/jgmenu/jgmenurc
|
||||
button_mclick_command=
|
||||
button_uwheel_command=
|
||||
button_dwheel_command=
|
||||
button_font_color = #000000 100
|
||||
button_padding = 8 2
|
||||
button_background_id = 5
|
||||
button_centered = 1
|
||||
button_max_icon_size = 22
|
||||
|
||||
#-------------------------------------
|
||||
# Tooltip
|
||||
tooltip_show_timeout = 0
|
||||
tooltip_hide_timeout = 0
|
||||
tooltip_padding = 10 6
|
||||
tooltip_background_id = 6
|
||||
tooltip_font_color = #d8d8d8 100
|
||||
tooltip_font = sans 10
|
||||
|
Reference in New Issue
Block a user