start import Spanish files by ben_chile

master
Daniel Napora 2020-08-22 22:46:28 +02:00
parent 3795aba959
commit 95e53b518a
13 changed files with 3359 additions and 0 deletions

View File

@ -0,0 +1,88 @@
conky.config = {
own_window = true,
own_window_type = 'desktop',
-- own_window_argb_visual yes
-- own_window_argb_value 125
own_window_transparent = true,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_colour = '#000000',
own_window_class = 'Conky',
own_window_title = 'Mabox Quakeworld Monitor Conky',
gap_x = 15,
gap_y = 50,
alignment = 'top_right',
minimum_width = '200',
minimum_width = 200,
use_xft = true,
font = 'Cantarell:size=9',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,--yes
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#000000',
color2 = '#777777',
color3 = '#006600',
cpu_avg_samples = 2,
default_color = '#FFFFFF',
draw_borders = false,--yes
stippled_borders = 5,
border_inner_margin = 5,
border_outer_margin = 0,
border_width = 2,
background = true,
no_buffers = true,
imlib_cache_size = 0,
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${voffset 8}$color${font Cantarell:size=16}${time %A}$font${voffset -18}$alignr${color3}${font Cantarell:size=38}${time %e}$font
$color${voffset -20}$color${font Cantarell:size=18}${time %B}$font${voffset -1} $color${font Cantarell:size=20}${time %Y}$font
#${voffset 10}$alignr$color Kraków (PL) ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}°C
#
${voffset 10}${goto 40}${color}CPU$alignr$cpu%
$color2${goto 40}$alignr${cpubar 4,165}
${voffset 5}${goto 40}$font$color2${top name 1}$alignr$color${top cpu 1}%
${goto 40}$color2${top name 2}$alignr$color${top cpu 2}%
${goto 40}$color2${top name 3}$alignr$color${top cpu 3}%
${goto 40}$color2${top name 4}$alignr$color${top cpu 4}%
#
${voffset 10}${goto 40}${color}RAM$alignr$mem/$memmax
$color2${goto 40}$alignr${membar 4,165}
${goto 40}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1}
${goto 40}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2}
${goto 40}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3}
${goto 40}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4}
#
${voffset 10}$alignr disco usado ${color2}${fs_used /} - ${fs_size /}
$alignr$color memoria cargada ${color2}$mem - $memmax
#${alignr}${color2}${font Cantarell:size=9}swap $swapmax - $swap
#
${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
#
${voffset 10}$alignr${execi 1200 whoami}@${nodename}
${alignr}${color2}${font Cantarell:size=9}tiempo de uso ${color}${uptime_short}
${alignr}${color2}${font Cantarell:size=9}${alignr}kernel ${color}${kernel}
${alignr}${color2}${font Cantarell:size=9}${alignr}arquitectura ${color}${machine}
${alignr}${color2}${font Cantarell:size=9}${alignr}sistema archivos ${color}${fs_type}
${voffset 10}${alignr}${color} actualizaciones ${color3}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
${alignr}${color} paquetes instalados: ${color2}${execi 10000 pacman -Q | wc -l}
${alignr}${color} rama: ${color2}${execi 10000 pacman-mirrors -G}
]];

View File

@ -0,0 +1,121 @@
conky.config = {
-- WINDOW
own_window = true,
own_window_type = 'desktop',
own_window_transparent = true,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_colour = '#000000',
own_window_class = 'Conky',
own_window_title = 'Mabox Shortcuts Conky',
gap_x = 65,
gap_y = 45,
minimum_width = '200',
--alignment mm
-- FONTS
use_xft = true,
font = 'Cantarell:size=9',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,--yes
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#000000',
--default_color 656667 # Waldorf original colour
--default_color 7a7a7a # Flame & Bunsen Grey
--default_color 929292 # Labs Grey
--default_color C0C0C0 # Silver
default_color = '#FFFFFF',
color0 = '#B0E0E6',-- PowderBlue
color1 = '#778899',-- LightSlateGray
--color2 D8BFD8 # Thistle
color2 = '#777777',
color3 = '#9ACD32',-- YellowGreen
color4 = '#FFA07A',-- LightSalmon
color5 = '#FFDEAD',-- NavajoWhite
color6 = '#00BFFF',-- DeepSkyBlue
color7 = '#5F9EA0',-- CadetBlue
color8 = '#BDB76B',-- DarkKhaki
color9 = '#CD5C5C',-- IndianRed
-- BORDERS
draw_borders = false,--yes
-- Stippled borders?
stippled_borders = 5,
-- border margins
border_inner_margin = 5,
border_outer_margin = 0,
-- border width
border_width = 2,
-- graph borders
-- draw_graph_borders yes
-- default_graph_size 15 40
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
};
conky.text = [[
${color}EJECUTAR${alignr}${color2}super = windows key${voffset -6}
${color2}${hr 1}${voffset -4}
${color2}gestor archivos ${alignr}${color}super+f
${color2}menu ${alignr}${color}super / super+spacebar
${color2}ejecutar app... ${alignr}${color}super+m / alt+F2
${color2}navegador ${alignr}${color}super+w
${color2}terminal ${alignr}${color}super+t
${color2}control volumen ${alignr}${color}super+v
${color2}activa/desact compositor ${alignr}${color}super+c
${color2}bloquear pantalla ${alignr}${color}super+l
${color2}terminar proceso ${alignr}${color}super+k
${color2}salir ${alignr}${color}super+x
${color}PANELES LATERALES${voffset -6}
${color2}${hr 1}${voffset -4}
${color2}lugares (izquierda) ${alignr} ${color}ctrl+TAB
${color2}ajustes (derecha) ${alignr} ${color}super+TAB
${color2}activar/desact DOCK (Gkrellm) ${alignr} ${color}super+alt+d
${color}VENTANAS${voffset -6}
${color2}${hr 1}${voffset -4}
${color2}cerrar ${alignr} ${color}alt+F4
${color2}minimizar en panel ${alignr} ${color}alt+F5
${color2}maximizar ${alignr} ${color}alt+F6
${color2}reducir ${alignr} ${color}alt+esc
${color2}mostrar escritorio ${alignr} ${color}super+d
${color2}quitar barra sup ${alignr} ${color}super+b
${color2}activar pantalla completa ${alignr} ${color}F11
${color2}aumentar/mover ${alignr} ${color}super+alt+arrows
${color2}Posicionar ventanas:
${color2} - 1/2 pantalla ${alignr} ${color}super+arrows
${color2} - 1/4 pantalla ${alignr} ${color}super+numpad[1..9]
${color}ESCRITORIOS${voffset -6}
${color2}${hr 1}${voffset -4}
${color2}navegar escritorios ${alignr} ${color}super+[F1..F4]
]];

View File

@ -0,0 +1,47 @@
@text,,6,6,150,20,0,left,top,auto,#000000,<span size="large"></span>
@search,,24,6,150,20,2,left,top,auto,#000000 0,<i>Buscar </i>
^sep()
Terminal,exo-open --launch TerminalEmulator,utilities-terminal
Navegador Internet,exo-open --launch WebBrowser,firefox
Gestor de archivos,exo-open --launch FileManager,system-file-manager
Agregar/Quitar software,pamac-manager,pamac
^sep()
Aplicaciones,^checkout(lx-apps),applications-other
^sep()
Capturar Pantalla,mb-jgtools screenshot,emblem-photos
^sep()
Ajustes,^checkout(settings),applications-utilities
^sep()
Bloquear pantalla,blurlock,system-lock-screen
Salir,mb-jgtools mblogout,system-shutdown
^tag(settings)
Centro de Control Mabox,mcc,distributor-logo-mabox
^sep(Escritorio)
Apariencia,lxappearance,preferences-desktop-theme
Fondos de pantalla,nitrogen,nitrogen
Notificaciones,xfce4-notifyd-config,xfce4-notifyd
Recuadros Conky,^pipe(jgmenu_run ob --cmd=mabox-conky-pipemenu),desktop-effects
Paneles Tint2,^pipe(jgmenu_run ob --cmd=mabox-tint2-pipemenu),tint2conf
Compositor gráfico,^pipe(jgmenu_run ob --cmd=mabox-compositor),compton
Menu,^checkout(menu),menu-editor
^sep(Configuración)
Aplicaciones preferidas,exo-preferred-applications,preferences-desktop-default-applications
Ajustes de energía,xfce4-power-manager-settings,xfce4-power-manager-settings
Gestor Inicio de sesión,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings
^sep(Openbox)
Ajustes de Openbox,obconf,obconf
Auto-inicio,geany ~/.config/openbox/autostart,geany
RC - ajustes de archivo,geany ~/.config/openbox/rc.xml,geany
Reconfigurar Openbox,openbox --reconfigure,openbox
^sep(Temas de Mabox)
Gestor de Temas,mb-obthemes,preferences-desktop-theme
^tag(menu)
Editar Menu Schema,geany ~/.config/jgmenu/prepend.csv,geany
Editar ajustes en Mabox,geany ~/.config/mabox/mabox.conf,geany
Sincronizar jgmenu con tema OB ,obtheme2jgmenu,system-reboot
^tag(lx-apps)
Can't render this file because it contains an unexpected character in line 1 and column 54.

View File

@ -0,0 +1,300 @@
#---- Generated by tint2conf 1093 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Clock, Inactive desktop name, Launcher, Systray
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111618 0
border_color = #111618 100
background_color_hover = #181818 0
border_color_hover = #303030 0
background_color_pressed = #181818 0
border_color_pressed = #303030 0
# Background 2:
rounded = 0
border_width = 2
border_sides = L
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #1f292d 100
border_color = #1f292d 100
background_color_hover = #2c3a40 100
border_color_hover = #ffffff 50
background_color_pressed = #000000 100
border_color_pressed = #ffffff 100
# Background 3:
rounded = 0
border_width = 2
border_sides = L
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111618 0
border_color = #3fa9f5 90
background_color_hover = #e20c57 30
border_color_hover = #e20c57 90
background_color_pressed = #181818 0
border_color_pressed = #303030 0
# Background 4:
rounded = 0
border_width = 2
border_sides = L
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #3fa9f5 30
border_color = #3fa9f5 90
background_color_hover = #e20c57 30
border_color_hover = #e20c57 90
background_color_pressed = #181818 0
border_color_pressed = #303030 0
# Background 5:
rounded = 0
border_width = 2
border_sides = L
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111618 0
border_color = #ffffff 50
background_color_hover = #e20c57 30
border_color_hover = #e20c57 90
background_color_pressed = #181818 0
border_color_pressed = #303030 0
# Background 6: Active desktop name, Active task, Active taskbar, Default task, Iconified task, Inactive taskbar, Normal task, Panel, Tooltip, Urgent task
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111618 66
border_color = #111618 100
background_color_hover = #181818 0
border_color_hover = #303030 0
background_color_pressed = #181818 0
border_color_pressed = #303030 0
# Background 7:
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111618 0
border_color = #111618 100
background_color_hover = #181818 0
border_color_hover = #303030 0
background_color_pressed = #181818 0
border_color_pressed = #303030 0
# Background 8:
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #cf3145 30
border_color = #111618 100
background_color_hover = #181818 0
border_color_hover = #303030 0
background_color_pressed = #181818 0
border_color_pressed = #303030 0
#-------------------------------------
# Panel
panel_items = PP
panel_size = 60 20
panel_margin = 0 0
panel_padding = 0 0 2
panel_background_id = 6
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = top left horizontal
panel_layer = normal
panel_monitor = 1
panel_shrink = 0
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 2
autohide_height = 2
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 25
scale_relative_to_dpi = 0
scale_relative_to_screen_height = 0
#-------------------------------------
# Taskbar
taskbar_mode = multi_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 0 0 1
taskbar_background_id = 6
taskbar_active_background_id = 6
taskbar_name = 1
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 = 0 0
taskbar_name_background_id = 1
taskbar_name_active_background_id = 6
taskbar_name_font = Liberation Sans Bold 10
taskbar_name_font_color = #1c3c32 100
taskbar_name_active_font_color = #12652e 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left
#-------------------------------------
# Task
task_text = 0
task_icon = 0
task_centered = 1
urgent_nb_of_blink = 65535
task_maximum_size = 1 1
task_padding = 0 0 0
task_tooltip = 0
task_thumbnail = 0
task_thumbnail_size = 140
task_font_color = #e7e7e7 80
task_normal_font_color = #e7e7e7 80
task_urgent_font_color = #e7e7e7 100
task_icon_asb = 100 0 0
task_normal_icon_asb = 100 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 10
task_iconified_icon_asb = 100 0 0
task_background_id = 6
task_normal_background_id = 6
task_active_background_id = 6
task_urgent_background_id = 6
task_iconified_background_id = 6
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = toggle_iconify
mouse_scroll_down = toggle_iconify
#-------------------------------------
# System tray (notification area)
systray_padding = 10 10 10
systray_background_id = 1
systray_sort = ascending
systray_icon_size = 32
systray_icon_asb = 100 0 0
systray_monitor = 1
systray_name_filter = ^ClipIt*
#-------------------------------------
# Launcher
launcher_padding = 8 0 16
launcher_background_id = 1
launcher_icon_background_id = 0
launcher_icon_size = 38
launcher_icon_asb = 95 0 0
launcher_icon_theme = Numix-Square
launcher_icon_theme_override = 0
startup_notifications = 1
launcher_tooltip = 1
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
launcher_item_app = ~/.local/share/applications/calamares.desktop
launcher_apps_dir = ~/.local/share/applictations/
#-------------------------------------
# Clock
time1_format = %H:%M
time2_format =
time1_font = Noto Sans Bold 9
time1_timezone =
time2_timezone =
clock_font_color = #c0c0c0 100
clock_padding = 0 6
clock_background_id = 1
clock_tooltip =
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 = 1
battery_low_status = 0
battery_low_cmd =
battery_full_cmd =
battery_font_color = #000000 100
bat1_format =
bat2_format =
battery_padding = 0 0
battery_background_id = 0
battery_hide = 101
battery_lclick_command =
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
# Button 1
button = new
button_icon = arrow-left
button_text =
button_tooltip = Panel Izquierdo - Lugares (ctrl+tab)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 8 0
button_background_id = 0
button_centered = 1
button_max_icon_size = 14
#-------------------------------------
# Button 2
button = new
button_icon = arrow-right
button_text =
button_tooltip = Panel Derecho(super+tab)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 8 0
button_background_id = 0
button_centered = 1
button_max_icon_size = 14
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0
tooltip_hide_timeout = 0
tooltip_padding = 10 5
tooltip_background_id = 6
tooltip_font_color = #e7e7e7 80
tooltip_font = Fira Mono 9

View File

@ -0,0 +1,318 @@
#---- Generated by tint2conf 6cdc ----
# 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 = #dae6d2 100
border_color = #ffffff 0
background_color_hover = #ffffff 100
border_color_hover = #ffffff 0
background_color_pressed = #ffffff 100
border_color_pressed = #ffffff 0
# Background 2: Active task
rounded = 0
border_width = 3
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #ffffff 0
border_color = #5f8a45 100
background_color_hover = #5c616c 5
border_color_hover = #66bb6a 60
background_color_pressed = #5c616c 10
border_color_pressed = #66bb6a 80
# Background 3: Default task, Iconified task
rounded = 0
border_width = 2
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #ffffff 0
border_color = #5c616c 100
background_color_hover = #5c616c 5
border_color_hover = #5c616c 60
background_color_pressed = #5c616c 5
border_color_pressed = #5c616c 80
# Background 4: Urgent task
rounded = 0
border_width = 2
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #ffffff 0
border_color = #dc143c 100
background_color_hover = #5c616c 15
border_color_hover = #dc143c 60
background_color_pressed = #5c616c 20
border_color_pressed = #000000 80
# Background 5: Inactive desktop name
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #ffffff 0
border_color = #ffffff 0
background_color_hover = #ffffff 0
border_color_hover = #ffffff 0
background_color_pressed = #ffffff 0
border_color_pressed = #ffffff 0
# Background 6: Active desktop name
rounded = 0
border_width = 0
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #ffffff 0
border_color = #66bb6a 80
background_color_hover = #ffffff 0
border_color_hover = #66bb6a 70
background_color_pressed = #ffffff 0
border_color_pressed = #66bb6a 60
# Background 7: Tooltip
rounded = 0
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #ffffff 100
border_color = #66bb6a 80
background_color_hover = #ffffff 80
border_color_hover = #66bb6a 80
background_color_pressed = #ffffff 80
border_color_pressed = #66bb6a 80
# Background 8: Battery, Clock, Systray
rounded = 0
border_width = 0
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #5f8a45 100
border_color = #ffffff 0
background_color_hover = #66bb6a 100
border_color_hover = #ffffff 0
background_color_pressed = #66bb6a 100
border_color_pressed = #ffffff 0
#-------------------------------------
# Panel
panel_items = PPLTSBCP
panel_size = 100% 32
panel_margin = 0 0
panel_padding = 0 0 0
panel_background_id = 1
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = bottom center horizontal
panel_layer = top
panel_monitor = all
panel_shrink = 0
autohide = 0
autohide_show_timeout = 0.5
autohide_hide_timeout = 2
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 4
taskbar_background_id = 1
taskbar_active_background_id = 1
taskbar_name = 1
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 = 8 8
taskbar_name_background_id = 5
taskbar_name_active_background_id = 6
taskbar_name_font = Ubuntu Condensed Bold 12
taskbar_name_font_color = #5c5c5c 100
taskbar_name_active_font_color = #353535 100
taskbar_distribute_size = 1
taskbar_sort_order = none
task_align = left
#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 1
urgent_nb_of_blink = 20
task_maximum_size = 150 40
task_padding = 2 2 2
task_font = Ubuntu Condensed Regular 11
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = #5c616c 100
task_active_font_color = #5f8a45 100
task_urgent_font_color = #dc143c 100
task_iconified_font_color = #5c616c 86
task_icon_asb = 80 0 0
task_active_icon_asb = 100 0 10
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 80 0 0
task_background_id = 3
task_active_background_id = 2
task_urgent_background_id = 4
task_iconified_background_id = 3
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = none
mouse_scroll_up = toggle
mouse_scroll_down = iconify
#-------------------------------------
# System tray (notification area)
systray_padding = 7 0 5
systray_background_id = 8
systray_sort = ascending
systray_icon_size = 24
systray_icon_asb = 100 0 10
systray_monitor = 1
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 8 0 8
launcher_background_id = 1
launcher_icon_background_id = 0
launcher_icon_size = 24
launcher_icon_asb = 100 0 0
launcher_icon_theme = gnome-wise
launcher_icon_theme_override = 1
startup_notifications = 1
launcher_tooltip = 1
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
#-------------------------------------
# Clock
time1_format = %I:%M %d %b
time2_format =
time1_font = Ubuntu Condensed Bold 13
time1_timezone =
time2_timezone =
time2_font = Ubuntu Condensed Bold 10
clock_font_color = #ffffff 100
clock_padding = 6 0
clock_background_id = 8
clock_tooltip = Today is %A, %dth Day Of %B !
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 = Ubuntu Condensed Bold 12
bat2_font = Ubuntu Condensed Regular 0
battery_font_color = #ffffff 100
bat1_format =
bat2_format =
battery_padding = 5 5
battery_background_id = 8
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 = arrow-left
button_text =
button_tooltip = Panel Izquierdo - Lugares (ctrl+tab)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_centered = 0
button_max_icon_size = 16
#-------------------------------------
# Button 2
button = new
button_icon = distributor-logo-mabox
button_text =
button_tooltip = Main Menu
button_lclick_command = mb-jgtools main ipc
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_centered = 0
button_max_icon_size = 24
#-------------------------------------
# Button 3
button = new
button_icon = arrow-right
button_text =
button_tooltip = Panel Derecho(super+tab)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_centered = 0
button_max_icon_size = 16
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0
tooltip_hide_timeout = 0
tooltip_padding = 5 3
tooltip_background_id = 7
tooltip_font_color = #353535 100
tooltip_font = Noto Sans 10

View File

@ -0,0 +1,301 @@
#---- Generated by tint2conf b54e ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Active taskbar, Clock, Inactive desktop name, Inactive taskbar, Launcher, Systray, Urgent task
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111618 0
border_color = #111618 100
background_color_hover = #181818 0
border_color_hover = #303030 0
background_color_pressed = #181818 0
border_color_pressed = #303030 0
# Background 2:
rounded = 0
border_width = 2
border_sides = L
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #1f292d 100
border_color = #1f292d 100
background_color_hover = #2c3a40 100
border_color_hover = #ffffff 50
background_color_pressed = #000000 100
border_color_pressed = #ffffff 100
# Background 3: Default task, Normal task
rounded = 0
border_width = 2
border_sides = L
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111618 0
border_color = #3fa9f5 90
background_color_hover = #e20c57 30
border_color_hover = #e20c57 90
background_color_pressed = #181818 0
border_color_pressed = #303030 0
# Background 4: Active task
rounded = 0
border_width = 2
border_sides = L
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #3fa9f5 30
border_color = #3fa9f5 90
background_color_hover = #e20c57 30
border_color_hover = #e20c57 90
background_color_pressed = #181818 0
border_color_pressed = #303030 0
# Background 5: Iconified task
rounded = 0
border_width = 2
border_sides = L
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111618 0
border_color = #ffffff 50
background_color_hover = #e20c57 30
border_color_hover = #e20c57 90
background_color_pressed = #181818 0
border_color_pressed = #303030 0
# Background 6: Panel, Tooltip
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111618 66
border_color = #111618 100
background_color_hover = #181818 0
border_color_hover = #303030 0
background_color_pressed = #181818 0
border_color_pressed = #303030 0
# Background 7:
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111618 0
border_color = #111618 100
background_color_hover = #181818 0
border_color_hover = #303030 0
background_color_pressed = #181818 0
border_color_pressed = #303030 0
# Background 8:
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #cf3145 30
border_color = #111618 100
background_color_hover = #181818 0
border_color_hover = #303030 0
background_color_pressed = #181818 0
border_color_pressed = #303030 0
#-------------------------------------
# Panel
panel_items = PLTBSCP
panel_size = 100% 60
panel_margin = 0 20
panel_padding = 0 0 0
panel_background_id = 6
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = top left vertical
panel_layer = normal
panel_monitor = 1
panel_shrink = 0
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 2
autohide_height = 2
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 25
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 = 0 0
taskbar_name_background_id = 1
taskbar_name_active_background_id = 0
taskbar_name_font = Liberation Sans Bold 10
taskbar_name_font_color = #000000 100
taskbar_name_active_font_color = #000000 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left
#-------------------------------------
# Task
task_text = 0
task_icon = 1
task_centered = 0
urgent_nb_of_blink = 65535
task_maximum_size = 54 58
task_padding = 10 8 12
task_tooltip = 1
task_thumbnail = 1
task_thumbnail_size = 140
task_font_color = #e7e7e7 80
task_normal_font_color = #e7e7e7 80
task_urgent_font_color = #e7e7e7 100
task_icon_asb = 100 0 0
task_normal_icon_asb = 100 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 10
task_iconified_icon_asb = 100 0 0
task_background_id = 3
task_normal_background_id = 3
task_active_background_id = 4
task_urgent_background_id = 1
task_iconified_background_id = 5
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = toggle_iconify
mouse_scroll_down = toggle_iconify
#-------------------------------------
# System tray (notification area)
systray_padding = 10 10 10
systray_background_id = 1
systray_sort = ascending
systray_icon_size = 32
systray_icon_asb = 100 0 0
systray_monitor = 1
systray_name_filter = ^ClipIt*
#-------------------------------------
# Launcher
launcher_padding = 8 0 16
launcher_background_id = 1
launcher_icon_background_id = 0
launcher_icon_size = 38
launcher_icon_asb = 95 0 0
launcher_icon_theme = Numix-Square
launcher_icon_theme_override = 0
startup_notifications = 1
launcher_tooltip = 1
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
launcher_item_app = ~/.local/share/applications/calamares.desktop
launcher_apps_dir = ~/.local/share/applictations/
#-------------------------------------
# Clock
time1_format = %H:%M
time2_format =
time1_font = Noto Sans Bold 10
time1_timezone =
time2_timezone =
time2_font = Droid Sans 10
clock_font_color = #c0c0c0 100
clock_padding = 0 6
clock_background_id = 1
clock_tooltip =
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 = 1
battery_low_status = 0
battery_low_cmd =
battery_full_cmd =
battery_font_color = #000000 100
bat1_format =
bat2_format =
battery_padding = 0 0
battery_background_id = 0
battery_hide = 101
battery_lclick_command =
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
# Button 1
button = new
button_icon = distributor-logo-mabox
button_text =
button_tooltip = Menu principal
button_lclick_command = mb-jgtools main ipc
button_rclick_command =
button_mclick_command =
button_uwheel_command = mb-jgtools places
button_dwheel_command = mb-jgtools right
button_font_color = #000000 100
button_padding = 10 10
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 2
button = new
button_icon = exit
button_text =
button_tooltip = Salir
button_lclick_command = mb-jgtools mblogout
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 10 10
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0
tooltip_hide_timeout = 0
tooltip_padding = 10 5
tooltip_background_id = 6
tooltip_font_color = #e7e7e7 80
tooltip_font = Fira Mono 9

View File

@ -0,0 +1,269 @@
#---- Generated by tint2conf 48a8 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Panel
rounded = 0
border_width = 5
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #000000 0
border_color = #269b29 0
background_color_hover = #000000 60
border_color_hover = #000000 60
background_color_pressed = #000000 60
border_color_pressed = #000000 60
# Background 2: Domyślne zadanie
rounded = 0
border_width = 3
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111111 78
border_color = #585858 68
background_color_hover = #2f2f2f 100
border_color_hover = #222222 68
background_color_pressed = #f1f1f1 40
border_color_pressed = #ffffff 68
# Background 3: Programy
rounded = 1
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #787373 0
border_color = #9a9a9a 100
background_color_hover = #2f2f2f 0
border_color_hover = #222222 0
background_color_pressed = #f1f1f1 0
border_color_pressed = #ffffff 0
# Background 4: Aktywne
rounded = 1
border_width = 2
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #4e4e4e 100
border_color = #ece5e5 60
background_color_hover = #000000 60
border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 5: Podpowiedzi
rounded = 6
border_width = 2
border_sides = B
border_content_tint_weight = 2
background_content_tint_weight = 2
background_color = #383838 69
border_color = #ffffff 58
background_color_hover = #000000 60
border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 6: Nazwa aktywnego pulpitu
rounded = 1
border_width = 1
border_sides = TBLR
border_content_tint_weight = 2
background_content_tint_weight = 0
background_color = #787373 100
border_color = #ffffff 100
background_color_hover = #000000 60
border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 7: Nazwa nieaktywnego pulpitu, Zasobnik systemowy, Zegar
rounded = 4
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111111 50
border_color = #232323 60
background_color_hover = #2f2f2f 0
border_color_hover = #222222 0
background_color_pressed = #f1f1f1 0
border_color_pressed = #ffffff 0
#-------------------------------------
# Panel
panel_items = LP
panel_size = 100% 96
panel_margin = 0 0
panel_padding = 0 1 4
panel_background_id = 1
wm_menu = 0
panel_dock = 0
panel_pivot_struts = 0
panel_position = bottom center horizontal
panel_layer = normal
panel_monitor = all
panel_shrink = 1
autohide = 1
autohide_show_timeout = 0.3
autohide_hide_timeout = 2
autohide_height = 5
strut_policy = minimum
panel_window_name = tint2
disable_transparency = 0
mouse_effects = 1
font_shadow = 1
mouse_hover_icon_asb = 100 0 20
mouse_pressed_icon_asb = 100 1 0
scale_relative_to_dpi = 0
scale_relative_to_screen_height = 0
#-------------------------------------
# Taskbar
taskbar_mode = multi_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 2 0 4
taskbar_background_id = 0
taskbar_active_background_id = 0
taskbar_name = 1
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 0
taskbar_name_background_id = 7
taskbar_name_active_background_id = 6
taskbar_name_font = Noto Sans 8
taskbar_name_font_color = #bdbdbd 100
taskbar_name_active_font_color = #ffffff 100
taskbar_distribute_size = 1
taskbar_sort_order = none
task_align = left
#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 0
urgent_nb_of_blink = 8
task_maximum_size = 140 24
task_padding = 1 0 5
task_font = Sans 9
task_tooltip = 1
task_thumbnail = 1
task_thumbnail_size = 210
task_font_color = #f3f3f5 60
task_active_font_color = #ffffff 80
task_urgent_font_color = #ffffff 80
task_icon_asb = 70 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_background_id = 2
task_active_background_id = 4
task_urgent_background_id = 0
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = toggle_iconify
#-------------------------------------
# System tray (notification area)
systray_padding = 8 0 0
systray_background_id = 7
systray_sort = ascending
systray_icon_size = 20
systray_icon_asb = 100 0 0
systray_monitor = 1
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 8 8 8
launcher_background_id = 3
launcher_icon_background_id = 0
launcher_icon_size = 64
launcher_icon_asb = 100 0 0
launcher_icon_theme = Vertex-Maia
launcher_icon_theme_override = 1
startup_notifications = 0
launcher_tooltip = 1
launcher_item_app = /usr/share/applications/manjaro_ob_menu.desktop
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
#-------------------------------------
# Clock
time1_format = %H:%M
time2_format = %A %d %B
time1_font = sans 8
time1_timezone =
time2_timezone =
time2_font = sans 6
clock_font_color = #ffffff 60
clock_padding = 8 0
clock_background_id = 7
clock_tooltip = Dzisiaj jest %A, %e dzień %B
clock_tooltip_timezone =
clock_lclick_command =
clock_rclick_command = gsimplecal
clock_mclick_command =
clock_uwheel_command =
clock_dwheel_command =
#-------------------------------------
# Battery
battery_tooltip = 1
battery_low_status = 10
battery_low_cmd = notify-send -i battery-caution-symbolic "niski poziom naładowania baterii"
battery_full_cmd =
bat1_font = sans 8
bat2_font = sans 6
battery_font_color = #ffffff 60
bat1_format =
bat2_format =
battery_padding = 1 0
battery_background_id = 0
battery_hide = 98
battery_lclick_command =
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
# Button 1
button = new
button_text = 
button_tooltip = Editar esta barra
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
tooltip_hide_timeout = 0.3
tooltip_padding = 10 10
tooltip_background_id = 5
tooltip_font_color = #f9f9f9 100
tooltip_font = Sans Bold 10

View File

