conky and t2 configs upd

This commit is contained in:
2026-04-22 10:08:40 +02:00
parent d9019196f6
commit 02dce39975
23 changed files with 771 additions and 510 deletions

View File

@@ -13,7 +13,7 @@ conky.config = {
gap_x = 460,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
minimum_width = 164,
-- FONTS
use_xft = true,
@@ -22,7 +22,7 @@ conky.config = {
override_utf8_locale = true,
-- COLORS
draw_shades = false,
draw_shades = true,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
@@ -37,7 +37,7 @@ conky.config = {
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 15,
border_inner_margin = 9,
border_outer_margin = 1,
-- border width
border_width = 2,
@@ -68,8 +68,8 @@ conky.config = {
};
conky.text = [[
${color0}CPU${alignr}$cpu%
${color2}$alignr${cpugraph 50,190 -l -t}${voffset -6}
${color0}CPU${alignr}${color2}$cpu%
${color2}${cpugraph}${voffset -4}
${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${color0}${top name 3}${alignr}${color1}${top cpu 3}%

View File

@@ -12,7 +12,7 @@ conky.config = {
gap_x = 690,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
minimum_width = 164,
-- FONTS
use_xft = true,
@@ -21,7 +21,7 @@ conky.config = {
override_utf8_locale = true,
-- COLORS
draw_shades = false,
draw_shades = true,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
@@ -36,7 +36,7 @@ conky.config = {
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 15,
border_inner_margin = 9,
border_outer_margin = 1,
-- border width
border_width = 2,
@@ -69,8 +69,8 @@ conky.config = {
};
conky.text = [[
${color0}RAM${alignr 4}$legacymem / $memmax
${color2}${alignr}${memgraph 50,190 -t}${voffset -6}
${color0}RAM${alignr 4}$legacymem / $memmax ${color2}$memperc%
${color2}${memgraph}${voffset -4}
${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}

View File

@@ -8,10 +8,11 @@ conky.config = {
own_window_class = 'Conky',
own_window_title = 'Mabox Info Conky',
alignment = 'top_right',
alignment = 'bottom_left',
gap_x = 30,
gap_y = 60,
minimum_width = 240,
minimum_width = 270,
minimum_height = 256,
use_xft = true,
font = 'Ubuntu:size=8',
@@ -19,7 +20,7 @@ conky.config = {
override_utf8_locale = true,
draw_shades = false,
draw_shades = true,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
@@ -31,7 +32,7 @@ conky.config = {
draw_borders = true,
stippled_borders = 0,
border_inner_margin = 15,
border_inner_margin = 9,
border_outer_margin = 1,
border_width = 2,
draw_graph_borders = true,
@@ -45,13 +46,10 @@ conky.config = {
};
conky.text = [[
${image ~/.config/conky/images/mabox_3d.png -s 64x64}${alignr}${color0} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
${color1}${alignr}${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
${alignr}${color1}${execpi 1800 checkupdates.sh -m}${font}${color1}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
${image ~/.icons/mabox-logo-square.svg -s 96x96 -p 174,0}${image ~/.config/mabox/wpthumb.png -s 270x150 -p 0,106}
${goto 16}${color0}${execi 10000 source /etc/lsb-release; echo $DISTRIB_DESCRIPTION} ${color1}${execi 10000 . /etc/lsb-release;echo $DISTRIB_RELEASE $DISTRIB_CODENAME}
${goto 16}${color0}${execi 10000 whoami}@${nodename}
${goto 16}${color1}kernel: ${goto 90}${color0}${execi 10000 uname -r|cut -d"-" -f 1}
${goto 16}${color1}pkgs: ${goto 90}${color0}${execi 10000 pacman -Q | wc -l}
${goto 16}${color1}branch:${goto 90}${color0}${execi 10000 pacman-mirrors -G}
]];

View File

@@ -1,88 +0,0 @@
conky.config = {
own_window = true,
own_window_type = 'desktop',
own_window_transparent = false,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_colour = '#142c2c',
own_window_class = 'Conky',
own_window_title = 'Mabox Sysinfo Graph Conky',
alignment = 'top_right',
gap_x = 260,
gap_y = 60,
minimum_width = '200',
use_xft = true,
font = 'Ubuntu:size=8',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#f8f8ff',
color0 = '#accdc7',
color1 = '#309552',
color2 = '#e8cb2d',
color3 = '#61c4bc',
cpu_avg_samples = 2,
draw_borders = true,
stippled_borders = 0,
border_inner_margin = 15,
border_outer_margin = 1,
border_width = 2,
draw_graph_borders = true,
background = true,
no_buffers = true,
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 2,
};
conky.text = [[
${color1}${font Cantarell:size=16}${time %A}$font\
${voffset -20}${alignr}${color3}${font Cantarell:size=38}${time %e}$font
${color1}${voffset -20}${color3}${font Cantarell:size=18}${time %b}$font\
${voffset -3}${color1}${font Cantarell:size=20} ${time %Y}$font
${voffset 10}${goto 20}${color0} CPU${alignr 6}$cpu% ${voffset -22}
${goto 18}${color2}${cpugraph 50,190 -l -t}${voffset -6}
${goto 18}${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${goto 18}${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${goto 18}${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${goto 18}${color0}${top name 4}${alignr}${color1}${top cpu 4}%
${goto 18}${color0}${top name 5}${alignr}${color1}${top cpu 5}%
#
${voffset 10}${goto 20}${color0} RAM${alignr 6}$legacymem / $memmax ${voffset -22}
${goto 18}${color2}${memgraph 50,190 -l -t}${voffset -6}
${goto 18}${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${goto 18}${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${goto 18}${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${goto 18}${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
${goto 18}${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
#
${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64}
${alignr}disk ${color0}${fs_used /} - ${fs_size /}
${alignr}${color1} memory ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
#
${voffset 10}$alignr${color0} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
#
${color1}$alignr${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
${alignr}${color1}${execpi 1800 checkupdates.sh -g}${font}${color1}
#${voffset 10}${alignr}${color} available updates ${color1}${font Cantarell:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
]];

View File

@@ -11,7 +11,7 @@ conky.config = {
alignment = 'top_right',
gap_x = 30,
gap_y = 60,
minimum_width = '200',
minimum_width = 210,
use_xft = true,
font = 'Ubuntu:size=8',
@@ -19,22 +19,22 @@ conky.config = {
override_utf8_locale = true,
draw_shades = false,
draw_shades = true,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#d3d4bf',
default_color = '#F8F8FF',
color0 = '#accdc7',
color1 = '#309552',
color2 = '#E8CB2D',
color3 = '#2bb0a5',
color3 = '#61c4bc',
cpu_avg_samples = 2,
draw_borders = true,
stippled_borders = 0,
border_inner_margin = 15,
border_inner_margin = 9,
border_outer_margin = 1,
border_width = 2,
draw_graph_borders = true,
@@ -44,37 +44,46 @@ conky.config = {
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 2,
update_interval = 1,
template0 = [[~/.icons/mabox-logo-square.svg]],
template1 = [[%H:%M]],
template2 = [[]],
template3 = [[]],
};
conky.text = [[
${color1}${font Cantarell:size=16}${time %A}$font\
${voffset -20}$alignr${color3}${font Cantarell:size=38}${time %e}$font
${color1}${voffset -20}${color3}${font Cantarell:size=18}${time %b}$font\
${voffset -3} ${color1}${font Cantarell:size=20} ${time %Y}$font
${goto 18}${color1}CPU${alignr}${color0}$cpu%
${goto 18}${color2}${cpubar 4,190 -l -t}${voffset -2}
${goto 18}$font${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${goto 18}${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${goto 18}${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${goto 18}${color0}${top name 4}${alignr}${color1}${top cpu 4}%
${goto 18}${color0}${top name 5}${alignr}${color1}${top cpu 5}%
#
${voffset 8}${goto 18}${color1}RAM${alignr}${color0}$legacymem / $memmax
${goto 18}${color2}${membar 4,190 -l -t}${voffset -2}
${goto 18}${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${goto 18}${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${goto 18}${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${goto 18}${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
${goto 18}${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
#
${image ${template0} -p 0,258 -s 64x64}
${alignr} disk ${color0}${fs_used /} - ${fs_size /}
${alignr}${color1} memory ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
${if_existing /sys/class/power_supply/BAT0/model_name}
${image ${template0} -p 0,38 -s 64x64}${voffset 0}${font Ubuntu:size=10}${color1}${time %A}${alignr}${color3}${font Ubuntu:size=20}${time ${template1}}
${voffset -30}${font Ubuntu:size=10}${color0}${time %e %B}
${voffset -6}${color0}${hr}
${voffset -4}${font}${goto 84}${color0}${color1}${execi 10000 source /etc/lsb-release; echo $DISTRIB_DESCRIPTION} ${color0}${execi 10000 . /etc/lsb-release;echo $DISTRIB_RELEASE $DISTRIB_CODENAME}
${goto 84}${color0}${execi 10000 whoami}@${nodename}
${goto 84}${color1}kernel: $color0}${execi 10000 uname -r|cut -d"-" -f1}
${goto 84}${color1}pkgs: ${color0}${execi 10000 pacman -Q | wc -l}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
${goto 84}${color0}${uptime_short}
${color1}CPU${alignr}${color0}$cpu%
${color2}${cpugraph}
${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${color0}${top name 4}${alignr}${color1}${top cpu 4}%
#${color0}${top name 5}${alignr}${color1}${top cpu 5}%
#${voffset 0}${color0}${hr}
${color1}RAM${alignr}$legacymem / $memmax ${color0}$memperc%
${voffset 0}${color2}${memgraph}
${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
#${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
${color0}${hr}
${color1}discs
${color0}/ ${color1}${alignr}${fs_used /} / ${fs_size /} ${color0}${fs_used_perc /}%
${color2}${fs_bar /} #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
${if_existing /sys/class/power_supply/BAT0/model_name}${hr}
${alignr}${color1}baterry: ${color0}${battery_percent BAT0}%
${alignr}${color2}${battery_bar 4,80 BAT0}
${alignr}${color0}${battery_time BAT0}${endif}\
@@ -82,14 +91,5 @@ ${if_existing /sys/class/power_supply/BAT1/model_name}
${alignr}${color1}baterry: ${color0}${battery_percent BAT1}%
${alignr}${color2}${battery_bar 4,80 BAT1}
${alignr}${color0}${battery_time BAT1}${endif}\
${alignr}${color0} Mabox ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
${alignr}${color1}${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
#${alignr}${color1}${execpi 1800 checkupdates.sh -s}${font}${color1}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
${voffset -36}
]];

View File

@@ -1,4 +1,4 @@
### Your own commands in left sidepanel (ctrl + TAB) - TOP
### Your own commands in left sidepanel (C-W-Left): My Commands Tab
#
# Syntax
# Commands:
1 ### Your own commands in left sidepanel (ctrl + TAB) - TOP ### Your own commands in left sidepanel (C-W-Left): My Commands Tab
2 #
3 # Syntax
4 # Commands:

View File

@@ -1,29 +1,29 @@
^sep(Preferences)
Mabox Control Center,mcc,distributor-logo-mabox
^sep(Tint2 Panel)
Add/remove launchers...,jgtint2launcher,tint2
Tint2 panels,^pipe(jgtint2-pipe),tint2conf
^sep(Mabox Themes)
Theme manager,mb-obthemes,preferences-desktop-theme
^sep(Desktop)
Wallpaper,jgwallpaperchanger -s,nitrogen
Configure <b>Fonts</b>,colorizer-fonts -s,fonts
Colorizer Menu,colorizer -s,colorizer
Look and Feel,lxappearance,preferences-desktop-theme
Reload GTK,reload-gtk,reload
^sep()
Menu/Sidepanels,^pipe(jgmenusettings-pipe),menu-editor
Conkies,colorizer-conky -s,desktop-effects
Compositor,jgpicom-pipe -s,compton
^sep(Settings)
Preferred applications,exo-preferred-applications,preferences-desktop-default-applications
Mouse and Keyboard,lxinput,mouse
Notifications,xfce4-notifyd-config,xfce4-notifyd
Power Manager,xfce4-power-manager-settings,mate-power-manager
Login Manager settings,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings
^sep()
Screen resolution,arandr,xfce4-display
Screen resolution (LXRandR),lxrandr,xfce4-display
^sep(Settings)
Preferred applications,exo-preferred-applications,preferences-desktop-default-applications
Power Manager,xfce4-power-manager-settings,mate-power-manager
Login Manager settings,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings
Mouse and Keyboard,lxinput,mouse
^sep(Desktop)
Configure <b>Fonts</b>,colorizer-fonts -s,fonts
Conky Widget Manager,colorizer-conky -s,desktop-effects
#Wallpaper,jgwallpaperchanger -s,nitrogen
#Panel Tint2,jgtint2-pipe -s,tint2conf
^sep()
Mabox Desktop Settings,mb-jgtools places desktop,mabox-logo-3d
Menu/Sidepanels,mb-jgtools places menus,menu-editor
#Menu/Sidepanels,^pipe(jgmenusettings-pipe),menu-editor
#Compositor,jgpicom-pipe -s,compton
^sep(Mabox Themes)
Theme manager,mb-obthemes,preferences-desktop-theme
Colorizer Menu,colorizer -s,colorizer
GTK theme and Icons,lxappearance,preferences-desktop-theme
Reload GTK,reload-gtk,reload
^sep(Openbox)
OBconf,obconf-qt,openbox
Autostart,^checkout(autostart),geany
1 ^sep(Preferences)
2 Mabox Control Center,mcc,distributor-logo-mabox
3 ^sep(Tint2 Panel) ^sep(Settings)
4 Add/remove launchers...,jgtint2launcher,tint2 Preferred applications,exo-preferred-applications,preferences-desktop-default-applications
5 Tint2 panels,^pipe(jgtint2-pipe),tint2conf Mouse and Keyboard,lxinput,mouse
^sep(Mabox Themes)
Theme manager,mb-obthemes,preferences-desktop-theme
^sep(Desktop)
Wallpaper,jgwallpaperchanger -s,nitrogen
Configure <b>Fonts</b>,colorizer-fonts -s,fonts
Colorizer Menu,colorizer -s,colorizer
Look and Feel,lxappearance,preferences-desktop-theme
Reload GTK,reload-gtk,reload
^sep()
Menu/Sidepanels,^pipe(jgmenusettings-pipe),menu-editor
Conkies,colorizer-conky -s,desktop-effects
Compositor,jgpicom-pipe -s,compton
6 Notifications,xfce4-notifyd-config,xfce4-notifyd
7 Power Manager,xfce4-power-manager-settings,mate-power-manager
8 Login Manager settings,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings
9 ^sep()
10 Screen resolution,arandr,xfce4-display
11 Screen resolution (LXRandR),lxrandr,xfce4-display
12 ^sep(Settings) ^sep(Desktop)
13 Preferred applications,exo-preferred-applications,preferences-desktop-default-applications Configure <b>Fonts</b>,colorizer-fonts -s,fonts
14 Power Manager,xfce4-power-manager-settings,mate-power-manager Conky Widget Manager,colorizer-conky -s,desktop-effects
15 Login Manager settings,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings #Wallpaper,jgwallpaperchanger -s,nitrogen
16 Mouse and Keyboard,lxinput,mouse #Panel Tint2,jgtint2-pipe -s,tint2conf
17 ^sep()
18 Mabox Desktop Settings,mb-jgtools places desktop,mabox-logo-3d
19 Menu/Sidepanels,mb-jgtools places menus,menu-editor
20 #Menu/Sidepanels,^pipe(jgmenusettings-pipe),menu-editor
21 #Compositor,jgpicom-pipe -s,compton
22 ^sep(Mabox Themes)
23 Theme manager,mb-obthemes,preferences-desktop-theme
24 Colorizer Menu,colorizer -s,colorizer
25 GTK theme and Icons,lxappearance,preferences-desktop-theme
26 Reload GTK,reload-gtk,reload
27 ^sep(Openbox)
28 OBconf,obconf-qt,openbox
29 Autostart,^checkout(autostart),geany

View File

@@ -85,21 +85,22 @@ border_color_pressed = #e9e4e4 60
# Background 7: Button, Egzekutor, Nazwa nieaktywnego pulpitu, Programy, Zasobnik systemowy, Zegar
rounded = 4
border_width = 0
border_width = 1
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 50
border_color_hover = #222222 0
background_color_pressed = #f1f1f1 0
border_color_pressed = #ffffff 0
border_color = #111111 70
background_color_hover = #111111 90
border_color_hover = #111111 100
background_color_pressed = #FF6600 60
border_color_pressed = #000000 70
#-------------------------------------
# Panel
#panel_items = PPEPPPLTSEEPBCPP
panel_items = PPEPPPLTSEEPBCPP
panel_size = 95% 32
panel_size = 95% 36
panel_margin = 2 2
panel_padding = 0 1 1
panel_background_id = 1
@@ -119,7 +120,7 @@ panel_window_name = tint2
disable_transparency = 0
mouse_effects = 1
font_shadow = 0
mouse_hover_icon_asb = 99 0 10
mouse_hover_icon_asb = 99 0 0
mouse_pressed_icon_asb = 100 0 0
scale_relative_to_dpi = 0
scale_relative_to_screen_height = 0
@@ -150,9 +151,9 @@ task_align = left
# Task
task_text = 1
task_icon = 1
task_centered = 1
task_centered = 0
urgent_nb_of_blink = 8
task_maximum_size = 100 100
task_maximum_size = 120 120
task_padding = 4 4 5
task_font = Sans 9
task_tooltip = 1
@@ -178,7 +179,7 @@ mouse_scroll_down = toggle_iconify
systray_padding = 2 2 2
systray_background_id = 7
systray_sort = ascending
systray_icon_size = 0
systray_icon_size = 28
systray_icon_asb = 100 0 0
systray_monitor = 1
systray_name_filter = steam\|localsend\|Lutris\|RemoteDesktopManager
@@ -190,8 +191,8 @@ launcher_background_id = 7
launcher_icon_background_id = 0
launcher_icon_size = 0
launcher_icon_asb = 100 0 0
launcher_icon_theme = Papirus
launcher_icon_theme_override = 1
launcher_icon_theme = Numix-Square
launcher_icon_theme = Numix-Square
startup_notifications = 0
launcher_tooltip = 1
launcher_item_app = ~/.local/share/applications/calamares.desktop
@@ -257,10 +258,11 @@ execp_uwheel_command = jgwallpaperchanger wheelup
execp_dwheel_command = jgwallpaperchanger wheeldown
execp_font = Symbols Nerd Font 16
execp_font_color = #DDDDDD 100
execp_padding = 1 1
execp_padding = 0 0
execp_background_id = 7
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 30
execp_icon_h = 34
#-------------------------------------
# Executor 2
@@ -274,13 +276,13 @@ execp_markup = 1
execp_monitor = all
execp_tooltip = L: Mute/unmute, MW: Volume, R: Radio Menu
execp_lclick_command = pactl set-sink-mute 0 toggle
execp_rclick_command = mb-volmenu ipc
execp_rclick_command = pavucontrol
execp_mclick_command =
execp_uwheel_command = amixer -q set Master 2%+ unmute
execp_dwheel_command = amixer -q set Master 5%- unmute
execp_font = Symbols Nerd Font 16
execp_font_color = #deddda 100
execp_padding = 2 2
execp_padding = 6 2
execp_background_id = 7
execp_centered = 1
@@ -311,15 +313,15 @@ execp_centered = 1
# Button 1
button = new
button_text = 
button_tooltip = Left SidePanel - Places (C-W-Left)
button_tooltip = Left SidePanel - Places (ctrl+win+left)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #f6f5f4 100
button_padding = 2 0
button_padding = 6 2
button_background_id = 7
button_centered = 1
button_max_icon_size = 20
@@ -327,7 +329,7 @@ button_max_icon_size = 20
#-------------------------------------
# Button 2
button = new
button_icon = ~/.icons/mabox-logo-square-default.svg
button_icon = ~/.icons/mabox-logo-square.svg
button_text =
button_tooltip = LMB -> main menu, RMB -> panel settings
button_lclick_command = mb-jgtools main ipc
@@ -353,7 +355,7 @@ button_max_icon_size = 0
#button_mclick_command = skippy-xd --expose
#button_uwheel_command = ~/.config/tint2/scripts/desktop next
#button_dwheel_command = ~/.config/tint2/scripts/desktop prev
#button_font = Symbols Nerd Font 14
#button_font = Symbols Nerd Font 16
#button_font_color = #deddda 100
#button_padding = 2 2
#button_background_id = 7
@@ -366,13 +368,13 @@ button_max_icon_size = 0
button = new
button_icon = system-file-manager
button_text =
button_tooltip = L: File manager (W-f), R: Places menu (W-.)
button_tooltip = L: File manager (super + f), R: Places menu (super+.)
button_lclick_command = exo-open --launch FileManager
button_rclick_command = mb-places ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #deddda 100
button_padding = 2 2
button_background_id = 7
@@ -384,13 +386,13 @@ button_max_icon_size = 0
button = new
button_icon = utilities-terminal
button_text =
button_tooltip = L: Terminal emulator (W-t), R: Quake-term (F12)
button_tooltip = L: Terminal emulator (super+t), R: Quake-term (ctrl+~)
button_lclick_command = exo-open --launch TerminalEmulator
button_rclick_command = mabox-terminal
button_mclick_command =
button_uwheel_command = mabox-terminal
button_dwheel_command = mabox-terminal
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #f6f5f4 100
button_padding = 2 2
button_background_id = 7
@@ -402,13 +404,13 @@ button_max_icon_size = 0
button = new
button_icon = www-browser
button_text =
button_tooltip = L: Web browser (W-w), R: More choices
button_tooltip = L: Web browser (super+w), R: More choices
button_lclick_command = exo-open --launch WebBrowser
button_rclick_command = mb-webbrowser ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #deddda 100
button_padding = 2 2
button_background_id = 7
@@ -419,15 +421,15 @@ button_max_icon_size = 0
# Button 8
button = new
button_text = 
button_tooltip = L: flameshot, R: Screenshot Tool (W-PrtScr)
button_tooltip = L: flameshot, R: Screenshot Tool (super+PrtScr)
button_lclick_command = flameshot gui
button_rclick_command = mb-jgtools screenshot ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #deddda 100
button_padding = 4 2
button_padding = 6 2
button_background_id = 7
button_centered = 1
button_max_icon_size = 0
@@ -436,15 +438,15 @@ button_max_icon_size = 0
# Button 9
button = new
button_text = 
button_tooltip = L: Power menu (W-x) M: Logout now, R: Edit Power menu
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #deddda 100
button_padding = 4 2
button_padding = 6 2
button_background_id = 7
button_centered = 1
button_max_icon_size = 0
@@ -453,15 +455,15 @@ button_max_icon_size = 0
# Button 10
button = new
button_text = 
button_tooltip = Right SidePanel (C-W-Right)
button_tooltip = Right SidePanel (ctrl+win+right)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #f6f5f4 100
button_padding = 2 2
button_padding = 6 2
button_background_id = 7
button_centered = 0
button_max_icon_size = 0

View File

@@ -85,15 +85,15 @@ border_color_pressed = #000000 0
#-------------------------------------
# Panel
panel_items = P:L:TS:C:P
panel_size = 100% 40
panel_margin = 0 0
panel_items = PEL:TS:EEC:P
panel_size = 95% 40
panel_margin = 2 2
panel_padding = 0 0 0
panel_background_id = 4
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = bottom center horizontal
panel_position = top center horizontal
panel_layer = top
panel_monitor = all
panel_shrink = 0
@@ -165,10 +165,10 @@ mouse_scroll_down = none
#-------------------------------------
# System tray (notification area)
systray_padding = 0 0 10
systray_background_id = 0
systray_padding = 6 0 10
systray_background_id = 4
systray_sort = right2left
systray_icon_size = 22
systray_icon_size = 24
systray_icon_asb = 30 0 50
systray_monitor = primary
systray_name_filter = steam\|localsend\|Lutris\|RemoteDesktopManager
@@ -194,13 +194,13 @@ launcher_apps_dir = ~/.config/tint2/launcherapps/
# Clock
time1_format = %H:%M
time2_format =
time1_font = Source Sans Pro Semi-Bold 11
time1_font = Source Sans Pro Semi-Bold 14
time1_timezone =
time2_timezone =
clock_font_color = #aaaaaa 100
clock_padding = 10 0
clock_background_id = 0
clock_tooltip = Lewy -> kalendarz, Prawy - ustawienia daty i czasu
clock_font_color = #cccccc 100
clock_padding = 6 0
clock_background_id = 4
clock_tooltip = Today is %A, %e day of %B
clock_tooltip_timezone =
clock_lclick_command = gsimplecal
clock_rclick_command = jgclock ipc
@@ -267,6 +267,77 @@ separator_size = 5
separator_padding = 1 0
#-------------------------------------
#-------------------------------------
# Executor 1
execp = new
execp_name = mb-t2wall
execp_command = jgwallpaperchanger icon
execp_interval = 60
execp_has_icon = 1
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 0
execp_monitor = all
execp_tooltip = L: Random Wallpaper R: Wallpaper Desktop Styling menu
execp_lclick_command = jgwallpaperchanger lclick
execp_rclick_command = jgwallpaperchanger ipc
execp_mclick_command =
execp_uwheel_command = jgwallpaperchanger wheelup
execp_dwheel_command = jgwallpaperchanger wheeldown
execp_font = Symbols Nerd Font 20
execp_font_color = #DDDDDD 100
execp_padding = 2 2
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 36
#-------------------------------------
# Executor 2
execp = new
execp_command = volumettf
execp_interval = 4
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 1
execp_monitor = all
execp_tooltip = L: Mute/unmute, MW: Volume, R: Radio Menu
execp_lclick_command = pactl set-sink-mute 0 toggle
execp_rclick_command = pavucontrol
execp_mclick_command =
execp_uwheel_command = amixer -q set Master 2%+ unmute
execp_dwheel_command = amixer -q set Master 5%- unmute
execp_font = Symbols Nerd Font 20
execp_font_color = #deddda 100
execp_padding = 2 2
execp_background_id = 7
execp_centered = 1
#-------------------------------------
# Executor 3
execp = new
execp_name = mb-status
execp_command = mb-status status
execp_interval = 60
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 1
execp_markup = 1
execp_monitor = all
execp_tooltip = Updates, discs status, size monitor for logs, pacman cache, trash can
execp_lclick_command = mb-status left
execp_rclick_command = mb-status menu ipc
execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
execp_font = Symbols Nerd Font 20
execp_font_color = #DDDDDD 100
execp_padding = 1 1
execp_background_id = 7
execp_centered = 1
# Button 1
button = new
button_icon = ~/.config/tint2/menu.png

View File

@@ -98,7 +98,7 @@ border_color_pressed = #ffffff 0
#-------------------------------------
# Panel
panel_items = PPLTSBCPP
panel_items = PPELTSBEECPP
panel_size = 80% 34
panel_margin = 4 4
panel_padding = 1 1 4
@@ -243,6 +243,75 @@ ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
#-------------------------------------
# Executor 1
execp = new
execp_name = mb-t2wall
execp_command = jgwallpaperchanger icon
execp_interval = 60
execp_has_icon = 1
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 0
execp_monitor = all
execp_tooltip = L: Random Wallpaper R: Wallpaper Desktop Styling menu
execp_lclick_command = jgwallpaperchanger lclick
execp_rclick_command = jgwallpaperchanger ipc
execp_mclick_command =
execp_uwheel_command = jgwallpaperchanger wheelup
execp_dwheel_command = jgwallpaperchanger wheeldown
execp_font = Symbols Nerd Font 20
execp_font_color = #DDDDDD 100
execp_padding = 2 2
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 32
#-------------------------------------
# Executor 2
execp = new
execp_command = volumettf
execp_interval = 4
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 1
execp_monitor = all
execp_tooltip = L: Mute/unmute, MW: Volume, R: Radio Menu
execp_lclick_command = pactl set-sink-mute 0 toggle
execp_rclick_command = pavucontrol
execp_mclick_command =
execp_uwheel_command = amixer -q set Master 2%+ unmute
execp_dwheel_command = amixer -q set Master 5%- unmute
execp_font = Symbols Nerd Font 20
execp_font_color = #deddda 100
execp_padding = 2 2
execp_background_id = 7
execp_centered = 1
#-------------------------------------
# Executor 3
execp = new
execp_name = mb-status
execp_command = mb-status status
execp_interval = 60
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 1
execp_markup = 1
execp_monitor = all
execp_tooltip = Updates, discs status, size monitor for logs, pacman cache, trash can
execp_lclick_command = mb-status left
execp_rclick_command = mb-status menu ipc
execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
execp_font = Symbols Nerd Font 20
execp_font_color = #DDDDDD 100
execp_padding = 1 1
execp_background_id = 7
execp_centered = 1
# Button 1
button = new
button_icon = arrow-left
@@ -262,7 +331,7 @@ button_max_icon_size = 16
#-------------------------------------
# Button 2
button = new
button_icon = distributor-logo-mabox
button_icon = ~/.icons/mabox-logo-square.svg
button_text =
button_tooltip = LMB -> main menu, RMB -> panel settings
button_lclick_command = mb-jgtools main ipc
@@ -274,7 +343,7 @@ button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 24
button_max_icon_size = 32
#-------------------------------------
# Button 3

View File

@@ -13,7 +13,7 @@ conky.config = {
gap_x = 460,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
minimum_width = 164,
-- FONTS
use_xft = true,
@@ -22,7 +22,7 @@ conky.config = {
override_utf8_locale = true,
-- COLORS
draw_shades = false,
draw_shades = true,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
@@ -37,7 +37,7 @@ conky.config = {
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 15,
border_inner_margin = 9,
border_outer_margin = 1,
-- border width
border_width = 2,
@@ -68,8 +68,8 @@ conky.config = {
};
conky.text = [[
${color0}CPU${alignr}$cpu%
${color2}$alignr${cpugraph 50,190 -l -t}${voffset -6}
${color0}CPU${alignr}${color2}$cpu%
${color2}${cpugraph}${voffset -4}
${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${color0}${top name 3}${alignr}${color1}${top cpu 3}%

View File

@@ -12,7 +12,7 @@ conky.config = {
gap_x = 690,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
minimum_width = 164,
-- FONTS
use_xft = true,
@@ -21,7 +21,7 @@ conky.config = {
override_utf8_locale = true,
-- COLORS
draw_shades = false,
draw_shades = true,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
@@ -36,7 +36,7 @@ conky.config = {
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 15,
border_inner_margin = 9,
border_outer_margin = 1,
-- border width
border_width = 2,
@@ -69,8 +69,8 @@ conky.config = {
};
conky.text = [[
${color0}RAM${alignr 4}$legacymem / $memmax
${color2}${alignr}${memgraph 50,190 -t}${voffset -6}
${color0}RAM${alignr 4}$legacymem / $memmax ${color2}$memperc%
${color2}${memgraph}${voffset -4}
${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}

View File

@@ -8,10 +8,11 @@ conky.config = {
own_window_class = 'Conky',
own_window_title = 'Mabox Info Conky',
alignment = 'top_right',
alignment = 'bottom_left',
gap_x = 30,
gap_y = 60,
minimum_width = 240,
minimum_width = 270,
minimum_height = 256,
use_xft = true,
font = 'Ubuntu:size=8',
@@ -19,7 +20,7 @@ conky.config = {
override_utf8_locale = true,
draw_shades = false,
draw_shades = true,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
@@ -31,7 +32,7 @@ conky.config = {
draw_borders = true,
stippled_borders = 0,
border_inner_margin = 15,
border_inner_margin = 9,
border_outer_margin = 1,
border_width = 2,
draw_graph_borders = true,
@@ -45,12 +46,10 @@ conky.config = {
};
conky.text = [[
${image ~/.config/conky/images/mabox_3d.png -s 64x64}${alignr}${color0} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
${color1}${alignr}${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
${alignr}${color1}${execpi 1800 checkupdates.sh -m}${font}${color1}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
${image ~/.icons/mabox-logo-square.svg -s 96x96 -p 174,0}${image ~/.config/mabox/wpthumb.png -s 270x150 -p 0,106}
${goto 16}${color0}${execi 10000 source /etc/lsb-release; echo $DISTRIB_DESCRIPTION} ${color1}${execi 10000 . /etc/lsb-release;echo $DISTRIB_RELEASE $DISTRIB_CODENAME}
${goto 16}${color0}${execi 10000 whoami}@${nodename}
${goto 16}${color1}kernel: ${goto 90}${color0}${execi 10000 uname -r|cut -d"-" -f 1}
${goto 16}${color1}pkgs: ${goto 90}${color0}${execi 10000 pacman -Q | wc -l}
${goto 16}${color1}branch:${goto 90}${color0}${execi 10000 pacman-mirrors -G}
]];

View File

@@ -11,7 +11,7 @@ conky.config = {
alignment = 'top_right',
gap_x = 30,
gap_y = 60,
minimum_width = '200',
minimum_width = 210,
use_xft = true,
font = 'Ubuntu:size=8',
@@ -19,22 +19,22 @@ conky.config = {
override_utf8_locale = true,
draw_shades = false,
draw_shades = true,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#f8f8ff',
default_color = '#F8F8FF',
color0 = '#accdc7',
color1 = '#309552',
color2 = '#e8cb2d',
color2 = '#E8CB2D',
color3 = '#61c4bc',
cpu_avg_samples = 2,
draw_borders = true,
stippled_borders = 0,
border_inner_margin = 15,
border_inner_margin = 9,
border_outer_margin = 1,
border_width = 2,
draw_graph_borders = true,
@@ -44,37 +44,46 @@ conky.config = {
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 2,
update_interval = 1,
template0 = [[~/.icons/mabox-logo-square.svg]],
template1 = [[%H:%M]],
template2 = [[]],
template3 = [[]],
};
conky.text = [[
${color1}${font Cantarell:size=16}${time %A}$font\
${voffset -20}$alignr${color3}${font Cantarell:size=38}${time %e}$font
${color1}${voffset -20}${color3}${font Cantarell:size=18}${time %b}$font\
${voffset -3} ${color1}${font Cantarell:size=20} ${time %Y}$font
${goto 18}${color1}CPU${alignr}${color0}$cpu%
${goto 18}${color2}${cpubar 4,190 -l -t}${voffset -2}
${goto 18}$font${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${goto 18}${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${goto 18}${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${goto 18}${color0}${top name 4}${alignr}${color1}${top cpu 4}%
${goto 18}${color0}${top name 5}${alignr}${color1}${top cpu 5}%
#
${voffset 8}${goto 18}${color1}RAM${alignr}${color0}$legacymem / $memmax
${goto 18}${color2}${membar 4,190 -l -t}${voffset -2}
${goto 18}${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${goto 18}${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${goto 18}${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${goto 18}${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
${goto 18}${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
#
${image ${template0} -p 0,258 -s 64x64}
${alignr} disk ${color0}${fs_used /} - ${fs_size /}
${alignr}${color1} memory ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
${if_existing /sys/class/power_supply/BAT0/model_name}
${image ${template0} -p 0,38 -s 64x64}${voffset 0}${font Ubuntu:size=10}${color1}${time %A}${alignr}${color3}${font Ubuntu:size=20}${time ${template1}}
${voffset -30}${font Ubuntu:size=10}${color0}${time %e %B}
${voffset -6}${color0}${hr}
${voffset -4}${font}${goto 84}${color0}${color1}${execi 10000 source /etc/lsb-release; echo $DISTRIB_DESCRIPTION} ${color0}${execi 10000 . /etc/lsb-release;echo $DISTRIB_RELEASE $DISTRIB_CODENAME}
${goto 84}${color0}${execi 10000 whoami}@${nodename}
${goto 84}${color1}kernel: $color0}${execi 10000 uname -r|cut -d"-" -f1}
${goto 84}${color1}pkgs: ${color0}${execi 10000 pacman -Q | wc -l}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
${goto 84}${color0}${uptime_short}
${color1}CPU${alignr}${color0}$cpu%
${color2}${cpugraph}
${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${color0}${top name 4}${alignr}${color1}${top cpu 4}%
#${color0}${top name 5}${alignr}${color1}${top cpu 5}%
#${voffset 0}${color0}${hr}
${color1}RAM${alignr}$legacymem / $memmax ${color0}$memperc%
${voffset 0}${color2}${memgraph}
${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
#${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
${color0}${hr}
${color1}discs
${color0}/ ${color1}${alignr}${fs_used /} / ${fs_size /} ${color0}${fs_used_perc /}%
${color2}${fs_bar /} #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
${if_existing /sys/class/power_supply/BAT0/model_name}${hr}
${alignr}${color1}baterry: ${color0}${battery_percent BAT0}%
${alignr}${color2}${battery_bar 4,80 BAT0}
${alignr}${color0}${battery_time BAT0}${endif}\
@@ -82,14 +91,5 @@ ${if_existing /sys/class/power_supply/BAT1/model_name}
${alignr}${color1}baterry: ${color0}${battery_percent BAT1}%
${alignr}${color2}${battery_bar 4,80 BAT1}
${alignr}${color0}${battery_time BAT1}${endif}\
${alignr}${color0} Mabox ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
${alignr}${color1}${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}kernel ${color1}${kernel}
${alignr}${color0}${alignr}arch ${color1}${machine}
${alignr}${color0}${alignr}filesystem ${color1}${fs_type}${voffset 10}
#${alignr}${color1}${execpi 1800 checkupdates.sh -s}${font}${color1}
${alignr}${color1} installed pkgs: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
${voffset -36}
]];

View File

@@ -85,21 +85,22 @@ border_color_pressed = #e9e4e4 60
# Background 7: Button, Egzekutor, Nazwa nieaktywnego pulpitu, Programy, Zasobnik systemowy, Zegar
rounded = 4
border_width = 0
border_width = 1
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 50
border_color_hover = #222222 0
background_color_pressed = #f1f1f1 0
border_color_pressed = #ffffff 0
border_color = #111111 70
background_color_hover = #111111 90
border_color_hover = #111111 100
background_color_pressed = #FF6600 60
border_color_pressed = #000000 70
#-------------------------------------
# Panel
#panel_items = PPEPPPLTSEEPBCPP
panel_items = PPEPPPLTSEEPBCPP
panel_size = 95% 32
panel_size = 95% 36
panel_margin = 2 2
panel_padding = 0 1 1
panel_background_id = 1
@@ -119,7 +120,7 @@ panel_window_name = tint2
disable_transparency = 0
mouse_effects = 1
font_shadow = 0
mouse_hover_icon_asb = 99 0 10
mouse_hover_icon_asb = 99 0 0
mouse_pressed_icon_asb = 100 0 0
scale_relative_to_dpi = 0
scale_relative_to_screen_height = 0
@@ -150,9 +151,9 @@ task_align = left
# Task
task_text = 1
task_icon = 1
task_centered = 1
task_centered = 0
urgent_nb_of_blink = 8
task_maximum_size = 100 100
task_maximum_size = 120 120
task_padding = 4 4 5
task_font = Sans 9
task_tooltip = 1
@@ -178,7 +179,7 @@ mouse_scroll_down = toggle_iconify
systray_padding = 2 2 2
systray_background_id = 7
systray_sort = ascending
systray_icon_size = 0
systray_icon_size = 28
systray_icon_asb = 100 0 0
systray_monitor = 1
systray_name_filter = steam\|localsend\|Lutris\|RemoteDesktopManager
@@ -190,8 +191,8 @@ launcher_background_id = 7
launcher_icon_background_id = 0
launcher_icon_size = 0
launcher_icon_asb = 100 0 0
launcher_icon_theme = Papirus
launcher_icon_theme_override = 1
launcher_icon_theme = Numix-Square
launcher_icon_theme = Numix-Square
startup_notifications = 0
launcher_tooltip = 1
launcher_item_app = ~/.local/share/applications/calamares.desktop
@@ -208,7 +209,7 @@ time2_font = sans 6
clock_font_color = #ffffff 100
clock_padding = 8 0
clock_background_id = 7
clock_tooltip = Hoy es %A, %e de %B
clock_tooltip = Today is %A, %e day of %B
clock_tooltip_timezone =
clock_lclick_command = gsimplecal
clock_rclick_command = jgclock ipc
@@ -249,7 +250,7 @@ execp_cache_icon = 0
execp_continuous = 0
execp_markup = 0
execp_monitor = all
execp_tooltip = L: Random Wallpaper R: Wallpaper Menu
execp_tooltip = L: Random Wallpaper R: Wallpaper Desktop Styling menu
execp_lclick_command = jgwallpaperchanger lclick
execp_rclick_command = jgwallpaperchanger ipc
execp_mclick_command =
@@ -257,10 +258,11 @@ execp_uwheel_command = jgwallpaperchanger wheelup
execp_dwheel_command = jgwallpaperchanger wheeldown
execp_font = Symbols Nerd Font 16
execp_font_color = #DDDDDD 100
execp_padding = 1 1
execp_padding = 0 0
execp_background_id = 7
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 30
execp_icon_h = 34
#-------------------------------------
# Executor 2
@@ -272,15 +274,15 @@ execp_cache_icon = 0
execp_continuous = 0
execp_markup = 1
execp_monitor = all
execp_tooltip = L: Silenciar/reactivar silencio, MW: Volumen, R: Menú de radio
execp_tooltip = L: Mute/unmute, MW: Volume, R: Radio Menu
execp_lclick_command = pactl set-sink-mute 0 toggle
execp_rclick_command = mb-volmenu ipc
execp_rclick_command = pavucontrol
execp_mclick_command =
execp_uwheel_command = amixer -q set Master 2%+ unmute
execp_dwheel_command = amixer -q set Master 5%- unmute
execp_font = Symbols Nerd Font 16
execp_font_color = #deddda 100
execp_padding = 2 2
execp_padding = 6 2
execp_background_id = 7
execp_centered = 1
@@ -311,15 +313,15 @@ execp_centered = 1
# Button 1
button = new
button_text = 
button_tooltip = Panel lateral izquierdo (ctrl+win+left)
button_tooltip = Left SidePanel - Places (ctrl+win+left)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #f6f5f4 100
button_padding = 2 0
button_padding = 6 2
button_background_id = 7
button_centered = 1
button_max_icon_size = 20
@@ -327,9 +329,9 @@ button_max_icon_size = 20
#-------------------------------------
# Button 2
button = new
button_icon = ~/.icons/mabox-logo-square-default.svg
button_icon = ~/.icons/mabox-logo-square.svg
button_text =
button_tooltip = LMB -> menú principal, RMB -> configuración del panel
button_tooltip = LMB -> main menu, RMB -> panel settings
button_lclick_command = mb-jgtools main ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
@@ -347,13 +349,13 @@ button_max_icon_size = 0
#button = new
#button_icon = desktop
#button_text =
#button_tooltip = L: mostrar escritorio, R: lista de ventanas, M: exponer ventanas
#button_tooltip = L: Show Desktop, R: Windows List, M: Expose windows
#button_lclick_command = show_desktop
#button_rclick_command = jgdesktops ipc
#button_mclick_command = skippy-xd --expose
#button_uwheel_command = ~/.config/tint2/scripts/desktop next
#button_dwheel_command = ~/.config/tint2/scripts/desktop prev
#button_font = Symbols Nerd Font 14
#button_font = Symbols Nerd Font 16
#button_font_color = #deddda 100
#button_padding = 2 2
#button_background_id = 7
@@ -366,13 +368,13 @@ button_max_icon_size = 0
button = new
button_icon = system-file-manager
button_text =
button_tooltip = L: Administrador de archivos (super + f), R: Menú de lugares (super+.)
button_tooltip = L: File manager (super + f), R: Places menu (super+.)
button_lclick_command = exo-open --launch FileManager
button_rclick_command = mb-places ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #deddda 100
button_padding = 2 2
button_background_id = 7
@@ -384,13 +386,13 @@ button_max_icon_size = 0
button = new
button_icon = utilities-terminal
button_text =
button_tooltip = L: Terminal emulator (super+t), R: Quake-term (F12)
button_tooltip = L: Terminal emulator (super+t), R: Quake-term (ctrl+~)
button_lclick_command = exo-open --launch TerminalEmulator
button_rclick_command = mabox-terminal
button_mclick_command =
button_uwheel_command = mabox-terminal
button_dwheel_command = mabox-terminal
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #f6f5f4 100
button_padding = 2 2
button_background_id = 7
@@ -402,13 +404,13 @@ button_max_icon_size = 0
button = new
button_icon = www-browser
button_text =
button_tooltip = L: Navegador web (super+w), R: Más opciones
button_tooltip = L: Web browser (super+w), R: More choices
button_lclick_command = exo-open --launch WebBrowser
button_rclick_command = mb-webbrowser ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #deddda 100
button_padding = 2 2
button_background_id = 7
@@ -419,15 +421,15 @@ button_max_icon_size = 0
# Button 8
button = new
button_text = 
button_tooltip = L: flameshot R: captura de pantalla (super+PrtScr)
button_tooltip = L: flameshot, R: Screenshot Tool (super+PrtScr)
button_lclick_command = flameshot gui
button_rclick_command = mb-jgtools screenshot ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #deddda 100
button_padding = 4 2
button_padding = 6 2
button_background_id = 7
button_centered = 1
button_max_icon_size = 0
@@ -442,9 +444,9 @@ button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #deddda 100
button_padding = 4 2
button_padding = 6 2
button_background_id = 7
button_centered = 1
button_max_icon_size = 0
@@ -453,15 +455,15 @@ button_max_icon_size = 0
# Button 10
button = new
button_text = 
button_tooltip = Panel lateral derecho (ctrl+win+right)
button_tooltip = Right SidePanel (ctrl+win+right)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #f6f5f4 100
button_padding = 2 2
button_padding = 6 2
button_background_id = 7
button_centered = 0
button_max_icon_size = 0

View File

@@ -1,4 +1,4 @@
#---- Generated by tint2conf 0b9b ----
#---- Generated by tint2conf 06fb ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@@ -18,7 +18,7 @@ border_color_hover = #000000 60
background_color_pressed = #000000 60
border_color_pressed = #000000 60
# Background 2: Tarea predeterminada
# Background 2: Domyślne zadanie
rounded = 0
border_width = 3
border_sides = B
@@ -44,7 +44,7 @@ border_color_hover = #222222 0
background_color_pressed = #f1f1f1 0
border_color_pressed = #ffffff 0
# Background 4: Tarea activa
# Background 4: Aktywne
rounded = 1
border_width = 2
border_sides = B
@@ -57,7 +57,7 @@ border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 5: Mensaje emergente
# Background 5: Podpowiedzi
rounded = 2
border_width = 1
border_sides = B
@@ -70,7 +70,7 @@ border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 6: Nombre del escritorio activo
# Background 6: Nazwa aktywnego pulpitu
rounded = 1
border_width = 1
border_sides = TBLR
@@ -83,7 +83,7 @@ border_color_hover = #f2e4e4 60
background_color_pressed = #000000 60
border_color_pressed = #e9e4e4 60
# Background 7: Bandeja del sistema, Lanzador, Nombre de escritorio inactivo, Reloj
# Background 7: Nazwa nieaktywnego pulpitu, Programy, Zasobnik systemowy, Zegar
rounded = 4
border_width = 0
border_sides = TBLR
@@ -91,14 +91,14 @@ border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #111111 50
border_color = #232323 60
background_color_hover = #2f2f2f 60
background_color_hover = #2f2f2f 50
border_color_hover = #222222 0
background_color_pressed = #f1f1f1 0
border_color_pressed = #ffffff 0
#-------------------------------------
# Panel
panel_items = PPLTSBCPP
panel_items = PPELTSBEECPP
panel_size = 80% 34
panel_margin = 4 4
panel_padding = 1 1 4
@@ -204,15 +204,15 @@ launcher_apps_dir = ~/.config/tint2/launcherapps/
#-------------------------------------
# Clock
time1_format = %H:%M
time2_format =
time1_font = sans 12
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 = Today is %A, %e day of %B
clock_tooltip_timezone =
clock_lclick_command = gsimplecal
clock_rclick_command = jgclock ipc
@@ -243,11 +243,80 @@ ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
#-------------------------------------
# Executor 1
execp = new
execp_name = mb-t2wall
execp_command = jgwallpaperchanger icon
execp_interval = 60
execp_has_icon = 1
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 0
execp_monitor = all
execp_tooltip = L: Random Wallpaper R: Wallpaper Desktop Styling menu
execp_lclick_command = jgwallpaperchanger lclick
execp_rclick_command = jgwallpaperchanger ipc
execp_mclick_command =
execp_uwheel_command = jgwallpaperchanger wheelup
execp_dwheel_command = jgwallpaperchanger wheeldown
execp_font = Symbols Nerd Font 20
execp_font_color = #DDDDDD 100
execp_padding = 2 2
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 32
#-------------------------------------
# Executor 2
execp = new
execp_command = volumettf
execp_interval = 4
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 1
execp_monitor = all
execp_tooltip = L: Mute/unmute, MW: Volume, R: Radio Menu
execp_lclick_command = pactl set-sink-mute 0 toggle
execp_rclick_command = pavucontrol
execp_mclick_command =
execp_uwheel_command = amixer -q set Master 2%+ unmute
execp_dwheel_command = amixer -q set Master 5%- unmute
execp_font = Symbols Nerd Font 20
execp_font_color = #deddda 100
execp_padding = 2 2
execp_background_id = 7
execp_centered = 1
#-------------------------------------
# Executor 3
execp = new
execp_name = mb-status
execp_command = mb-status status
execp_interval = 60
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 1
execp_markup = 1
execp_monitor = all
execp_tooltip = Updates, discs status, size monitor for logs, pacman cache, trash can
execp_lclick_command = mb-status left
execp_rclick_command = mb-status menu ipc
execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
execp_font = Symbols Nerd Font 20
execp_font_color = #DDDDDD 100
execp_padding = 1 1
execp_background_id = 7
execp_centered = 1
# Button 1
button = new
button_icon = arrow-left
button_text =
button_tooltip = Panel Izquierdo - Lugares (ctrl+win+left)
button_tooltip = Left SidePanel - Places (ctrl+win+left)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
@@ -262,9 +331,9 @@ button_max_icon_size = 16
#-------------------------------------
# Button 2
button = new
button_icon = distributor-logo-mabox
button_icon = ~/.icons/mabox-logo-square.svg
button_text =
button_tooltip = Izquierda -> Menú principal, Derecha - Menú de configuración
button_tooltip = LMB -> main menu, RMB -> panel settings
button_lclick_command = mb-jgtools main ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
@@ -274,8 +343,7 @@ button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 24
button_max_icon_size = 32
#-------------------------------------
# Button 3
@@ -290,7 +358,7 @@ button_uwheel_command =
button_dwheel_command =
button_font_color = #000000 100
button_padding = 0 0
button_background_id = -1
button_background_id = 0
button_centered = 0
button_max_icon_size = 24
@@ -299,7 +367,7 @@ button_max_icon_size = 24
button = new
button_icon = arrow-right
button_text =
button_tooltip = Panel Derecho(ctrl+win+right)
button_tooltip = Right SidePanel (ctrl+win+right)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =

View File

@@ -13,7 +13,7 @@ conky.config = {
gap_x = 460,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
minimum_width = 164,
-- FONTS
use_xft = true,
@@ -22,7 +22,7 @@ conky.config = {
override_utf8_locale = true,
-- COLORS
draw_shades = false,
draw_shades = true,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
@@ -37,7 +37,7 @@ conky.config = {
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 15,
border_inner_margin = 9,
border_outer_margin = 1,
-- border width
border_width = 2,
@@ -68,8 +68,8 @@ conky.config = {
};
conky.text = [[
${color0}CPU${alignr}$cpu%
${color2}$alignr${cpugraph 50,190 -l -t}${voffset -6}
${color0}CPU${alignr}${color2}$cpu%
${color2}${cpugraph}${voffset -4}
${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${color0}${top name 3}${alignr}${color1}${top cpu 3}%

View File

@@ -12,7 +12,7 @@ conky.config = {
gap_x = 690,
gap_y = 60,
minimum_height = 64,
minimum_width = 64,
minimum_width = 164,
-- FONTS
use_xft = true,
@@ -21,7 +21,7 @@ conky.config = {
override_utf8_locale = true,
-- COLORS
draw_shades = false,
draw_shades = true,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
@@ -36,7 +36,7 @@ conky.config = {
-- Stippled borders?
stippled_borders = 0,
-- border margins
border_inner_margin = 15,
border_inner_margin = 9,
border_outer_margin = 1,
-- border width
border_width = 2,
@@ -69,8 +69,8 @@ conky.config = {
};
conky.text = [[
${color0}RAM${alignr 4}$legacymem / $memmax
${color2}${alignr}${memgraph 50,190 -t}${voffset -6}
${color0}RAM${alignr 4}$legacymem / $memmax ${color2}$memperc%
${color2}${memgraph}${voffset -4}
${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}

View File

@@ -8,10 +8,11 @@ conky.config = {
own_window_class = 'Conky',
own_window_title = 'Mabox Info Conky',
alignment = 'top_right',
alignment = 'bottom_left',
gap_x = 30,
gap_y = 60,
minimum_width = 240,
minimum_width = 270,
minimum_height = 256,
use_xft = true,
font = 'Ubuntu:size=8',
@@ -19,7 +20,7 @@ conky.config = {
override_utf8_locale = true,
draw_shades = false,
draw_shades = true,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
@@ -31,7 +32,7 @@ conky.config = {
draw_borders = true,
stippled_borders = 0,
border_inner_margin = 15,
border_inner_margin = 9,
border_outer_margin = 1,
border_width = 2,
draw_graph_borders = true,
@@ -45,13 +46,10 @@ conky.config = {
};
conky.text = [[
${image ~/.config/conky/images/mabox_3d.png -s 64x64}${alignr}${color0} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
${color1}${alignr}${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}jądro ${color1}${kernel}
${alignr}${color0}${alignr}architektura ${color1}${machine}
${alignr}${color0}${alignr}system plików ${color1}${fs_type}${voffset 10}
${alignr}${color1}${execpi 1800 checkupdates.sh -m}${font}${color1}
${alignr}${color1} pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
${image ~/.icons/mabox-logo-square.svg -s 96x96 -p 174,0}${image ~/.config/mabox/wpthumb.png -s 270x150 -p 0,106}
${goto 16}${color0}${execi 10000 source /etc/lsb-release; echo $DISTRIB_DESCRIPTION} ${color1}${execi 10000 . /etc/lsb-release;echo $DISTRIB_RELEASE $DISTRIB_CODENAME}
${goto 16}${color0}${execi 10000 whoami}@${nodename}
${goto 16}${color1}kernel: ${goto 90}${color0}${execi 10000 uname -r|cut -d"-" -f 1}
${goto 16}${color1}pkgs: ${goto 90}${color0}${execi 10000 pacman -Q | wc -l}
${goto 16}${color1}branch:${goto 90}${color0}${execi 10000 pacman-mirrors -G}
]];

View File

@@ -11,7 +11,7 @@ conky.config = {
alignment = 'top_right',
gap_x = 30,
gap_y = 60,
minimum_width = '200',
minimum_width = 210,
use_xft = true,
font = 'Ubuntu:size=8',
@@ -19,22 +19,22 @@ conky.config = {
override_utf8_locale = true,
draw_shades = false,
draw_shades = true,
default_shade_color = '#222222',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#f8f8ff',
default_color = '#F8F8FF',
color0 = '#accdc7',
color1 = '#309552',
color2 = '#e8cb2d',
color2 = '#E8CB2D',
color3 = '#61c4bc',
cpu_avg_samples = 2,
draw_borders = true,
stippled_borders = 0,
border_inner_margin = 15,
border_inner_margin = 9,
border_outer_margin = 1,
border_width = 2,
draw_graph_borders = true,
@@ -44,52 +44,52 @@ conky.config = {
imlib_cache_size = 0,
short_units = true,
double_buffer = true,
update_interval = 2,
update_interval = 1,
template0 = [[~/.icons/mabox-logo-square.svg]],
template1 = [[%H:%M]],
template2 = [[]],
template3 = [[]],
};
conky.text = [[
${color1}${font Cantarell:size=16}${time %A}$font\
${voffset -20}$alignr${color3}${font Cantarell:size=38}${time %e}$font
${color1}${voffset -20}${color3}${font Cantarell:size=18}${time %b}$font\
${voffset -3} ${color1}${font Cantarell:size=20} ${time %Y}$font
${goto 18}${color1}CPU${alignr}${color0}$cpu%
${goto 18}${color2}${cpubar 4,190 -l -t}${voffset -2}
${goto 18}$font${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${goto 18}${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${goto 18}${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${goto 18}${color0}${top name 4}${alignr}${color1}${top cpu 4}%
${goto 18}${color0}${top name 5}${alignr}${color1}${top cpu 5}%
#
${voffset 8}${goto 18}${color1}RAM${alignr}${color0}$legacymem / $memmax
${goto 18}${color2}${membar 4,190 -l -t}${voffset -2}
${goto 18}${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${goto 18}${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${goto 18}${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${goto 18}${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
${goto 18}${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
#
${image ${template0} -p 0,258 -s 64x64}
${alignr} dysk ${color0}${fs_used /} - ${fs_size /}
${alignr}${color1} pamięć ${color0}$legacymem - $memmax
#${alignr}${color0}swap $swapmax - $swap
${if_existing /sys/class/power_supply/BAT0/model_name}
${alignr}${color1}bateria: ${color0}${battery_percent BAT0}%
${image ${template0} -p 0,38 -s 64x64}${voffset 0}${font Ubuntu:size=10}${color1}${time %A}${alignr}${color3}${font Ubuntu:size=20}${time ${template1}}
${voffset -30}${font Ubuntu:size=10}${color0}${time %e %B}
${voffset -6}${color0}${hr}
${voffset -4}${font}${goto 84}${color0}${color1}${execi 10000 source /etc/lsb-release; echo $DISTRIB_DESCRIPTION} ${color0}${execi 10000 . /etc/lsb-release;echo $DISTRIB_RELEASE $DISTRIB_CODENAME}
${goto 84}${color0}${execi 10000 whoami}@${nodename}
${goto 84}${color1}kernel: $color0}${execi 10000 uname -r|cut -d"-" -f1}
${goto 84}${color1}pkgs: ${color0}${execi 10000 pacman -Q | wc -l}${color1} branch: ${color0}${execi 10000 pacman-mirrors -G}
${goto 84}${color0}${uptime_short}
${color1}CPU${alignr}${color0}$cpu%
${color2}${cpugraph}
${color0}${top name 1}${alignr}${color1}${top cpu 1}%
${color0}${top name 2}${alignr}${color1}${top cpu 2}%
${color0}${top name 3}${alignr}${color1}${top cpu 3}%
${color0}${top name 4}${alignr}${color1}${top cpu 4}%
#${color0}${top name 5}${alignr}${color1}${top cpu 5}%
#${voffset 0}${color0}${hr}
${color1}RAM${alignr}$legacymem / $memmax ${color0}$memperc%
${voffset 0}${color2}${memgraph}
${color0}${top_mem name 1}${alignr}${color1}${top_mem mem_res 1}
${color0}${top_mem name 2}${alignr}${color1}${top_mem mem_res 2}
${color0}${top_mem name 3}${alignr}${color1}${top_mem mem_res 3}
${color0}${top_mem name 4}${alignr}${color1}${top_mem mem_res 4}
#${color0}${top_mem name 5}${alignr}${color1}${top_mem mem_res 5}
${color0}${hr}
${color1}discs
${color0}/ ${color1}${alignr}${fs_used /} / ${fs_size /} ${color0}${fs_used_perc /}%
${color2}${fs_bar /} #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap
${if_existing /sys/class/power_supply/BAT0/model_name}${hr}
${alignr}${color1}baterry: ${color0}${battery_percent BAT0}%
${alignr}${color2}${battery_bar 4,80 BAT0}
${alignr}${color0}${battery_time BAT0}${endif}\
${if_existing /sys/class/power_supply/BAT1/model_name}
${alignr}${color1}bateria: ${color0}${battery_percent BAT1}%
${alignr}${color1}baterry: ${color0}${battery_percent BAT1}%
${alignr}${color2}${battery_bar 4,80 BAT1}
${alignr}${color0}${battery_time BAT1}${endif}\
${alignr}${color0} Mabox ${execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {printf $2" "} /CODENAME/ {print $2}' /etc/lsb-release}
${alignr}${color1}${execi 10000 whoami}@${nodename}
${alignr}${color0}uptime ${color1}${uptime_short}
${alignr}${color0}${alignr}jądro ${color1}${kernel}
${alignr}${color0}${alignr}architektura ${color1}${machine}
${alignr}${color0}${alignr}system plików ${color1}${fs_type}${voffset 10}
#${alignr}${color1}${execpi 1800 checkupdates.sh -s}${font}${color1}
${alignr}${color1} pakiety: ${color0}${execi 10000 pacman -Q | wc -l}
${alignr}${color1} gałąź: ${color0}${execi 10000 pacman-mirrors -G}
${voffset -50}
${voffset -36}
]];

View File

@@ -85,21 +85,22 @@ border_color_pressed = #e9e4e4 60
# Background 7: Button, Egzekutor, Nazwa nieaktywnego pulpitu, Programy, Zasobnik systemowy, Zegar
rounded = 4
border_width = 0
border_width = 1
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 50
border_color_hover = #222222 0
background_color_pressed = #f1f1f1 0
border_color_pressed = #ffffff 0
border_color = #111111 70
background_color_hover = #111111 90
border_color_hover = #111111 100
background_color_pressed = #FF6600 60
border_color_pressed = #000000 70
#-------------------------------------
# Panel
#panel_items = PPEPPPLTSEEPBCPP
panel_items = PPEPPPLTSEEPBCPP
panel_size = 95% 32
panel_size = 95% 36
panel_margin = 2 2
panel_padding = 0 1 1
panel_background_id = 1
@@ -119,7 +120,7 @@ panel_window_name = tint2
disable_transparency = 0
mouse_effects = 1
font_shadow = 0
mouse_hover_icon_asb = 99 0 10
mouse_hover_icon_asb = 99 0 0
mouse_pressed_icon_asb = 100 0 0
scale_relative_to_dpi = 0
scale_relative_to_screen_height = 0
@@ -150,9 +151,9 @@ task_align = left
# Task
task_text = 1
task_icon = 1
task_centered = 1
task_centered = 0
urgent_nb_of_blink = 8
task_maximum_size = 100 100
task_maximum_size = 120 120
task_padding = 4 4 5
task_font = Sans 9
task_tooltip = 1
@@ -178,7 +179,7 @@ mouse_scroll_down = toggle_iconify
systray_padding = 2 2 2
systray_background_id = 7
systray_sort = ascending
systray_icon_size = 0
systray_icon_size = 28
systray_icon_asb = 100 0 0
systray_monitor = 1
systray_name_filter = steam\|localsend\|Lutris\|RemoteDesktopManager
@@ -190,8 +191,8 @@ launcher_background_id = 7
launcher_icon_background_id = 0
launcher_icon_size = 0
launcher_icon_asb = 100 0 0
launcher_icon_theme = Papirus
launcher_icon_theme_override = 1
launcher_icon_theme = Numix-Square
launcher_icon_theme = Numix-Square
startup_notifications = 0
launcher_tooltip = 1
launcher_item_app = ~/.local/share/applications/calamares.desktop
@@ -208,7 +209,7 @@ time2_font = sans 6
clock_font_color = #ffffff 100
clock_padding = 8 0
clock_background_id = 7
clock_tooltip = Dzisiaj jest %A, %e dzień %B
clock_tooltip = Today is %A, %e day of %B
clock_tooltip_timezone =
clock_lclick_command = gsimplecal
clock_rclick_command = jgclock ipc
@@ -249,7 +250,7 @@ execp_cache_icon = 0
execp_continuous = 0
execp_markup = 0
execp_monitor = all
execp_tooltip = L: Losowa Tapeta P: Menu Tapety
execp_tooltip = L: Random Wallpaper R: Wallpaper Desktop Styling menu
execp_lclick_command = jgwallpaperchanger lclick
execp_rclick_command = jgwallpaperchanger ipc
execp_mclick_command =
@@ -257,10 +258,11 @@ execp_uwheel_command = jgwallpaperchanger wheelup
execp_dwheel_command = jgwallpaperchanger wheeldown
execp_font = Symbols Nerd Font 16
execp_font_color = #DDDDDD 100
execp_padding = 1 1
execp_padding = 0 0
execp_background_id = 7
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 30
execp_icon_h = 34
#-------------------------------------
# Executor 2
@@ -272,15 +274,15 @@ execp_cache_icon = 0
execp_continuous = 0
execp_markup = 1
execp_monitor = all
execp_tooltip = L: Mute/unmute, Kółko: Głośność, P: Radio Menu
execp_tooltip = L: Mute/unmute, MW: Volume, R: Radio Menu
execp_lclick_command = pactl set-sink-mute 0 toggle
execp_rclick_command = mb-volmenu ipc
execp_rclick_command = pavucontrol
execp_mclick_command =
execp_uwheel_command = amixer -q set Master 2%+ unmute
execp_dwheel_command = amixer -q set Master 5%- unmute
execp_font = Symbols Nerd Font 16
execp_font_color = #deddda 100
execp_padding = 2 2
execp_padding = 6 2
execp_background_id = 7
execp_centered = 1
@@ -295,7 +297,7 @@ execp_cache_icon = 0
execp_continuous = 1
execp_markup = 1
execp_monitor = all
execp_tooltip = Aktualizacje, dyski, monitor logów , pacman cache, śmietnik
execp_tooltip = Updates, discs status, size monitor for logs, pacman cache, trash can
execp_lclick_command = mb-status left
execp_rclick_command = mb-status menu ipc
execp_mclick_command =
@@ -311,15 +313,15 @@ execp_centered = 1
# Button 1
button = new
button_text = 
button_tooltip = Lewy Panel (C-W-Lewa)
button_tooltip = Left SidePanel - Places (ctrl+win+left)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #f6f5f4 100
button_padding = 2 0
button_padding = 6 2
button_background_id = 7
button_centered = 1
button_max_icon_size = 20
@@ -327,9 +329,9 @@ button_max_icon_size = 20
#-------------------------------------
# Button 2
button = new
button_icon = ~/.icons/mabox-logo-square-default.svg
button_icon = ~/.icons/mabox-logo-square.svg
button_text =
button_tooltip = L = Menu (W), P = Ustawienia panelu
button_tooltip = LMB -> main menu, RMB -> panel settings
button_lclick_command = mb-jgtools main ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
@@ -347,13 +349,13 @@ button_max_icon_size = 0
#button = new
#button_icon = desktop
#button_text =
#button_tooltip = L: Pokaż pulpit, środkwy: Expose, P: Lista okien
#button_tooltip = L: Show Desktop, R: Windows List, M: Expose windows
#button_lclick_command = show_desktop
#button_rclick_command = jgdesktops ipc
#button_mclick_command = skippy-xd --expose
#button_uwheel_command = ~/.config/tint2/scripts/desktop next
#button_dwheel_command = ~/.config/tint2/scripts/desktop prev
#button_font = Symbols Nerd Font 14
#button_font = Symbols Nerd Font 16
#button_font_color = #deddda 100
#button_padding = 2 2
#button_background_id = 7
@@ -366,13 +368,13 @@ button_max_icon_size = 0
button = new
button_icon = system-file-manager
button_text =
button_tooltip = L: Menadżer plików (W-f), P: Menu Miejsca (W-.)
button_tooltip = L: File manager (super + f), R: Places menu (super+.)
button_lclick_command = exo-open --launch FileManager
button_rclick_command = mb-places ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #deddda 100
button_padding = 2 2
button_background_id = 7
@@ -384,13 +386,13 @@ button_max_icon_size = 0
button = new
button_icon = utilities-terminal
button_text =
button_tooltip = L: Terminal emulator (W-t), R: Quake-term (F12)
button_tooltip = L: Terminal emulator (super+t), R: Quake-term (ctrl+~)
button_lclick_command = exo-open --launch TerminalEmulator
button_rclick_command = mabox-terminal
button_mclick_command =
button_uwheel_command = mabox-terminal
button_dwheel_command = mabox-terminal
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #f6f5f4 100
button_padding = 2 2
button_background_id = 7
@@ -402,13 +404,13 @@ button_max_icon_size = 0
button = new
button_icon = www-browser
button_text =
button_tooltip = L: Przeglądarka WWW (W-w), P: Więcej
button_tooltip = L: Web browser (super+w), R: More choices
button_lclick_command = exo-open --launch WebBrowser
button_rclick_command = mb-webbrowser ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #deddda 100
button_padding = 2 2
button_background_id = 7
@@ -419,15 +421,15 @@ button_max_icon_size = 0
# Button 8
button = new
button_text = 
button_tooltip = L: Flameshot P: Zrzuty ekranu (W-PrtScr)
button_tooltip = L: flameshot, R: Screenshot Tool (super+PrtScr)
button_lclick_command = flameshot gui
button_rclick_command = mb-jgtools screenshot ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #deddda 100
button_padding = 4 2
button_padding = 6 2
button_background_id = 7
button_centered = 1
button_max_icon_size = 0
@@ -436,15 +438,15 @@ button_max_icon_size = 0
# Button 9
button = new
button_text = 
button_tooltip = L: Power menu (W+x) środkowy: Wyloguj teraz, P: Edytuj Power menu
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #deddda 100
button_padding = 4 2
button_padding = 6 2
button_background_id = 7
button_centered = 1
button_max_icon_size = 0
@@ -453,15 +455,15 @@ button_max_icon_size = 0
# Button 10
button = new
button_text = 
button_tooltip = Prawy SidePanel (C-W-Prawo)
button_tooltip = Right SidePanel (ctrl+win+right)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Symbols Nerd Font 14
button_font = Symbols Nerd Font 16
button_font_color = #f6f5f4 100
button_padding = 2 2
button_padding = 6 2
button_background_id = 7
button_centered = 0
button_max_icon_size = 0

View File

@@ -1,11 +1,11 @@
#---- Generated by tint2conf d246 ----
#---- Generated by tint2conf 4495 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Domyślne zadanie, Programy, Zminimalizowane
# Background 1: Default task, Iconified task, Launcher
rounded = 0
border_width = 0
border_sides = TBLR
@@ -31,7 +31,7 @@ border_color_hover = #ffffff 0
background_color_pressed = #ffffff 30
border_color_pressed = #ffffff 0
# Background 3: Pilne
# Background 3: Urgent task
rounded = 3
border_width = 2
border_sides = TBLR
@@ -44,7 +44,7 @@ border_color_hover = #4285f4 100
background_color_pressed = #4285f4 30
border_color_pressed = #4285f4 100
# Background 4: Aktywne, Button, Panel
# Background 4: Active task, Button, Panel
rounded = 2
border_width = 0
border_sides = TBLR
@@ -57,7 +57,7 @@ border_color_hover = #000000 50
background_color_pressed = #000000 40
border_color_pressed = #000000 50
# Background 5: Podpowiedzi
# Background 5: Tooltip
rounded = 3
border_width = 0
border_sides = TBLR
@@ -70,7 +70,7 @@ border_color_hover = #000000 0
background_color_pressed = #000000 100
border_color_pressed = #000000 0
# Background 6: Nieaktywne zadanie
# Background 6: Inactive taskbar
rounded = 0
border_width = 0
border_sides =
@@ -85,15 +85,15 @@ border_color_pressed = #000000 0
#-------------------------------------
# Panel
panel_items = P:L:TS:C:P
panel_size = 100% 40
panel_margin = 0 0
panel_items = PEL:TS:EEC:P
panel_size = 95% 40
panel_margin = 2 2
panel_padding = 0 0 0
panel_background_id = 4
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = bottom center horizontal
panel_position = top center horizontal
panel_layer = top
panel_monitor = all
panel_shrink = 0
@@ -165,10 +165,10 @@ mouse_scroll_down = none
#-------------------------------------
# System tray (notification area)
systray_padding = 0 0 10
systray_background_id = 0
systray_padding = 6 0 10
systray_background_id = 4
systray_sort = right2left
systray_icon_size = 22
systray_icon_size = 24
systray_icon_asb = 30 0 50
systray_monitor = primary
systray_name_filter = steam\|localsend\|Lutris\|RemoteDesktopManager
@@ -194,13 +194,13 @@ launcher_apps_dir = ~/.config/tint2/launcherapps/
# Clock
time1_format = %H:%M
time2_format =
time1_font = Source Sans Pro Semi-Bold 11
time1_font = Source Sans Pro Semi-Bold 14
time1_timezone =
time2_timezone =
clock_font_color = #aaaaaa 100
clock_padding = 10 0
clock_background_id = 0
clock_tooltip = Lewy -> kalendarz, Prawy - ustawienia daty i czasu
clock_font_color = #cccccc 100
clock_padding = 6 0
clock_background_id = 4
clock_tooltip = Today is %A, %e day of %B
clock_tooltip_timezone =
clock_lclick_command = gsimplecal
clock_rclick_command = jgclock ipc
@@ -267,11 +267,82 @@ separator_size = 5
separator_padding = 1 0
#-------------------------------------
#-------------------------------------
# Executor 1
execp = new
execp_name = mb-t2wall
execp_command = jgwallpaperchanger icon
execp_interval = 60
execp_has_icon = 1
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 0
execp_monitor = all
execp_tooltip = L: Random Wallpaper R: Wallpaper Desktop Styling menu
execp_lclick_command = jgwallpaperchanger lclick
execp_rclick_command = jgwallpaperchanger ipc
execp_mclick_command =
execp_uwheel_command = jgwallpaperchanger wheelup
execp_dwheel_command = jgwallpaperchanger wheeldown
execp_font = Symbols Nerd Font 20
execp_font_color = #DDDDDD 100
execp_padding = 2 2
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 36
#-------------------------------------
# Executor 2
execp = new
execp_command = volumettf
execp_interval = 4
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 1
execp_monitor = all
execp_tooltip = L: Mute/unmute, MW: Volume, R: Radio Menu
execp_lclick_command = pactl set-sink-mute 0 toggle
execp_rclick_command = pavucontrol
execp_mclick_command =
execp_uwheel_command = amixer -q set Master 2%+ unmute
execp_dwheel_command = amixer -q set Master 5%- unmute
execp_font = Symbols Nerd Font 20
execp_font_color = #deddda 100
execp_padding = 2 2
execp_background_id = 7
execp_centered = 1
#-------------------------------------
# Executor 3
execp = new
execp_name = mb-status
execp_command = mb-status status
execp_interval = 60
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 1
execp_markup = 1
execp_monitor = all
execp_tooltip = Updates, discs status, size monitor for logs, pacman cache, trash can
execp_lclick_command = mb-status left
execp_rclick_command = mb-status menu ipc
execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
execp_font = Symbols Nerd Font 20
execp_font_color = #DDDDDD 100
execp_padding = 1 1
execp_background_id = 7
execp_centered = 1
# Button 1
button = new
button_icon = ~/.config/tint2/menu.png
button_text =
button_tooltip = Lewy -> Menu główne, Prawy -> Menu ustawień
button_tooltip = Left-> Main Menu, Right -> Panel Settings Menu
button_lclick_command = mb-jgtools main ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
@@ -288,9 +359,9 @@ button_max_icon_size = 0
button = new
button_icon = ~/.config/tint2/session.png
button_text =
button_tooltip = Wyjście... (win + x)
button_tooltip = Exit... (win + x)
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = sudo sync && notify-send "Sync complete"
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
@@ -306,6 +377,6 @@ tooltip_show_timeout = 0
tooltip_hide_timeout = 0
tooltip_padding = 4 4
tooltip_background_id = 5
tooltip_font_color = #ffffff 72
tooltip_font_color = #ffffff 71
tooltip_font = Sans normal 10

View File

@@ -1,4 +1,4 @@
#---- Generated by tint2conf e00b ----
#---- Generated by tint2conf 06fb ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@@ -98,7 +98,7 @@ border_color_pressed = #ffffff 0
#-------------------------------------
# Panel
panel_items = PPLTSBCPP
panel_items = PPELTSBEECPP
panel_size = 80% 34
panel_margin = 4 4
panel_padding = 1 1 4
@@ -212,7 +212,7 @@ 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 = Today is %A, %e day of %B
clock_tooltip_timezone =
clock_lclick_command = gsimplecal
clock_rclick_command = jgclock ipc
@@ -243,12 +243,81 @@ ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
#-------------------------------------
# Executor 1
execp = new
execp_name = mb-t2wall
execp_command = jgwallpaperchanger icon
execp_interval = 60
execp_has_icon = 1
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 0
execp_monitor = all
execp_tooltip = L: Random Wallpaper R: Wallpaper Desktop Styling menu
execp_lclick_command = jgwallpaperchanger lclick
execp_rclick_command = jgwallpaperchanger ipc
execp_mclick_command =
execp_uwheel_command = jgwallpaperchanger wheelup
execp_dwheel_command = jgwallpaperchanger wheeldown
execp_font = Symbols Nerd Font 20
execp_font_color = #DDDDDD 100
execp_padding = 2 2
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 32
#-------------------------------------
# Executor 2
execp = new
execp_command = volumettf
execp_interval = 4
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 1
execp_monitor = all
execp_tooltip = L: Mute/unmute, MW: Volume, R: Radio Menu
execp_lclick_command = pactl set-sink-mute 0 toggle
execp_rclick_command = pavucontrol
execp_mclick_command =
execp_uwheel_command = amixer -q set Master 2%+ unmute
execp_dwheel_command = amixer -q set Master 5%- unmute
execp_font = Symbols Nerd Font 20
execp_font_color = #deddda 100
execp_padding = 2 2
execp_background_id = 7
execp_centered = 1
#-------------------------------------
# Executor 3
execp = new
execp_name = mb-status
execp_command = mb-status status
execp_interval = 60
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 1
execp_markup = 1
execp_monitor = all
execp_tooltip = Updates, discs status, size monitor for logs, pacman cache, trash can
execp_lclick_command = mb-status left
execp_rclick_command = mb-status menu ipc
execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
execp_font = Symbols Nerd Font 20
execp_font_color = #DDDDDD 100
execp_padding = 1 1
execp_background_id = 7
execp_centered = 1
# Button 1
button = new
button_icon = arrow-left
button_text =
button_tooltip = Lewy panel (ctrl+win+left)
button_lclick_command = mb-jgtools places ipc
button_tooltip = Left SidePanel - Places (ctrl+win+left)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
button_uwheel_command =
@@ -262,9 +331,9 @@ button_max_icon_size = 16
#-------------------------------------
# Button 2
button = new
button_icon = distributor-logo-mabox
button_icon = ~/.icons/mabox-logo-square.svg
button_text =
button_tooltip = Lewy -> Menu główne, Prawy -> Menu ustawień
button_tooltip = LMB -> main menu, RMB -> panel settings
button_lclick_command = mb-jgtools main ipc
button_rclick_command = jgtint2-pipe -s ipc
button_mclick_command =
@@ -274,31 +343,31 @@ button_font_color = #000000 100
button_padding = 0 0
button_background_id = 0
button_centered = 0
button_max_icon_size = 32
#-------------------------------------
# Button 3
button = new
button_icon = system-shutdown
button_text =
button_tooltip = Exit Dialog (win+x)
button_lclick_command = mb-jgtools mblogout 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 = system-shutdown
button_text =
button_tooltip = Wylogowanie... (win+x)
button_lclick_command = mb-jgtools mblogout 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 4
button = new
button_icon = arrow-right
button_text =
button_tooltip = Prawy panel (ctrl+win+right)
button_tooltip = Right SidePanel (ctrl+win+right)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =