master
Daniel Napora 2022-12-16 16:16:00 +01:00
parent a217288853
commit 835d6eb317
32 changed files with 578 additions and 93 deletions

View File

@ -1020,12 +1020,6 @@
<command>snapwin</command>
</action>
</mousebind>
<mousebind action="Press" button="W-Left">
<action name="Unmaximize"/>
<action name="Execute">
<command>deskgrid</command>
</action>
</mousebind>
<mousebind action="Press" button="A-Left">
<action name="Focus"/>
<action name="Raise"/>
@ -1082,9 +1076,6 @@
<shaded>no</shaded>
<then>
<action name="Shade"/>
<action name="FocusToBottom"/>
<action name="Unfocus"/>
<action name="Lower"/>
</then>
</action>
</mousebind>
@ -1097,7 +1088,17 @@
</then>
</action>
</mousebind>
<mousebind action="Press" button="W-Right">
<mousebind action="Click" button="C-Left">
<action name="Execute">
<command>obtctl fontsize increase</command>
</action>
</mousebind>
<mousebind action="Click" button="C-Right">
<action name="Execute">
<command>obtctl fontsize decrease</command>
</action>
</mousebind>
<mousebind action="Press" button="W-Right">
<action name="Execute">
<command>colorizer-ob -s</command>
</action>
@ -1168,6 +1169,12 @@
</mousebind>
</context>
<context name="Client">
<mousebind action="Press" button="W-Left">
<action name="Unmaximize"/>
<action name="Execute">
<command>deskgrid</command>
</action>
</mousebind>
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
@ -1182,6 +1189,20 @@
</mousebind>
</context>
<context name="Icon">
<mousebind action="Press" button="Up">
<action name="Unshade"/>
<action name="ResizeRelative">
<bottom>-10</bottom>
<right>-10</right>
</action>
</mousebind>
<mousebind action="Press" button="Down">
<action name="Unshade"/>
<action name="ResizeRelative">
<bottom>10</bottom>
<right>10</right>
</action>
</mousebind>
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
@ -1199,6 +1220,18 @@
</mousebind>
</context>
<context name="AllDesktops">
<mousebind action="Press" button="Up">
<action name="Unshade"/>
<action name="ResizeRelative">
<right>-10</right>
</action>
</mousebind>
<mousebind action="Press" button="Down">
<action name="Unshade"/>
<action name="ResizeRelative">
<right>10</right>
</action>
</mousebind>
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
@ -1209,6 +1242,18 @@
</mousebind>
</context>
<context name="Shade">
<mousebind action="Press" button="Up">
<action name="Unshade"/>
<action name="ResizeRelative">
<bottom>-10</bottom>
</action>
</mousebind>
<mousebind action="Press" button="Down">
<action name="Unshade"/>
<action name="ResizeRelative">
<bottom>10</bottom>
</action>
</mousebind>
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
@ -1218,6 +1263,18 @@
</mousebind>
</context>
<context name="Iconify">
<mousebind action="Press" button="Up">
<action name="Unshade"/>
<action name="ResizeRelative">
<bottom>-10</bottom>
</action>
</mousebind>
<mousebind action="Press" button="Down">
<action name="Unshade"/>
<action name="ResizeRelative">
<bottom>10</bottom>
</action>
</mousebind>
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
@ -1227,6 +1284,18 @@
</mousebind>
</context>
<context name="Maximize">
<mousebind action="Press" button="Up">
<action name="Unshade"/>
<action name="ResizeRelative">
<left>-10</left>
</action>
</mousebind>
<mousebind action="Press" button="Down">
<action name="Unshade"/>
<action name="ResizeRelative">
<left>10</left>
</action>
</mousebind>
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
@ -1257,6 +1326,20 @@
</mousebind>
</context>
<context name="Close">
<mousebind action="Press" button="Up">
<action name="Unshade"/>
<action name="ResizeRelative">
<bottom>-10</bottom>
<left>-10</left>
</action>
</mousebind>
<mousebind action="Press" button="Down">
<action name="Unshade"/>
<action name="ResizeRelative">
<bottom>10</bottom>
<left>10</left>
</action>
</mousebind>
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
@ -1267,16 +1350,6 @@
</mousebind>
</context>
<context name="Desktop">
<mousebind action="Click" button="Up">
<action name="GoToDesktop">
<to>previous</to>
</action>
</mousebind>
<mousebind action="Click" button="Down">
<action name="GoToDesktop">
<to>next</to>
</action>
</mousebind>
<mousebind action="Click" button="A-Up">
<action name="GoToDesktop">
<to>previous</to>
@ -1300,6 +1373,8 @@
<mousebind action="Press" button="Left">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind action="Click" button="Left">
<action name="Execute">
<command>conkyctl cmdmenu</command>
</action>
@ -1307,6 +1382,13 @@
<mousebind action="Press" button="Right">
<action name="Focus"/>
<action name="Raise"/>
</mousebind>
<mousebind action="Click" button="Right">
<action name="Execute">
<command>conkyctl contextmenu</command>
</action>
</mousebind>
<mousebind action="Click" button="Down">
<action name="Execute">
<command>conkyctl contextmenu</command>
</action>
@ -1319,14 +1401,24 @@
</context>
<context name="Root">
<!-- Menus -->
<mousebind button="Left" action="Press">
<action name="ToggleShowDesktop"/>
<mousebind action="Click" button="Up">
<action name="GoToDesktop">
<to>previous</to>
</action>
</mousebind>
<mousebind action="Click" button="Down">
<action name="GoToDesktop">
<to>next</to>
</action>
</mousebind>
<mousebind action="Press" button="Left">
<action name="ToggleShowDesktop"/>
</mousebind>
<mousebind action="Press" button="C-Left">
<action name="Execute">
<command>skippy-xd-fix</command>
</action>
</mousebind>
</mousebind>
<mousebind action="Press" button="Middle">
<action name="Execute">
<command>jgdesktops -s</command>
@ -1341,12 +1433,12 @@
<action name="ShowMenu">
<menu>client-list-combined-menu</menu>
</action>
</mousebind>
<mousebind action="Press" button="Right">
</mousebind>-->
<mousebind action="Press" button="A-Right">
<action name="ShowMenu">
<menu>root-menu</menu>
</action>
</mousebind>-->
</action>
</mousebind>
</context>
<context name="MoveResize">
<mousebind action="Click" button="Up">

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 0264 ----
#---- Generated by tint2conf 48a8 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -98,12 +98,12 @@ border_color_pressed = #ffffff 0
#-------------------------------------
# Panel
panel_items = L
panel_items = LP
panel_size = 100% 96
panel_margin = 0 0
panel_padding = 0 1 4
panel_background_id = 1
wm_menu = 1
wm_menu = 0
panel_dock = 0
panel_pivot_struts = 0
panel_position = bottom center horizontal
@ -199,7 +199,6 @@ launcher_item_app = /usr/share/applications/show_desktop.desktop
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
launcher_apps_dir = ~/.config/tint2/launcherapps/
#-------------------------------------
# Clock
@ -242,6 +241,23 @@ battery_dwheel_command =
ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
# Button 1
button = new
button_text = 
button_tooltip = Edytuj ten dok
button_lclick_command = tint2conf $HOME/.config/tint2/dock.tint2rc
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Noto Sans 24
button_font_color = #30b746 100
button_padding = 0 0
button_background_id = 0
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.3