@ -0,0 +1,355 @@
#---- Generated by tint2conf 233d ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
# Gradient 1
gradient = vertical
start_color = #393939 100
end_color = #131313 100
color_stop = 50.000000 #4a4a4a 100
# Gradient 2
gradient = horizontal
start_color = #323232 100
end_color = #262626 100
color_stop = 4.000000 #47c247 100
color_stop = 4.000000 #47c247 100
color_stop = 4.000000 #47c247 100
color_stop = 4.000000 #47c247 100
color_stop = 4.000000 #47c247 100
color_stop = 6.000000 #47c247 100
color_stop = 6.000000 #47c247 100
# Gradient 3
gradient = vertical
start_color = #161616 100
end_color = #464646 100
# Gradient 4
gradient = vertical
start_color = #b34235 100
end_color = #8f342a 100
# Gradient 5
gradient = vertical
start_color = #232323 100
end_color = #171717 100
#-------------------------------------
# Backgrounds
# Background 1: Zminimalizowane
rounded = 4
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #363636 100
border_color = #404040 100
gradient_id = 1
background_color_hover = #363636 100
border_color_hover = #0f0f0f 100
background_color_pressed = #363636 100
border_color_pressed = #0f0f0f 100
# Background 2:
rounded = 3
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #161616 100
border_color = #161616 100
gradient_id = 1
background_color_hover = #161616 100
border_color_hover = #161616 100
background_color_pressed = #161616 100
border_color_pressed = #161616 100
# Background 3:
rounded = 0
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #292929 100
border_color = #161616 100
gradient_id = 2
background_color_hover = #292929 100
border_color_hover = #161616 100
background_color_pressed = #292929 100
border_color_pressed = #161616 100
# Background 4: Aktywne, Domyślne zadanie, Nazwa aktywnego pulpitu, Nazwa nieaktywnego pulpitu
rounded = 4
border_width = 0
border_sides = TBLR
border_content_tint_weight = 20
background_content_tint_weight = 0
background_color = #464646 100
border_color = #0f0f0f 100
gradient_id = 3
background_color_hover = #464646 100
border_color_hover = #0f0f0f 100
background_color_pressed = #464646 100
border_color_pressed = #0f0f0f 100
# Background 5: Pilne
rounded = 0
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #a54d4d 100
border_color = #ffde00 100
gradient_id = 4
background_color_hover = #a54d4d 100
border_color_hover = #ffde00 100
background_color_pressed = #a54d4d 100
border_color_pressed = #ffde00 100
# Background 6: Podpowiedzi
rounded = 4
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #e7e7f0 40
border_color = #161616 40
background_color_hover = #e7e7f0 40
border_color_hover = #161616 40
background_color_pressed = #e7e7f0 40
border_color_pressed = #161616 40
# Background 7: Aktywne zadanie, Bateria, Nieaktywne zadanie, Panel, Zasobnik systemowy, Zegar
rounded = 4
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #161616 100
border_color = #161616 100
gradient_id = 1
background_color_hover = #161616 100
border_color_hover = #161616 100
background_color_pressed = #161616 100
border_color_pressed = #161616 100
#-------------------------------------
# Panel
panel_items = PLT:S:B:CP
panel_size = 96% 40
panel_margin = 0 0
panel_padding = 2 2 2
panel_background_id = 7
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = bottom center horizontal
panel_layer = top
panel_monitor = all
panel_shrink = 0
autohide = 0
autohide_show_timeout = 0.7
autohide_hide_timeout = 1.5
autohide_height = 2
strut_policy = follow_size
panel_window_name = tint2
disable_transparency = 0
mouse_effects = 0
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 = multi_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 2 2 2
taskbar_background_id = 7
taskbar_active_background_id = 7
taskbar_name = 1
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 = 8 0
taskbar_name_background_id = 4
taskbar_name_active_background_id = 4
taskbar_name_font = Ubuntu 10
taskbar_name_font_color = #a1a1a1 24
taskbar_name_active_font_color = #f3f3ff 100
taskbar_distribute_size = 1
taskbar_sort_order = none
task_align = left
#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 1
urgent_nb_of_blink = 10
task_maximum_size = 160 24
task_padding = 4 0 4
task_font = Sans 9
task_tooltip = 1
task_thumbnail = 1
task_thumbnail_size = 210
task_font_color = #bbbbbb 100
task_active_font_color = #f3f3ff 100
task_urgent_font_color = #f3f3ff 100
task_iconified_font_color = #cccccc 100
task_icon_asb = 100 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 70
task_iconified_icon_asb = 100 0 -40
task_background_id = 4
task_active_background_id = 4
task_urgent_background_id = 5
task_iconified_background_id = 1
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify
#-------------------------------------
# System tray (notification area)
systray_padding = 0 0 4
systray_background_id = 7
systray_sort = ascending
systray_icon_size = 22
systray_icon_asb = 100 0 0
systray_monitor = primary
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 0 0 2
launcher_background_id = 0
launcher_icon_background_id = 0
launcher_icon_size = 32
launcher_icon_asb = 100 0 0
launcher_icon_theme = elementary-xfce
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 0
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
launcher_item_app = ~/.local/share/applications/calamares.desktop
launcher_apps_dir = ~/.local/share/applictations/
#-------------------------------------
# Clock
time1_format = %a %e %b %k:%M
time2_format =
time1_font = Roboto Mono Regular 10
time1_timezone =
time2_timezone =
time2_font =
clock_font_color = #f3f3ff 100
clock_padding = 2 0
clock_background_id = 7
clock_tooltip =
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 = 1
battery_low_status = 7
battery_low_cmd =
battery_full_cmd =
bat1_font = Roboto Mono Regular 10
bat2_font = sans 0
battery_font_color = #f3f3ff 100
bat1_format =
bat2_format =
battery_padding = 1 0
battery_background_id = 7
battery_hide = 101
battery_lclick_command =
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd = notify-send "Conectado AC"
ac_disconnected_cmd = notify-send "Desconectado AC"
#-------------------------------------
# Separator 1
separator = new
separator_background_id = 0
separator_color = #777777 84
separator_style = empty
separator_size = 0
separator_padding = 4 0
#-------------------------------------
# Separator 2
separator = new
separator_background_id = 0
separator_color = #777777 84
separator_style = empty
separator_size = 0
separator_padding = 4 0
#-------------------------------------
# Separator 3
separator = new
separator_background_id = 0
separator_color = #777777 84
separator_style = empty
separator_size = 0
separator_padding = 4 0
#-------------------------------------
# Button 1
button = new
button_icon = distributor-logo-mabox
button_text =
button_lclick_command = mb-jgtools main ipc
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 2
button = new
button_icon = tint2conf
button_text =
button_tooltip = Ajustes de panel
button_lclick_command = tint2conf $HOME/.config/tint2/gradient.tint2rc
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.8
tooltip_hide_timeout = 0.3
tooltip_padding = 5 4
tooltip_background_id = 6
tooltip_font_color = #000000 100
tooltip_font = Ubuntu 10

View File

@ -0,0 +1,296 @@
#---- Generated by tint2conf 9488 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1:
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #222222 100
border_color = #000000 30
background_color_hover = #000000 60
border_color_hover = #000000 30
background_color_pressed = #000000 60
border_color_pressed = #000000 30
# Background 2: Default task, Iconified task
rounded = 0
border_width = 3
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #777777 20
border_color = #777777 30
background_color_hover = #aaaaaa 22
border_color_hover = #eaeaea 44
background_color_pressed = #555555 4
border_color_pressed = #eaeaea 44
# Background 3: Active task
rounded = 0
border_width = 3
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #777777 78
border_color = #ffffff 40
background_color_hover = #aaaaaa 22
border_color_hover = #eaeaea 44
background_color_pressed = #555555 4
border_color_pressed = #eaeaea 44
# Background 4: Urgent task
rounded = 4
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #aa4400 100
border_color = #aa7733 100
background_color_hover = #cc7700 100
border_color_hover = #aa7733 100
background_color_pressed = #555555 4
border_color_pressed = #aa7733 100
# Background 5: Panel, Tooltip
rounded = 0
border_width = 1
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #222222 66
border_color = #444444 100
background_color_hover = #ffffaa 100
border_color_hover = #000000 100
background_color_pressed = #ffffaa 100
border_color_pressed = #000000 100
#-------------------------------------
# Panel
panel_items = PPL:TSBCPP
panel_size = 100% 32
panel_margin = 0 0
panel_padding = 4 0 2
panel_background_id = 5
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = top center horizontal
panel_layer = bottom
panel_monitor = primary
panel_shrink = 0
autohide = 0
autohide_show_timeout = 0.5
autohide_hide_timeout = 0.5
autohide_height = 2
strut_policy = follow_size
panel_window_name = tint2
disable_transparency = 0
mouse_effects = 1
font_shadow = 0
mouse_hover_icon_asb = 100 0 20
mouse_pressed_icon_asb = 50 0 0
scale_relative_to_dpi = 0
scale_relative_to_screen_height = 0
#-------------------------------------
# Taskbar
taskbar_mode = multi_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 0 0 2
taskbar_background_id = 0
taskbar_active_background_id = 0
taskbar_name = 1
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 = 4 2
taskbar_name_background_id = 0
taskbar_name_active_background_id = 0
taskbar_name_font_color = #cacaca 100
taskbar_name_active_font_color = #ffffff 100
taskbar_distribute_size = 1
taskbar_sort_order = none
task_align = left
#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 0
urgent_nb_of_blink = 100000
task_maximum_size = 130 30
task_padding = 4 4 4
task_tooltip = 1
task_thumbnail = 1
task_thumbnail_size = 220
task_font_color = #ffffff 100
task_background_id = 2
task_active_background_id = 3
task_urgent_background_id = 4
task_iconified_background_id = 2
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = toggle
#-------------------------------------
# System tray (notification area)
systray_padding = 0 0 8
systray_background_id = 0
systray_sort = ascending
systray_icon_size = 20
systray_icon_asb = 100 -100 0
systray_monitor = primary
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 4 1 4
launcher_background_id = 0
launcher_icon_background_id = 0
launcher_icon_size = 28
launcher_icon_asb = 100 0 0
launcher_icon_theme = Numix-Square
launcher_icon_theme_override = 1
startup_notifications = 1
launcher_tooltip = 1
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
launcher_item_app = ~/.local/share/applications/calamares.desktop
launcher_apps_dir = ~/.local/share/applictations/
#-------------------------------------
# Clock
time1_format = %H:%M
time2_format =
time1_font = Cantarell Bold 12
time1_timezone =
time2_timezone =
time2_font = Cantarell 0
clock_font_color = #ffffff 100
clock_padding = 5 0
clock_background_id = 0
clock_tooltip = Today is %A %dth 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 = 1
battery_low_status = 20
battery_low_cmd =
battery_full_cmd = notify-send battery full
bat1_font = Monospace 9
bat2_font = Cantarell 0
battery_font_color = #ffffff 100
bat1_format =
bat2_format =
battery_padding = 0 0
battery_background_id = 0
battery_hide = 101
battery_lclick_command =
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd = notify-send ac_connected
ac_disconnected_cmd = notify-send ac disconnected
#-------------------------------------
# Separator 1
separator = new
separator_background_id = 0
separator_color = #777777 80
separator_style = dots
separator_size = 4
separator_padding = 0 0
#-------------------------------------
# Button 1
button = new
button_icon = arrow-left
button_text =
button_tooltip = Panel Izquierdo - Lugares (ctrl+tab)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_centered = 0
button_max_icon_size = 16
#-------------------------------------
# Button 2
button = new
button_icon = distributor-logo-mabox
button_text =
button_lclick_command = mb-jgtools main ipc
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 3
button = new
button_icon = tint2conf
button_text =
button_tooltip = Ajustes de Panel
button_lclick_command = tint2conf
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 20
#-------------------------------------
# Button 4
button = new
button_icon = arrow-right
button_text =
button_tooltip = Panel Derecho(super+tab)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_centered = 0
button_max_icon_size = 16
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.1
tooltip_padding = 8 8
tooltip_background_id = 5
tooltip_font_color = #ffffff 100

View File

@ -0,0 +1,320 @@
#---- Generated by tint2conf 0b9b ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Panel
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #000000 0
border_color = #000000 19
background_color_hover = #000000 60
border_color_hover = #000000 60
background_color_pressed = #000000 60
border_color_pressed = #000000 60
# Background 2: Tarea predeterminada
rounded = 0
border_width = 3
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111111 78
border_color = #585858 68
background_color_hover = #2f2f2f 100
border_color_hover = #222222 68
background_color_pressed = #f1f1f1 40
border_color_pressed = #ffffff 68
# Background 3:
rounded = 1
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #787373 45
border_color = #9a9a9a 100
background_color_hover = #2f2f2f 0
border_color_hover = #222222 0
background_color_pressed = #f1f1f1 0
border_color_pressed = #ffffff 0
# Background 4: Tarea activa
rounded = 1
border_width = 2
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #4e4e4e 100
border_color = #ece5e5 60
background_color_hover = #000000 60
border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 5: Mensaje emergente
rounded = 0
border_width = 2
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #147122 100
border_color = #fff3f3 100
background_color_hover = #000000 60
border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 6: Nombre del escritorio activo
rounded = 1
border_width = 1
border_sides = TBLR
border_content_tint_weight = 2
background_content_tint_weight = 0
background_color = #787373 100
border_color = #ffffff 100
background_color_hover = #000000 60
border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 7: Bandeja del sistema, Lanzador, Nombre de escritorio inactivo, Reloj
rounded = 4
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111111 50
border_color = #232323 60
background_color_hover = #2f2f2f 0
border_color_hover = #222222 0
background_color_pressed = #f1f1f1 0
border_color_pressed = #ffffff 0
#-------------------------------------
# Panel
panel_items = PPLTSCPP
panel_size = 98% 34
panel_margin = 4 4
panel_padding = 1 1 4
panel_background_id = 1
wm_menu = 0
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.3
autohide_hide_timeout = 2
autohide_height = 1
strut_policy = follow_size
panel_window_name = tint2
disable_transparency = 0
mouse_effects = 1
font_shadow = 0
mouse_hover_icon_asb = 99 0 10
mouse_pressed_icon_asb = 100 0 0
scale_relative_to_dpi = 0
scale_relative_to_screen_height = 0
#-------------------------------------
# Taskbar
taskbar_mode = multi_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 2 0 4
taskbar_background_id = 0
taskbar_active_background_id = 0
taskbar_name = 1
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 0
taskbar_name_background_id = 7
taskbar_name_active_background_id = 6
taskbar_name_font = Noto Sans 8
taskbar_name_font_color = #bdbdbd 100
taskbar_name_active_font_color = #ffffff 100
taskbar_distribute_size = 1
taskbar_sort_order = none
task_align = left
#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 0
urgent_nb_of_blink = 8
task_maximum_size = 140 24
task_padding = 1 0 5
task_font = Sans 9
task_tooltip = 1
task_thumbnail = 1
task_thumbnail_size = 210
task_font_color = #f3f3f5 60
task_active_font_color = #ffffff 80
task_urgent_font_color = #ffffff 80
task_icon_asb = 70 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_background_id = 2
task_active_background_id = 4
task_urgent_background_id = 0
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = toggle_iconify
#-------------------------------------
# System tray (notification area)
systray_padding = 8 4 4
systray_background_id = 7
systray_sort = ascending
systray_icon_size = 18
systray_icon_asb = 100 0 0
systray_monitor = 1
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 8 4 4
launcher_background_id = 7
launcher_icon_background_id = 0
launcher_icon_size = 24
launcher_icon_asb = 100 0 0
launcher_icon_theme = Vertex-Maia
launcher_icon_theme_override = 1
startup_notifications = 0
launcher_tooltip = 1
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
launcher_item_app = /usr/share/applications/firefox.desktop
launcher_item_app = ~/.local/share/applications/calamares.desktop
launcher_apps_dir = ~/.local/share/applictations/
#-------------------------------------
# Clock
time1_format = %H:%M
time2_format = %A %d %B
time1_font = sans 8
time1_timezone =
time2_timezone =
time2_font = sans 6
clock_font_color = #ffffff 60
clock_padding = 8 0
clock_background_id = 7
clock_tooltip = Hoy es %A, %e de %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 = 1
battery_low_status = 10
battery_low_cmd =
battery_full_cmd =
bat1_font = sans 8
bat2_font = sans 6
battery_font_color = #ffffff 60
bat1_format =
bat2_format =
battery_padding = 1 0
battery_background_id = 0
battery_hide = 98
battery_lclick_command =
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
# Button 1
button = new
button_icon = arrow-left
button_text =
button_tooltip = Panel Izquierdo - Lugares (ctrl+tab)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 2
button = new
button_icon = distributor-logo-mabox
button_text =
button_lclick_command = mb-jgtools main ipc
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 3
button = new
button_icon = tint2conf
button_text =
button_tooltip = Editar configuración panel
button_lclick_command = tint2conf $HOME/.config/tint2/mabox2001.tint2rc
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 8 4
button_background_id = 7
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 4
button = new
button_icon = arrow-right
button_text =
button_tooltip = Panel Derecho(super+tab)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.3
tooltip_hide_timeout = 0.3
tooltip_padding = 10 10
tooltip_background_id = 5
tooltip_font_color = #f9f9f9 100
tooltip_font = Sans Bold 10

View File

@ -0,0 +1,313 @@
#---- Generated by tint2conf 7534 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Panel
rounded = 0
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #d4cfc7 100
border_color = #ffffff 100
background_color_hover = #eeeeee 100
border_color_hover = #464646 100
background_color_pressed = #eeeeee 100
border_color_pressed = #bbbbbb 100
# Background 2: Default task, Iconified task
rounded = 0
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #d4cfc7 100
border_color = #484848 29
background_color_hover = #eeeeee 100
border_color_hover = #4a4a4a 100
background_color_pressed = #cccccc 100
border_color_pressed = #cccccc 100
# Background 3: Active task
rounded = 0
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #ebebeb 100
border_color = #484848 100
background_color_hover = #eeeeee 100
border_color_hover = #aaaaaa 100
background_color_pressed = #cccccc 100
border_color_pressed = #999999 100
# Background 4: Urgent task
rounded = 0
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #aa4400 100
border_color = #aa7733 100
background_color_hover = #aa4400 100
border_color_hover = #aa7733 100
background_color_pressed = #aa4400 100
border_color_pressed = #aa7733 100
# Background 5: Tooltip
rounded = 2
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #ffffaa 100
border_color = #999999 100
background_color_hover = #ffffaa 100
border_color_hover = #999999 100
background_color_pressed = #ffffaa 100
border_color_pressed = #999999 100
# Background 6: Inactive desktop name
rounded = 2
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #eeeeee 100
border_color = #cccccc 100
background_color_hover = #eeeeee 100
border_color_hover = #cccccc 100
background_color_pressed = #eeeeee 100
border_color_pressed = #cccccc 100
# Background 7: Active desktop name
rounded = 0
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #dddddd 100
border_color = #999999 100
background_color_hover = #dddddd 100
border_color_hover = #999999 100
background_color_pressed = #dddddd 100
border_color_pressed = #999999 100
# Background 8: Systray
rounded = 3
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #dddddd 100
border_color = #cccccc 100
background_color_hover = #dddddd 100
border_color_hover = #cccccc 100
background_color_pressed = #dddddd 100
border_color_pressed = #cccccc 100
#-------------------------------------
# Panel
panel_items = PPLTFSCP
panel_size = 100% 32
panel_margin = 0 0
panel_padding = 0 2 4
panel_background_id = 1
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = bottom center horizontal
panel_layer = normal
panel_monitor = all
panel_shrink = 0
autohide = 0
autohide_show_timeout = 0
autohide_hide_timeout = 0.5
autohide_height = 2
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 = multi_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 0 0 2
taskbar_background_id = 0
taskbar_active_background_id = 0
taskbar_name = 1
taskbar_hide_inactive_tasks = 0
taskbar_hide_different_monitor = 0
taskbar_hide_different_desktop = 0
taskbar_always_show_all_desktop_tasks = 1
taskbar_name_padding = 6 3
taskbar_name_background_id = 6
taskbar_name_active_background_id = 7
taskbar_name_font = sans bold 9
taskbar_name_font_color = #222222 47
taskbar_name_active_font_color = #222222 100
taskbar_distribute_size = 1
taskbar_sort_order = none
task_align = left
#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 0
urgent_nb_of_blink = 100000
task_maximum_size = 140 35
task_padding = 4 3 4
task_font = sans 8
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = #222222 100
task_icon_asb = 100 0 0
task_background_id = 2
task_active_background_id = 3
task_urgent_background_id = 4
task_iconified_background_id = 2
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = prev_task
mouse_scroll_down = next_task
#-------------------------------------
# System tray (notification area)
systray_padding = 4 0 2
systray_background_id = 8
systray_sort = ascending
systray_icon_size = 22
systray_icon_asb = 100 0 0
systray_monitor = 1
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 0 0 2
launcher_background_id = 0
launcher_icon_background_id = 0
launcher_icon_size = 22
launcher_icon_asb = 100 0 0
launcher_icon_theme = Chicago95-tux
launcher_icon_theme_override = 0
startup_notifications = 1
launcher_tooltip = 1
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
launcher_item_app = ~/.local/share/applications/calamares.desktop
launcher_apps_dir = ~/.local/share/applictations/
#-------------------------------------
# Clock
time1_format = %H:%M
time2_format = %A %d %B
time1_font = sans bold 8
time1_timezone =
time2_timezone =
time2_font = sans 7
clock_font_color = #222222 100
clock_padding = 1 0
clock_background_id = 0
clock_tooltip = Today is %A %dth 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 = 1
battery_low_status = 10
battery_low_cmd =
battery_full_cmd =
bat1_font = sans 8
bat2_font = sans 6
battery_font_color = #222222 100
bat1_format =
bat2_format =
battery_padding = 1 0
battery_background_id = 0
battery_hide = 101
battery_lclick_command =
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
# Button 1
button = new
button_icon = arrow-left
button_text =
button_tooltip = Panel Izquierdo - Lugares (ctrl+tab)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_centered = 0
button_max_icon_size = 16
#-------------------------------------
# Button 2
button = new
button_icon = distributor-logo-mabox
button_text =
button_lclick_command = mb-jgtools main ipc
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 24
#-------------------------------------
# Button 3
button = new
button_icon = arrow-right
button_text =
button_tooltip = Panel Derecho(super+tab)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_centered = 0
button_max_icon_size = 16
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.1
tooltip_padding = 6 6
tooltip_background_id = 5
tooltip_font_color = #222222 100
tooltip_font = sans 9

View File

@ -0,0 +1,314 @@
#---- Generated by tint2conf bcef ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Panel
rounded = 0
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #000000 48
border_color = #5e0b0b 100
background_color_hover = #000000 70
border_color_hover = #000000 30
background_color_pressed = #000000 70
border_color_pressed = #000000 30
# Background 2: Default task, Iconified task
rounded = 1
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #000000 0
border_color = #000000 0
background_color_hover = #aaaaaa 22
border_color_hover = #eaeaea 44
background_color_pressed = #555555 4
border_color_pressed = #eaeaea 44
# Background 3: Active task, Inactive taskbar, Launcher
rounded = 1
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #777777 20
border_color = #ffffff 40
background_color_hover = #aaaaaa 22
border_color_hover = #eaeaea 44
background_color_pressed = #555555 4
border_color_pressed = #eaeaea 44
# Background 4: Urgent task
rounded = 4
border_width = 1
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #aa4400 100
border_color = #aa7733 100
background_color_hover = #cc7700 100
border_color_hover = #aa7733 100
background_color_pressed = #555555 4
border_color_pressed = #aa7733 100
# Background 5: Button, Clock, Tooltip
rounded = 1
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #5e0b0b 100
border_color = #000000 100
background_color_hover = #ffffaa 0
border_color_hover = #000000 100
background_color_pressed = #ffffaa 0
border_color_pressed = #000000 100
# Background 6:
rounded = 1
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #5e0b0b 100
border_color = #000000 100
background_color_hover = #ffffaa 100
border_color_hover = #000000 100
background_color_pressed = #ffffaa 100
border_color_pressed = #000000 100
# Background 7: Systray
rounded = 1
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #65543f 100
border_color = #000000 100
background_color_hover = #ffffaa 100
border_color_hover = #000000 100
background_color_pressed = #ffffaa 100
border_color_pressed = #000000 100
#-------------------------------------
# Panel
panel_items = PPLTSBCPP
panel_size = 80% 30
panel_margin = 0 0
panel_padding = 2 2 0
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.5
autohide_height = 2
strut_policy = follow_size
panel_window_name = tint2
disable_transparency = 1
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 = multi_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 3 0 4
taskbar_background_id = 3
taskbar_active_background_id = 0
taskbar_name = 1
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 = 4 2
taskbar_name_background_id = 0
taskbar_name_active_background_id = 0
taskbar_name_font = Noto Sans 9
taskbar_name_font_color = #e3e3e3 100
taskbar_name_active_font_color = #f4c00d 100
taskbar_distribute_size = 1
taskbar_sort_order = none
task_align = left
#-------------------------------------
# Task
task_text = 1
task_icon = 1
task_centered = 1
urgent_nb_of_blink = 100000
task_maximum_size = 96 30
task_padding = 2 3 4
task_font = Noto Sans 8
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = #f6cb33 100
task_icon_asb = 100 0 0
task_background_id = 2
task_active_background_id = 3
task_urgent_background_id = 4
task_iconified_background_id = 2
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = toggle
mouse_scroll_down = iconify
#-------------------------------------
# System tray (notification area)
systray_padding = 0 4 0
systray_background_id = 7
systray_sort = ascending
systray_icon_size = 24
systray_icon_asb = 100 0 0
systray_monitor = 1
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 2 0 2
launcher_background_id = 3
launcher_icon_background_id = 0
launcher_icon_size = 24
launcher_icon_asb = 100 0 0
launcher_icon_theme = Numix-Square
launcher_icon_theme_override = 1
startup_notifications = 1
launcher_tooltip = 1
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
launcher_item_app = ~/.local/share/applications/calamares.desktop
launcher_apps_dir = ~/.local/share/applictations/
#-------------------------------------
# Clock
time1_format = %H:%M
time2_format =
time1_font = ubuntu 10
time1_timezone =
time2_timezone =
clock_font_color = #f6cb33 100
clock_padding = 6 0
clock_background_id = 5
clock_tooltip = Dzisiaj jest %A, %e dzień %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 = 1
battery_low_status = 10
battery_low_cmd =
battery_full_cmd =
bat1_font = ubuntu 10
bat2_font = ubuntu 8
battery_font_color = #ffffff 100
bat1_format =
bat2_format =
battery_padding = 1 0
battery_background_id = 0
battery_hide = 101
battery_lclick_command =
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
# Button 1
button = new
button_icon = arrow-left
button_text =
button_tooltip = Panel izquierdo - Lugares (ctrl+tab)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 2
button = new
button_icon = distributor-logo-mabox
button_text =
button_lclick_command = mb-jgtools main ipc
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 3
button = new
button_icon = tint2conf
button_text =
button_lclick_command = tint2conf
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = 5
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 4
button = new
button_icon = arrow-right
button_text =
button_tooltip = Panel Derecho(super+tab)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.1
tooltip_padding = 6 10
tooltip_background_id = 5
tooltip_font_color = #f6cb33 100

View File

@ -0,0 +1,317 @@
#---- Generated by tint2conf 3897 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Panel, Zegar
rounded = 0
border_width = 5
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #000000 0
border_color = #269b29 0
background_color_hover = #000000 60
border_color_hover = #000000 60
background_color_pressed = #000000 60
border_color_pressed = #000000 60
# Background 2: Domyślne zadanie
rounded = 0
border_width = 3
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111111 78
border_color = #585858 68
background_color_hover = #2f2f2f 100
border_color_hover = #222222 68
background_color_pressed = #f1f1f1 40
border_color_pressed = #ffffff 68
# Background 3: Programy, Zasobnik systemowy
rounded = 1
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #787373 0
border_color = #9a9a9a 100
background_color_hover = #2f2f2f 0
border_color_hover = #222222 0
background_color_pressed = #f1f1f1 0
border_color_pressed = #ffffff 0
# Background 4: Aktywne
rounded = 1
border_width = 2
border_sides = B
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #4e4e4e 100
border_color = #ece5e5 60
background_color_hover = #000000 60
border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 5: Podpowiedzi
rounded = 6
border_width = 2
border_sides = B
border_content_tint_weight = 2
background_content_tint_weight = 2
background_color = #383838 69
border_color = #ffffff 58
background_color_hover = #000000 60
border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 6: Nazwa aktywnego pulpitu
rounded = 1
border_width = 1
border_sides = TBLR
border_content_tint_weight = 2
background_content_tint_weight = 0
background_color = #787373 100
border_color = #ffffff 100
background_color_hover = #000000 60
border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 7: Nazwa nieaktywnego pulpitu
rounded = 4
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111111 50
border_color = #232323 60
background_color_hover = #2f2f2f 0
border_color_hover = #222222 0
background_color_pressed = #f1f1f1 0
border_color_pressed = #ffffff 0
#-------------------------------------
# Panel
panel_items = PPFTFSCPP
panel_size = 100% 30
panel_margin = 0 0
panel_padding = 0 1 4
panel_background_id = 1
wm_menu = 0
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.3
autohide_hide_timeout = 2
autohide_height = 5
strut_policy = follow_size
panel_window_name = tint2
disable_transparency = 0
mouse_effects = 1
font_shadow = 1
mouse_hover_icon_asb = 100 0 20
mouse_pressed_icon_asb = 100 1 0
scale_relative_to_dpi = 0
scale_relative_to_screen_height = 0
#-------------------------------------
# Taskbar
taskbar_mode = multi_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 2 0 4
taskbar_background_id = 0
taskbar_active_background_id = 0
taskbar_name = 1
taskbar_hide_inactive_tasks = 0
taskbar_hide_different_monitor = 0
taskbar_hide_different_desktop = 0
taskbar_always_show_all_desktop_tasks = 1
taskbar_name_padding = 10 0
taskbar_name_background_id = 7
taskbar_name_active_background_id = 6
taskbar_name_font = Noto Sans 8
taskbar_name_font_color = #bdbdbd 100
taskbar_name_active_font_color = #ffffff 100
taskbar_distribute_size = 1
taskbar_sort_order = none
task_align = center
#-------------------------------------
# Task
task_text = 0
task_icon = 1
task_centered = 0
urgent_nb_of_blink = 8
task_maximum_size = 20 20
task_padding = 1 0 5
task_font = Sans 9
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = #f3f3f5 60
task_active_font_color = #ffffff 80
task_urgent_font_color = #ffffff 80
task_icon_asb = 70 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_background_id = 2
task_active_background_id = 4
task_urgent_background_id = 0
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = toggle
mouse_scroll_up = iconify
mouse_scroll_down = toggle_iconify
#-------------------------------------
# System tray (notification area)
systray_padding = 1 1 0
systray_background_id = 3
systray_sort = ascending
systray_icon_size = 18
systray_icon_asb = 100 0 0
systray_monitor = primary
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 8 8 8
launcher_background_id = 3
launcher_icon_background_id = 0
launcher_icon_size = 64
launcher_icon_asb = 100 0 0
launcher_icon_theme = Vertex-Maia
launcher_icon_theme_override = 1
startup_notifications = 0
launcher_tooltip = 1
launcher_item_app = ~/.local/share/applications/show_desktop.desktop
launcher_item_app = ~/.local/share/applications/exo-file-manager.desktop
launcher_item_app = ~/.local/share/applications/exo-terminal-emulator.desktop
launcher_item_app = ~/.local/share/applications/exo-web-browser.desktop
launcher_item_app = ~/.local/share/applications/calamares.desktop
launcher_apps_dir = ~/.local/share/applictations/
#-------------------------------------
# Clock
time1_format = %A %d %B %H:%M
time2_format =
time1_font = sans 8
time1_timezone =
time2_timezone =
time2_font = sans 6
clock_font_color = #ffffff 60
clock_padding = 8 0
clock_background_id = 1
clock_tooltip = Dzisiaj jest %A, %e dzień %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 = 1
battery_low_status = 10
battery_low_cmd = notify-send -i battery-caution-symbolic "niski poziom naładowania baterii"
battery_full_cmd =
bat1_font = sans 8
bat2_font = sans 6
battery_font_color = #ffffff 60
bat1_format =
bat2_format =
battery_padding = 1 0
battery_background_id = 0
battery_hide = 98
battery_lclick_command =
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
# Button 1
button = new
button_text = <
button_tooltip = Panel Izquierdo - Lugares (ctrl+tab)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #ffffff 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 2
button = new
button_text =  Programy
button_lclick_command = mb-jgtools main ipc
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #ffffff 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 3
button = new
button_text = 
button_tooltip = Editar este panel
button_lclick_command = tint2conf $HOME/.config/tint2/transparent.tint2rc
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Noto Sans 8
button_font_color = #ffffff 100
button_padding = 0 0
button_background_id = 0
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 4
button = new
button_text = >
button_tooltip = Panel Derecho(super+tab)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = #fffdfd 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.3
tooltip_hide_timeout = 0.3
tooltip_padding = 10 10
tooltip_background_id = 5
tooltip_font_color = #f9f9f9 100
tooltip_font = Sans Bold 10