From 65d93d0ea56a874a7ba9564c17a69e4e09e366d6 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Tue, 2 Feb 2021 20:27:00 +0100 Subject: [PATCH] remove rainforest theme --- .../conky/shortcuts_rainforest.conkyrc | 120 ------- .../.config/conky/sysinfo_rainforest.conkyrc | 81 ----- lang/en/.config/tint2/RainForest.tint2rc | 318 ------------------ .../conky/shortcuts_rainforest.conkyrc | 120 ------- .../.config/conky/sysinfo_rainforest.conkyrc | 82 ----- lang/es/.config/tint2/RainForest.tint2rc | 318 ------------------ .../conky/shortcuts_rainforest.conkyrc | 121 ------- .../.config/conky/sysinfo_rainforest.conkyrc | 83 ----- lang/pl/.config/tint2/RainForest.tint2rc | 318 ------------------ 9 files changed, 1561 deletions(-) delete mode 100644 lang/en/.config/conky/shortcuts_rainforest.conkyrc delete mode 100644 lang/en/.config/conky/sysinfo_rainforest.conkyrc delete mode 100644 lang/en/.config/tint2/RainForest.tint2rc delete mode 100644 lang/es/.config/conky/shortcuts_rainforest.conkyrc delete mode 100644 lang/es/.config/conky/sysinfo_rainforest.conkyrc delete mode 100644 lang/es/.config/tint2/RainForest.tint2rc delete mode 100644 lang/pl/.config/conky/shortcuts_rainforest.conkyrc delete mode 100644 lang/pl/.config/conky/sysinfo_rainforest.conkyrc delete mode 100644 lang/pl/.config/tint2/RainForest.tint2rc diff --git a/lang/en/.config/conky/shortcuts_rainforest.conkyrc b/lang/en/.config/conky/shortcuts_rainforest.conkyrc deleted file mode 100644 index 7c7e908..0000000 --- a/lang/en/.config/conky/shortcuts_rainforest.conkyrc +++ /dev/null @@ -1,120 +0,0 @@ -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 = '#bac8b0', - 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:bold: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 = '#5B3860', - color0 = '#B0E0E6',-- PowderBlue - color1 = '#778899',-- LightSlateGray ---color2 D8BFD8 # Thistle - color2 = '#346078', - 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}RUN${alignr}${color2}super = windows key${voffset -6} -${color2}${hr 1}${voffset -4} -${color2}file manager ${alignr}${color}super+f -${color2}menu ${alignr}${color}super / super+spacebar -${color2}run... ${alignr}${color}super+m / alt+F2 -${color2}web browser ${alignr}${color}super+w -${color2}terminal ${alignr}${color}super+t -${color2}volume control ${alignr}${color}super+v -${color2}toggle compositor ${alignr}${color}super+c -${color2}lock screen ${alignr}${color}super+l -${color2}xkill ${alignr}${color}super+k -${color2}exit ${alignr}${color}super+x -${color}SIDEPANELS${voffset -6} -${color2}${hr 1}${voffset -4} -${color2}places (left) ${alignr} ${color}ctrl+TAB -${color2}settings (right) ${alignr} ${color}super+TAB -${color2}toggle DOCK (Gkrellm) ${alignr} ${color}super+alt+d -${color}WINDOWS${voffset -6} -${color2}${hr 1}${voffset -4} -${color2}close ${alignr} ${color}alt+F4 -${color2}iconify ${alignr} ${color}alt+F5 -${color2}maximize ${alignr} ${color}alt+F6 -${color2}lower ${alignr} ${color}alt+esc -${color2}show desktop ${alignr} ${color}super+d -${color2}un/decorate ${alignr} ${color}super+b -${color2}toggle fullscreen ${alignr} ${color}F11 -${color2}grow/move ${alignr} ${color}super+alt+arrows -${color2}windows placement: -${color2} - half screen ${alignr} ${color}super+arrows -${color2} - 1/4 screen ${alignr} ${color}super+numpad[1..9] -${color}DESKTOPS${voffset -6} -${color2}${hr 1}${voffset -4} -${color2}go to desktop ${alignr} ${color}super+[1..4] -]]; diff --git a/lang/en/.config/conky/sysinfo_rainforest.conkyrc b/lang/en/.config/conky/sysinfo_rainforest.conkyrc deleted file mode 100644 index a6873dd..0000000 --- a/lang/en/.config/conky/sysinfo_rainforest.conkyrc +++ /dev/null @@ -1,81 +0,0 @@ -conky.config = { - background = true, - own_window = true, - own_window_type = 'desktop', --- own_window_argb_visual yes --- own_window_argb_value 125 - own_window_transparent = false, - own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#bac8B0', - own_window_class = 'Conky', - own_window_title = 'Mabox Sysinfo Rainforest Monitor Conky', - - gap_x = 15, - gap_y = 45, - alignment = 'bottom_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 = '#346078', - color3 = '#78CC14', - cpu_avg_samples = 2, - default_color = '#5B3860', - - draw_borders = false,--yes - - stippled_borders = 5, - border_inner_margin = 5, - border_outer_margin = 0, - border_width = 2, - - 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 10}${color}CPU$alignr$cpu% -$color2${goto 10}$alignr${cpubar 4,195} -${voffset 5}${goto 15}$font$color2${top name 1}$alignr$color${top cpu 1}% -${goto 15}$color2${top name 2}$alignr$color${top cpu 2}% -${goto 15}$color2${top name 3}$alignr$color${top cpu 3}% -${goto 15}$color2${top name 4}$alignr$color${top cpu 4}% -# -${voffset 10}${goto 10}${color}RAM$alignr$mem/$memmax -$color2${goto 10}$alignr${membar 4,195} -${goto 15}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 15}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 15}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3} -${goto 15}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4} -# -${voffset 10}$alignr disk ${color2}${fs_used /} - ${fs_size /} -$alignr$color memory ${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}uptime ${color}${uptime_short} -${alignr}${color2}${font Cantarell:size=9}${alignr}kernel ${color}${kernel} -${alignr}${color2}${font Cantarell:size=9}${alignr}arch ${color}${machine} -${alignr}${color2}${font Cantarell:size=9}${alignr}filesystem ${color}${fs_type} -${voffset 10}${alignr}${color} available updates ${color3}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color} -${alignr}${color} installed pkgs: ${color2}${execi 10000 pacman -Q | wc -l} -${alignr}${color} branch: ${color2}${execi 10000 pacman-mirrors -G} -]]; diff --git a/lang/en/.config/tint2/RainForest.tint2rc b/lang/en/.config/tint2/RainForest.tint2rc deleted file mode 100644 index b32eb59..0000000 --- a/lang/en/.config/tint2/RainForest.tint2rc +++ /dev/null @@ -1,318 +0,0 @@ -#---- Generated by tint2conf 0ae6 ---- -# 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 85 -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 = Left SidePanel - Places (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 = 16 - -#------------------------------------- -# Button 2 -button = new -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_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 = Right SidePanel (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 = 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 - diff --git a/lang/es/.config/conky/shortcuts_rainforest.conkyrc b/lang/es/.config/conky/shortcuts_rainforest.conkyrc deleted file mode 100644 index 5325fc1..0000000 --- a/lang/es/.config/conky/shortcuts_rainforest.conkyrc +++ /dev/null @@ -1,120 +0,0 @@ -conky.config = { --- WINDOW - own_window = true, - own_window_type = 'desktop', - own_window_transparent = false, - own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#bac8B0', - own_window_class = 'Conky', - own_window_title = 'Mabox Shortcuts Conky', - - gap_x = 15, - gap_y = 45, - minimum_width = '200', ---alignment mm - --- FONTS - - use_xft = true, - - font = 'Cantarell:bold: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 = '#5B3860', - color0 = '#B0E0E6',-- PowderBlue - color1 = '#778899',-- LightSlateGray ---color2 D8BFD8 # Thistle - color2 = '#346078', - 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 = tecla windows ${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+[1..4] -]]; diff --git a/lang/es/.config/conky/sysinfo_rainforest.conkyrc b/lang/es/.config/conky/sysinfo_rainforest.conkyrc deleted file mode 100644 index d4bc66e..0000000 --- a/lang/es/.config/conky/sysinfo_rainforest.conkyrc +++ /dev/null @@ -1,82 +0,0 @@ -conky.config = { - background = true, - own_window = true, - own_window_type = 'desktop', --- own_window_argb_visual yes --- own_window_argb_value 125 - own_window_transparent = false, - own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#bac8B0', - own_window_class = 'Conky', - own_window_title = 'Mabox Sysinfo Rainforest Monitor Conky', - - gap_x = 15, - gap_y = 45, - alignment = 'bottom_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 = '#346078', - color3 = '#78CC14', - cpu_avg_samples = 2, - default_color = '#5B3860', - - draw_borders = false,--yes - - stippled_borders = 5, - border_inner_margin = 5, - border_outer_margin = 0, - border_width = 2, - - 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 10}${color}CPU$alignr$cpu% -$color2${goto 10}$alignr${cpubar 4,195} -${voffset 5}${goto 15}$font$color2${top name 1}$alignr$color${top cpu 1}% -${goto 15}$color2${top name 2}$alignr$color${top cpu 2}% -${goto 15}$color2${top name 3}$alignr$color${top cpu 3}% -${goto 15}$color2${top name 4}$alignr$color${top cpu 4}% -# -${voffset 10}${goto 10}${color}RAM$alignr$mem/$memmax -$color2${goto 10}$alignr${membar 4,195} -${goto 15}${voffset 5}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 15}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 15}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3} -${goto 15}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4} -# -${voffset 10}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 de 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} -]]; diff --git a/lang/es/.config/tint2/RainForest.tint2rc b/lang/es/.config/tint2/RainForest.tint2rc deleted file mode 100644 index d17ecd5..0000000 --- a/lang/es/.config/tint2/RainForest.tint2rc +++ /dev/null @@ -1,318 +0,0 @@ -#---- 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 = Hoy es %A, %e de %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 = mb-jgtools settings ipc -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 - diff --git a/lang/pl/.config/conky/shortcuts_rainforest.conkyrc b/lang/pl/.config/conky/shortcuts_rainforest.conkyrc deleted file mode 100644 index 6c4f60f..0000000 --- a/lang/pl/.config/conky/shortcuts_rainforest.conkyrc +++ /dev/null @@ -1,121 +0,0 @@ -conky.config = { - background = true, --- WINDOW - own_window = true, - own_window_type = 'desktop', - own_window_transparent = false, - own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky', - own_window_colour = '#bac8B0', - own_window_class = 'Conky', - own_window_title = 'Mabox Shortcuts Conky', - - gap_x = 15, - gap_y = 45, - minimum_width = '200', ---alignment mm - --- FONTS - - use_xft = true, - - font = 'Cantarell:bold: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 = '#5B3860', - color0 = '#B0E0E6',-- PowderBlue - color1 = '#778899',-- LightSlateGray ---color2 D8BFD8 # Thistle - color2 = '#346078', - 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}PROGRAMY${alignr}${color2}super to windows key${voffset -6} -${color2}${hr 1}${voffset -4} -${color2}menedżer plików ${alignr}${color}super+f -${color2}przeglądarka www ${alignr}${color}super+w -${color2}terminal ${alignr}${color}super+t -${color2}kontrola głośności ${alignr}${color}super+v -${color2}menu ${alignr}${color}super / super+spacja -${color2}uruchom... ${alignr}${color}super+m / alt+F2 -${color2}zrzuty ekranu... ${alignr}${color}PrtScr -${color2}wł/wył Compton ${alignr}${color}super+c -${color2}blokuj ekran ${alignr}${color}super+l -${color2}xkill ${alignr}${color}super+k -${color2}wyjście ${alignr}${color}super+x -${color}PANELE${voffset -6} -${color2}${hr 1}${voffset -4} -${color2}miejsca (lewy) ${alignr} ${color}ctrl+TAB -${color2}ustawienia (prawy) ${alignr} ${color}super+TAB -${color2}pokaż/ukryj DOK (Gkrellm) ${alignr} ${color}super+alt+d -${color}OKNA${voffset -6} -${color2}${hr 1}${voffset -4} -${color2}zamknij ${alignr} ${color}alt+F4 -${color2}minimalizuj ${alignr} ${color}alt+F5 -${color2}maksymalizacja ${alignr} ${color}alt+F6 -${color2}pokaż pulpit ${alignr} ${color}super+d -${color2}wł/wył obramowanie ${alignr} ${color}super+b -${color2}wł/wył pełny ekran ${alignr} ${color}F11 / super+ENTER -${color2}powiększanie/przesuwanie ${alignr} ${color}super+alt+strzałki -${color2}rozmieszczanie okien: -${color2} - połowa ekranu ${alignr} ${color}super+strzałki -${color2} - 1/4 ekranu ${alignr} ${color}super+numeryczna[1..9] -${color}PULPITY${voffset -6} -${color2}${hr 1}${voffset -4} -${color2}przejdź na pulpit ${alignr} ${color}super+[1..4] -]]; diff --git a/lang/pl/.config/conky/sysinfo_rainforest.conkyrc b/lang/pl/.config/conky/sysinfo_rainforest.conkyrc deleted file mode 100644 index 1d01d1a..0000000 --- a/lang/pl/.config/conky/sysinfo_rainforest.conkyrc +++ /dev/null @@ -1,83 +0,0 @@ -conky.config = { - background = true, - own_window = true, - own_window_type = 'desktop', --- own_window_argb_visual yes --- own_window_argb_value 125 - own_window_transparent = false, - own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_colour = '#bac8B0', - own_window_class = 'Conky', - own_window_title = 'Mabox Sysinfo Rainforest Monitor Conky', - - gap_x = 15, - gap_y = 45, - alignment = 'bottom_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 = '#346078', - color3 = '#78CC14', - cpu_avg_samples = 2, - default_color = '#5B3860', - - draw_borders = false,--yes - - stippled_borders = 5, - border_inner_margin = 5, - border_outer_margin = 0, - border_width = 2, - - no_buffers = true, - imlib_cache_size = 0, - - double_buffer = true, - update_interval = 1, - - -}; - -conky.text = [[ -${voffset 8}$color${font Cantarell:size=16}${time %A}${voffset -18}$alignr${color3}${font Cantarell:size=38}${time %e} -$alignr$color${voffset -40}$color${font Cantarell:size=18}${time %B} -${voffset -20}${goto 10}$color${font Cantarell:size=20}${time %Y} -#${voffset 10}$alignr$color Kraków (PL) ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}°C -${font Cantarell:size=9}${goto 10}${color}CPU$alignr$cpu% -$color2${goto 10}$alignr${cpubar 4,195} -${voffset 1}${goto 15}$color2${top name 1}$alignr$color${top cpu 1}% -${goto 15}$color2${top name 2}$alignr$color${top cpu 2}% -${goto 15}$color2${top name 3}$alignr$color${top cpu 3}% -${goto 15}$color2${top name 4}$alignr$color${top cpu 4}% -# -${voffset 10}${goto 10}${color}RAM$alignr$mem/$memmax -$color2${goto 10}$alignr${membar 4,195} -${goto 15}${voffset 1}$color2${top_mem name 1}$alignr$color${top_mem mem_res 1} -${goto 15}$color2${top_mem name 2}$alignr$color${top_mem mem_res 2} -${goto 15}$color2${top_mem name 3}$alignr$color${top_mem mem_res 3} -${goto 15}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4} -# -${voffset 10}$alignr dysk ${color2}${fs_used /} - ${fs_size /} -$alignr$color pamięć ${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} -# -$alignr${execi 1200 whoami}@${nodename} -${voffset 10}${alignr}${color2}${font Cantarell:size=9}uptime ${color}${uptime_short} -${alignr}${color2}${font Cantarell:size=9}${alignr}jądro ${color}${kernel} -${alignr}${color2}${font Cantarell:size=9}${alignr}arch ${color}${machine} -${alignr}${color2}${font Cantarell:size=9}${alignr}system plików ${color}${fs_type} -${voffset 10}${alignr}${color} dostępne aktualizacje: ${color3}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq | wc -l}${color} -${alignr}${color}${font} zainstalowane pakiety: ${color2}${execi 10000 pacman -Q | wc -l} -${alignr}${color} gałąź: ${color2}${execi 10000 pacman-mirrors -G} -]]; diff --git a/lang/pl/.config/tint2/RainForest.tint2rc b/lang/pl/.config/tint2/RainForest.tint2rc deleted file mode 100644 index b4e5120..0000000 --- a/lang/pl/.config/tint2/RainForest.tint2rc +++ /dev/null @@ -1,318 +0,0 @@ -#---- Generated by tint2conf a9df ---- -# See https://gitlab.com/o9000/tint2/wikis/Configure for -# full documentation of the configuration options. -#------------------------------------- -# Gradients -#------------------------------------- -# Backgrounds -# Background 1: Aktywne zadanie, Nieaktywne zadanie, Panel, Programy -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: Aktywne -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: Domyślne zadanie, Zminimalizowane -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: Pilne -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: Nazwa nieaktywnego pulpitu -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: Nazwa aktywnego pulpitu -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: Podpowiedzi -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: Bateria, Zasobnik systemowy, Zegar -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 85 -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 = Dzisiaj jest %A, %e dzień %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 = Lewy panel - Miejsca (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 = 16 - -#------------------------------------- -# Button 2 -button = new -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_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 = Prawy panel (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 = 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 -