View File

@ -308,9 +308,9 @@ button_max_icon_size = 0
# Button 2
button = new
button_text = 
button_tooltip = L: Menu / Application launcher (super), R: Settings Menu (super+s)
button_tooltip = L: Menu / Application launcher (super), R: Panel Settings Menu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -271,9 +271,9 @@ separator_padding = 1 0
button = new
button_icon = ~/.config/tint2/menu.png
button_text =
button_tooltip = Left-> Main Menu, Right -> Settings Menu
button_tooltip = Left-> Main Menu, Right -> Panel Settings Menu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
@ -290,7 +290,7 @@ button_icon = ~/.config/tint2/session.png
button_text =
button_tooltip = Exit... (win + x)
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = sudo sync && notify-send "Sync complete"
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -334,7 +334,7 @@ button_icon = distributor-logo-mabox
button_text =
button_tooltip = Left - main menu, Right - settings menu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -308,9 +308,9 @@ button_max_icon_size = 0
# Button 2
button = new
button_text = 
button_tooltip = L: Menu / Application launcher (super), R: Settings Menu (super+s)
button_tooltip = L: Menu / Application launcher (super), R: Panel Settings Menu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -262,7 +262,7 @@ button = new
button_icon = distributor-logo-mabox
button_text =
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 3a6c ----
#---- Generated by tint2conf 06fb ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -18,7 +18,7 @@ border_color_hover = #000000 60
background_color_pressed = #000000 60
border_color_pressed = #000000 60
# Background 2: Default task
# Background 2: Domyślne zadanie
rounded = 0
border_width = 3
border_sides = B
@ -44,7 +44,7 @@ border_color_hover = #222222 0
background_color_pressed = #f1f1f1 0
border_color_pressed = #ffffff 0
# Background 4: Active task
# Background 4: Aktywne
rounded = 1
border_width = 2
border_sides = B
@ -57,7 +57,7 @@ border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 5: Tooltip
# Background 5: Podpowiedzi
rounded = 2
border_width = 1
border_sides = B
@ -70,7 +70,7 @@ border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 6: Active desktop name
# Background 6: Nazwa aktywnego pulpitu
rounded = 1
border_width = 1
border_sides = TBLR
@ -83,7 +83,7 @@ border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 7: Clock, Inactive desktop name, Launcher, Systray
# Background 7: Nazwa nieaktywnego pulpitu, Programy, Zasobnik systemowy, Zegar
rounded = 4
border_width = 0
border_sides = TBLR
@ -225,7 +225,7 @@ clock_dwheel_command =
battery_tooltip = 1
battery_low_status = 10
battery_low_cmd = notify-send.sh -i battery --urgency=critical "Power Management" "Battery is running low"
battery_full_cmd =
battery_full_cmd =
bat1_font = sans 8
bat2_font = sans 6
battery_font_color = #ffffff 60
@ -239,8 +239,8 @@ battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd =
ac_disconnected_cmd =
ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
# Button 1
@ -264,9 +264,9 @@ button_max_icon_size = 16
button = new
button_icon = distributor-logo-mabox
button_text =
button_tooltip = LMB -> main menu, RMB -> settings menu
button_tooltip = LMB -> main menu, RMB -> panel settings
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
@ -289,7 +289,7 @@ button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 24

View File

@ -284,9 +284,9 @@ button_max_icon_size = 20
button = new
button_icon = distributor-logo-mabox
button_text =
button_tooltip = LMB -> main menu, RMB -> settings menu
button_tooltip = LMB -> main menu, RMB -> panel settings
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -284,9 +284,9 @@ button_max_icon_size = 20
button = new
button_icon = distributor-logo-mabox
button_text =
button_tooltip = LMB -> main menu, RMB -> settings menu
button_tooltip = LMB -> main menu, RMB -> panel settings
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -0,0 +1,377 @@
#---- Generated by tint2conf 14c3 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Active taskbar, Inactive taskbar, Launcher, Panel
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #161111 0
border_color = #cbdfff 100
background_color_hover = #202020 100
border_color_hover = #cbdfff 100
background_color_pressed = #202020 100
border_color_pressed = #cbdfff 100
# Background 2: Active desktop name, Active task, Button, Clock, Launcher icon, Urgent task
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #19371d 100
border_color = #224f55 0
background_color_hover = #253b26 100
border_color_hover = #224f55 0
background_color_pressed = #46919c 100
border_color_pressed = #224f55 0
# Background 3: Battery, Default task, Executor, Iconified task, Inactive desktop name, Systray, Tooltip
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #112514 100
border_color = #cbdfff 100
background_color_hover = #253b26 80
border_color_hover = #cbdfff 100
background_color_pressed = #46919c 32
border_color_pressed = #cbdfff 100
#-------------------------------------
# Panel
panel_items = PPPPPLETSEPCBPP
panel_size = 80% 32
panel_margin = 4 2
panel_padding = 2 2 1
panel_background_id = 1
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = top center horizontal
panel_layer = top
panel_monitor = all
panel_shrink = 0
autohide = 0
autohide_show_timeout = 0
autohide_hide_timeout = 0
autohide_height = 1
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
scale_relative_to_dpi = 0
scale_relative_to_screen_height = 0
#-------------------------------------
# Taskbar
taskbar_mode = single_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 0 0 1
taskbar_background_id = 1
taskbar_active_background_id = 1
taskbar_name = 0
taskbar_hide_inactive_tasks = 0
taskbar_hide_different_monitor = 0
taskbar_hide_different_desktop = 0
taskbar_always_show_all_desktop_tasks = 0
taskbar_name_padding = 10 5
taskbar_name_background_id = 3
taskbar_name_active_background_id = 2
taskbar_name_font = Roboto Mono 8
taskbar_name_font_color = #cbdfff 100
taskbar_name_active_font_color = #cbdfff 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left
#-------------------------------------
# Task
task_text = 1
task_icon = 0
task_centered = 1
urgent_nb_of_blink = 7
task_maximum_size = 180 30
task_padding = 8 2 8
task_font = Roboto Mono 8
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = #cbdfff 100
task_active_font_color = #cbdfff 100
task_urgent_font_color = #cbdfff 100
task_iconified_font_color = #cbdfff 100
task_icon_asb = 100 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 98 0 0
task_background_id = 3
task_active_background_id = 2
task_urgent_background_id = 2
task_iconified_background_id = 3
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = none
mouse_scroll_up = toggle_iconify
mouse_scroll_down = toggle_iconify
#-------------------------------------
# System tray (notification area)
systray_padding = 2 2 2
systray_background_id = 3
systray_sort = ascending
systray_icon_size = 20
systray_icon_asb = 100 0 0
systray_monitor = 1
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 0 0 1
launcher_background_id = 1
launcher_icon_background_id = 2
launcher_icon_size = 0
launcher_icon_asb = 100 -50 -50
launcher_icon_theme = Papirus
launcher_icon_theme_override = 1
startup_notifications = 0
launcher_tooltip = 1
launcher_apps_dir = ~/.config/tint2/launcherapps/
#-------------------------------------
# Clock
time1_format = %I:%M %d %b
time2_format =
time1_font = Roboto Mono 8
time1_timezone =
time2_timezone =
time2_font = Roboto Mono 8
clock_font_color = #cbdfff 100
clock_padding = 6 0
clock_background_id = 2
clock_tooltip = Today is %A %e day of %B
clock_tooltip_timezone =
clock_lclick_command = gsimplecal
clock_rclick_command = manjaro-settings-manager -m msm_timedate
clock_mclick_command =
clock_uwheel_command =
clock_dwheel_command =
#-------------------------------------
# Battery
battery_tooltip = 0
battery_low_status = 15
battery_low_cmd = notify-send "battery low" "connect to power source"
battery_full_cmd =
bat1_font = Roboto 8
bat2_font = Roboto 8
battery_font_color = #cbdfff 100
bat1_format =
bat2_format =
battery_padding = 10 5
battery_background_id = 3
battery_hide = 95
battery_lclick_command = notify-send "$(acpi)"
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
# Executor 1
execp = new
execp_command = ~/.config/tint2/scripts/desktop info
execp_interval = 1
execp_has_icon = 0
execp_cache_icon = 1
execp_continuous = 1
execp_markup = 1
execp_monitor = all
execp_tooltip = L: Show Desktop, MW:Switch Desktop, R:Windows List
execp_lclick_command = show_desktop
execp_rclick_command = jgdesktops ipc
execp_mclick_command =
execp_uwheel_command = ~/.config/tint2/scripts/desktop next
execp_dwheel_command = ~/.config/tint2/scripts/desktop prev
execp_font_color = #cbdfff 100
execp_padding = 6 0
execp_background_id = 3
execp_centered = 0
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
# Executor 2
execp = new
execp_command = ~/.config/tint2/scripts/volumettf
execp_interval = 0
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 1
execp_monitor = all
execp_tooltip = L: Mute/unmute, MW: Volume, R: Radio Menu
execp_lclick_command = pactl set-sink-mute 0 toggle
execp_rclick_command = mb-music ipc
execp_mclick_command =
execp_uwheel_command = amixer -q set Master 2%+ unmute
execp_dwheel_command = amixer -q set Master 5%- unmute
execp_font = feather 14
execp_font_color = #cbdfff 100
execp_padding = 4 2
execp_background_id = 2
execp_centered = 0
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
# Button 1
button = new
button_text = 
button_tooltip = Left Sidepanel (ctrl+super+left)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #cbdfff 100
button_padding = 4 4
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 2
button = new
button_text = 
button_tooltip = L = Menu (super), R = Panel Settings Menu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #cbdfff 100
button_padding = 4 4
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 3
button = new
button_icon = system-file-manager
button_text =
button_tooltip = L: File manager (super + f), R: Places menu (super+.)
button_lclick_command = exo-open --launch FileManager
button_rclick_command = mb-places ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #cbdfff 100
button_padding = 2 2
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 4
button = new
button_icon = utilities-terminal
button_text =
button_tooltip = L: Terminal emulator (super+t), R: Quake-term (ctrl+~)
button_lclick_command = exo-open --launch TerminalEmulator
button_rclick_command = mabox-terminal
button_mclick_command =
button_uwheel_command = mabox-terminal
button_dwheel_command = mabox-terminal
button_font_color = #cbdfff 100
button_padding = 2 2
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 5
button = new
button_icon = web-browser
button_text =
button_tooltip = L: Web browser (super+w), R: More choices
button_lclick_command = exo-open --launch WebBrowser
button_rclick_command = mb-webbrowser ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #cbdfff 100
button_padding = 0 0
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 6
button = new
button_text = 
button_tooltip = L: Screenshot Tool (super+PrtScr) R: flameshot
button_lclick_command = mb-jgtools screenshot ipc
button_rclick_command = flameshot gui
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #cbdfff 100
button_padding = 4 4
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 7
button = new
button_text = 
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =
button_font_color = #cbdfff 100
button_padding = 4 4
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 8
button = new
button_text = 
button_tooltip = Right Sidepanel (ctrl+super+right)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #cbdfff 100
button_padding = 4 4
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0
tooltip_hide_timeout = 0
tooltip_padding = 8 8
tooltip_background_id = 3
tooltip_font_color = #cbdfff 100
tooltip_font = Roboto Mono 8

View File

@ -294,9 +294,9 @@ button_max_icon_size = 16
button = new
button_icon = distributor-logo-mabox
button_text =
button_tooltip = L: Menu / Application launcher (super), R: Settings Menu (super+s)
button_tooltip = L: Menu / Application launcher (super), R: Panel Settings Menu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -294,9 +294,9 @@ button_max_icon_size = 16
button = new
button_icon = distributor-logo-mabox
button_text =
button_tooltip = L: Menu / Application launcher (super), R: Settings Menu (super+s)
button_tooltip = L: Menu / Application launcher (super), R: Panel Settings Menu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -36,7 +36,7 @@ panel_margin = 0 0
panel_padding = 0 0 4
font_shadow = 0
panel_background_id = 0
wm_menu = 1
wm_menu = 0
panel_dock = 0
panel_layer = top

View File

@ -51,7 +51,7 @@ panel_size = 100% 24
panel_margin = 0 0
panel_padding = 0 0 5
panel_background_id = 0
wm_menu = 1
wm_menu = 0
panel_dock = 0
panel_pivot_struts = 0
panel_position = top center horizontal

View File

@ -308,9 +308,9 @@ button_max_icon_size = 0
# Button 2
button = new
button_text = 
button_tooltip = L: Menu / Application launcher (super), R: Settings Menu (super+s)
button_tooltip = L: Menu / Application launcher (super), R: Panel Settings Menu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -262,9 +262,9 @@ button_max_icon_size = 0
# Button 2
button = new
button_text = Applications
button_tooltip = LMB -> Main Menu, RMB -> Settings Menu
button_tooltip = LMB -> Main Menu, RMB -> Panel Settings
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -333,7 +333,7 @@ button_icon = distributor-logo-mabox
button_text =
button_tooltip = Left - main menu, Right - settings menu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -204,8 +204,8 @@ launcher_apps_dir = ~/.config/tint2/launcherapps/
#-------------------------------------
# Clock
time1_format = %H:%M
time2_format = %A %d %B
time1_font = sans 8
time2_format =
time1_font = sans 12
time1_timezone =
time2_timezone =
time2_font = sans 6
@ -266,7 +266,7 @@ button_icon = distributor-logo-mabox
button_text =
button_tooltip = Izquierda -> Menú principal, Derecha - Menú de configuración
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -248,7 +248,7 @@ button = new
button_text = <
button_tooltip = Panel Izquierdo - Lugares (ctrl+tab)
button_lclick_command = mb-jgtools places
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -308,9 +308,9 @@ button_max_icon_size = 0
# Button 2
button = new
button_text = 
button_tooltip = L = Menu (super), P = Menu Ustawień (super+s)
button_tooltip = L = Menu (super), P = Ustawienia panelu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -273,7 +273,7 @@ button_icon = ~/.config/tint2/menu.png
button_text =
button_tooltip = Lewy -> Menu główne, Prawy -> Menu ustawień
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -334,7 +334,7 @@ button_icon = distributor-logo-mabox
button_text =
button_tooltip = Lewy - główne menu, Prawy - menu ustawień
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -308,9 +308,9 @@ button_max_icon_size = 0
# Button 2
button = new
button_text = 
button_tooltip = L = Menu (super), P = Menu Ustawień (super+s)
button_tooltip = L = Menu (super), P = Ustawienia panelu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -261,9 +261,9 @@ button_max_icon_size = 16
button = new
button_icon = distributor-logo-mabox
button_text =
button_tooltip = L = Menu (super), P = Menu Ustawień (super+s)
button_tooltip = L = Menu (super), P = Ustawienia panelu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -266,7 +266,7 @@ button_icon = distributor-logo-mabox
button_text =
button_tooltip = Lewy -> Menu główne, Prawy -> Menu ustawień
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -284,9 +284,9 @@ button_max_icon_size = 20
button = new
button_icon = distributor-logo-mabox
button_text =
button_tooltip = L = Menu (super), P = Menu Ustawień (super+s)
button_tooltip = L = Menu (super), P = Ustawienia panelu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -200,8 +200,8 @@ launcher_apps_dir = ~/.config/tint2/launcherapps/
#-------------------------------------
# Clock
time1_format = %H:%M
time2_format = %A %d %B
time1_font = sans 8
time2_format =
time1_font = sans 14
time1_timezone =
time2_timezone =
time2_font = sans 6
@ -285,9 +285,9 @@ button_max_icon_size = 20
button = new
button_icon = distributor-logo-mabox
button_text =
button_tooltip = L = Menu (super), P = Menu Ustawień (super+s)
button_tooltip = L = Menu (super), P = Ustawienia panelu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -294,9 +294,9 @@ button_max_icon_size = 16
button = new
button_icon = distributor-logo-mabox
button_text =
button_tooltip = L = Menu (super), P = Menu Ustawień (super+s)
button_tooltip = L = Menu (super), P = Ustawienia panelu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -294,9 +294,9 @@ button_max_icon_size = 16
button = new
button_icon = distributor-logo-mabox
button_text =
button_tooltip = L = Menu (super), P = Menu Ustawień (super+s)
button_tooltip = L = Menu (super), P = Ustawienia panelu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -308,9 +308,9 @@ button_max_icon_size = 0
# Button 2
button = new
button_text = 
button_tooltip = L = Menu (super), P = Menu Ustawień (super+s)
button_tooltip = L = Menu (super), P = Ustawienia panelu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =

View File

@ -263,7 +263,7 @@ button_max_icon_size = 0
button = new
button_text =  Programy
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =