menu and conky fixes in live overlay

master
Daniel Napora 2020-08-17 08:26:47 +02:00
parent 84d1210865
commit 9c9759d5fd
6 changed files with 128 additions and 82 deletions

View File

@ -46,7 +46,7 @@ Menu Font Size,^checkout(size)
Sync jgmenu with OB theme,obtheme2jgmenu,system-reboot Sync jgmenu with OB theme,obtheme2jgmenu,system-reboot
^tag(userguide) ^tag(userguide)
. /usr/share/mb-jgtools/userguide.csv . /usr/share/mb-jgtools/userguide.csv
^tag(rozmiar) ^tag(size)
<small><small>tiny</small></small>,cat ~/.config/mabox/tiny > ~/.config/mabox/jgmenusize.conf && mb-jgtools main <small><small>tiny</small></small>,cat ~/.config/mabox/tiny > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
<small>small</small>,cat ~/.config/mabox/small > ~/.config/mabox/jgmenusize.conf && mb-jgtools main <small>small</small>,cat ~/.config/mabox/small > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
normal,cat ~/.config/mabox/normal > ~/.config/mabox/jgmenusize.conf && mb-jgtools main normal,cat ~/.config/mabox/normal > ~/.config/mabox/jgmenusize.conf && mb-jgtools main

1 @search,,24,6,150,20,2,left,top,auto,#000000 0,<i>Type to search</i>
46 . /usr/share/mb-jgtools/userguide.csv
47 ^tag(rozmiar) ^tag(size)
48 <small><small>tiny</small></small>,cat ~/.config/mabox/tiny > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
49 <small>small</small>,cat ~/.config/mabox/small > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
50 normal,cat ~/.config/mabox/normal > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
51 <big>big</big>,cat ~/.config/mabox/big > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
52 <big><big>huge</big></big>,cat ~/.config/mabox/huge > ~/.config/mabox/jgmenusize.conf && mb-jgtools main

View File

@ -1,54 +1,57 @@
conky.config = {
own_window yes own_window = true,
own_window_type desktop own_window_type = 'desktop',
# own_window_argb_visual yes -- own_window_argb_visual yes
# own_window_argb_value 125 -- own_window_argb_value 125
own_window_transparent yes own_window_transparent = true,
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_colour 000000 own_window_colour = '#000000',
own_window_class Conky own_window_class = 'Conky',
own_window_title Mabox Quakeworld Monitor Conky own_window_title = 'Mabox Quakeworld Monitor Conky',
gap_x 15 gap_x = 15,
gap_y 50 gap_y = 50,
alignment tr alignment = 'top_right',
minimum_width 200 minimum_width = '200',
minimum_size 200 minimum_width = 200,
use_xft yes use_xft = true,
xftfont Cantarell:size=9 font = 'Cantarell:size=9',
xftalpha 1 xftalpha = 1,
override_utf8_locale yes override_utf8_locale = true,
draw_shades no #yes draw_shades = false,--yes
default_shade_color 000000 default_shade_color = '#000000',
draw_outline no draw_outline = false,
default_outline_color 000000 default_outline_color = '#000000',
color2 777777 color2 = '#777777',
cpu_avg_samples 2 cpu_avg_samples = 2,
default_color FFFFFF default_color = '#FFFFFF',
draw_borders no #yes draw_borders = false,--yes
stippled_borders 5 stippled_borders = 5,
border_inner_margin 5 border_inner_margin = 5,
border_outer_margin 0 border_outer_margin = 0,
border_width 2 border_width = 2,
background yes background = true,
no_buffers yes no_buffers = true,
imlib_cache_size 0 imlib_cache_size = 0,
double_buffer yes double_buffer = true,
update_interval 1 update_interval = 1,
TEXT };
conky.text = [[
${voffset 8}$color${font Cantarell:size=16}${time %A}$font${voffset -18}$alignr${color 006600}${font Cantarell:size=38}${time %e}$font ${voffset 8}$color${font Cantarell:size=16}${time %A}$font${voffset -18}$alignr${color 006600}${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 $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}$alignr$color Kraków (PL) ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}°C
@ -79,3 +82,4 @@ ${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}arch ${color}${machine}
${alignr}${color2}${font Cantarell:size=9}${alignr}filesystem ${color}${fs_type} ${alignr}${color2}${font Cantarell:size=9}${alignr}filesystem ${color}${fs_type}
${voffset 10}${alignr}${color} installed pkgs: ${color2}${execi 10000 pacman -Q | wc -l} ${voffset 10}${alignr}${color} installed pkgs: ${color2}${execi 10000 pacman -Q | wc -l}
]];

View File

@ -5,6 +5,7 @@ Install Mabox,calamares_polkit,distributor-logo-mabox
Terminal,exo-open --launch TerminalEmulator,utilities-terminal Terminal,exo-open --launch TerminalEmulator,utilities-terminal
WWW Browser,exo-open --launch WebBrowser,firefox WWW Browser,exo-open --launch WebBrowser,firefox
File Manager,exo-open --launch FileManager,system-file-manager File Manager,exo-open --launch FileManager,system-file-manager
Add/Remove software,pamac-manager,pamac
^sep() ^sep()
Applications,^checkout(lx-apps),applications-other Applications,^checkout(lx-apps),applications-other
@ -17,7 +18,6 @@ Lock screen,blurlock,system-lock-screen
Exit,mb-jgtools mblogout,system-shutdown Exit,mb-jgtools mblogout,system-shutdown
^tag(settings) ^tag(settings)
Mabox Control Center,mcc,distributor-logo-mabox Mabox Control Center,mcc,distributor-logo-mabox
^sep(Desktop) ^sep(Desktop)
Look and Feel,lxappearance,preferences-desktop-theme Look and Feel,lxappearance,preferences-desktop-theme
@ -26,18 +26,37 @@ Notifications,xfce4-notifyd-config,xfce4-notifyd
Conkies,^pipe(jgmenu_run ob --cmd=mabox-conky-pipemenu),desktop-effects Conkies,^pipe(jgmenu_run ob --cmd=mabox-conky-pipemenu),desktop-effects
Tint2 panels,^pipe(jgmenu_run ob --cmd=mabox-tint2-pipemenu),tint2conf Tint2 panels,^pipe(jgmenu_run ob --cmd=mabox-tint2-pipemenu),tint2conf
Composer,^pipe(jgmenu_run ob --cmd=mabox-compositor),compton Composer,^pipe(jgmenu_run ob --cmd=mabox-compositor),compton
Menu,^checkout(menu),menu-editor
^sep(Settings) ^sep(Settings)
Preferred applications,exo-preferred-applications,preferences-desktop-default-applications Preferred applications,exo-preferred-applications,preferences-desktop-default-applications
Login Manager,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings
Power Manager,xfce4-power-manager-settings,xfce4-power-manager-settings Power Manager,xfce4-power-manager-settings,xfce4-power-manager-settings
Login Manager settings,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings
^sep(Openbox) ^sep(Openbox)
Openbox Configuration Manager,obconf,obconf
Autostart,geany ~/.config/openbox/autostart,geany Autostart,^checkout(autostart),geany
RC - configuration file,geany ~/.config/openbox/rc.xml,geany RC - configuration file,geany ~/.config/openbox/rc.xml,geany
Reconfigure Openbox,openbox --reconfigure,openbox Reconfigure Openbox,openbox --reconfigure,openbox
^sep(Mabox Themes) ^sep(Mabox Themes)
Theme manager,mb-obthemes,preferences-desktop-theme Theme manager,mb-obthemes,preferences-desktop-theme
^sep(Help)
User Guide (online),^checkout(userguide),distributor-logo-mabox
MaboxForum,exo-open --launch WebBrowser https://forum.maboxlinux.org/,distributor-logo-mabox
^tag(menu)
Edit Schema,geany ~/.config/jgmenu/prepend.csv,geany
Edit Settings,geany ~/.config/mabox/mabox.conf,geany
Menu Font Size,^checkout(size)
Sync jgmenu with OB theme,obtheme2jgmenu,system-reboot
^tag(userguide)
. /usr/share/mb-jgtools/userguide.csv
^tag(size)
<small><small>tiny</small></small>,cat ~/.config/mabox/tiny > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
<small>small</small>,cat ~/.config/mabox/small > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
normal,cat ~/.config/mabox/normal > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
<big>big</big>,cat ~/.config/mabox/big > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
<big><big>huge</big></big>,cat ~/.config/mabox/huge > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
^tag(autostart)
Choose apps/services (GUI Editor),yautostart
Edit autostart file (advanced),geany ~/.config/openbox/autostart,geany
^tag(lx-apps) ^tag(lx-apps)

1 @search,,24,6,150,20,2,left,top,auto,#000000 0,<i>Type to search</i>
5 Terminal,exo-open --launch TerminalEmulator,utilities-terminal
6 WWW Browser,exo-open --launch WebBrowser,firefox
7 File Manager,exo-open --launch FileManager,system-file-manager
8 Add/Remove software,pamac-manager,pamac
9 ^sep()
10 Applications,^checkout(lx-apps),applications-other
11 ^sep()
18 ^tag(settings)
19 Mabox Control Center,mcc,distributor-logo-mabox
20 ^sep(Desktop)
Look and Feel,lxappearance,preferences-desktop-theme
21 Wallpaper,nitrogen,nitrogen Look and Feel,lxappearance,preferences-desktop-theme
22 Notifications,xfce4-notifyd-config,xfce4-notifyd Wallpaper,nitrogen,nitrogen
23 Conkies,^pipe(jgmenu_run ob --cmd=mabox-conky-pipemenu),desktop-effects Notifications,xfce4-notifyd-config,xfce4-notifyd
26 ^sep(Settings) Composer,^pipe(jgmenu_run ob --cmd=mabox-compositor),compton
27 Preferred applications,exo-preferred-applications,preferences-desktop-default-applications Menu,^checkout(menu),menu-editor
28 Login Manager,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings ^sep(Settings)
29 Preferred applications,exo-preferred-applications,preferences-desktop-default-applications
30 Power Manager,xfce4-power-manager-settings,xfce4-power-manager-settings
31 ^sep(Openbox) Login Manager settings,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings
Autostart,geany ~/.config/openbox/autostart,geany
32 RC - configuration file,geany ~/.config/openbox/rc.xml,geany ^sep(Openbox)
33 Openbox Configuration Manager,obconf,obconf
34 Reconfigure Openbox,openbox --reconfigure,openbox Autostart,^checkout(autostart),geany
35 ^sep(Mabox Themes) RC - configuration file,geany ~/.config/openbox/rc.xml,geany
36 Theme manager,mb-obthemes,preferences-desktop-theme Reconfigure Openbox,openbox --reconfigure,openbox
37 ^tag(lx-apps) ^sep(Mabox Themes)
38 Theme manager,mb-obthemes,preferences-desktop-theme
39 ^sep(Help)
40 User Guide (online),^checkout(userguide),distributor-logo-mabox
41 MaboxForum,exo-open --launch WebBrowser https://forum.maboxlinux.org/,distributor-logo-mabox
42 ^tag(menu)
43 Edit Schema,geany ~/.config/jgmenu/prepend.csv,geany
44 Edit Settings,geany ~/.config/mabox/mabox.conf,geany
45 Menu Font Size,^checkout(size)
46 Sync jgmenu with OB theme,obtheme2jgmenu,system-reboot
47 ^tag(userguide)
48 . /usr/share/mb-jgtools/userguide.csv
49 ^tag(size)
50 <small><small>tiny</small></small>,cat ~/.config/mabox/tiny > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
51 <small>small</small>,cat ~/.config/mabox/small > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
52 normal,cat ~/.config/mabox/normal > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
53 <big>big</big>,cat ~/.config/mabox/big > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
54 <big><big>huge</big></big>,cat ~/.config/mabox/huge > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
55 ^tag(autostart)
56 Choose apps/services (GUI Editor),yautostart
57 Edit autostart file (advanced),geany ~/.config/openbox/autostart,geany
58 ^tag(lx-apps)
59
60
61
62

View File

@ -1,4 +1,5 @@
@search,,44,6,150,20,2,left,top,auto,#000000 0,<i>Pisz aby wyszukać</i> @search,,44,6,150,20,2,left,top,auto,#000000 0,<i>Pisz aby wyszukać</i>
^sep()
Terminal,exo-open --launch TerminalEmulator,utilities-terminal Terminal,exo-open --launch TerminalEmulator,utilities-terminal
Przeglądarka WWW,exo-open --launch WebBrowser,firefox Przeglądarka WWW,exo-open --launch WebBrowser,firefox
Menedżer plików,exo-open --launch FileManager,system-file-manager Menedżer plików,exo-open --launch FileManager,system-file-manager

1 @search,,44,6,150,20,2,left,top,auto,#000000 0,<i>Pisz aby wyszukać</i>
2 ^sep()
3 Terminal,exo-open --launch TerminalEmulator,utilities-terminal
4 Przeglądarka WWW,exo-open --launch WebBrowser,firefox
5 Menedżer plików,exo-open --launch FileManager,system-file-manager

View File

@ -1,50 +1,53 @@
own_window yes conky.config = {
own_window_type desktop own_window = true,
# own_window_argb_visual yes own_window_type = 'desktop',
# own_window_argb_value 125 -- own_window_argb_visual yes
own_window_transparent yes -- own_window_argb_value 125
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager own_window_transparent = true,
own_window_colour 000000 own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_class Conky own_window_colour = '#000000',
own_window_title Mabox Quakeworld Monitor Conky own_window_class = 'Conky',
own_window_title = 'Mabox Quakeworld Monitor Conky',
gap_x 15 gap_x = 15,
gap_y 50 gap_y = 50,
alignment tr alignment = 'top_right',
minimum_width 200 minimum_width = '200',
minimum_size 200 minimum_width = 200,
use_xft yes use_xft = true,
xftfont Cantarell:size=9 font = 'Cantarell:size=9',
xftalpha 1 xftalpha = 1,
override_utf8_locale yes override_utf8_locale = true,
draw_shades no #yes draw_shades = false,--yes
default_shade_color 000000 default_shade_color = '#000000',
draw_outline no draw_outline = false,
default_outline_color 000000 default_outline_color = '#000000',
color2 777777 color2 = '#777777',
cpu_avg_samples 2 cpu_avg_samples = 2,
default_color FFFFFF default_color = '#FFFFFF',
draw_borders no #yes draw_borders = false,--yes
stippled_borders 5 stippled_borders = 5,
border_inner_margin 5 border_inner_margin = 5,
border_outer_margin 0 border_outer_margin = 0,
border_width 2 border_width = 2,
background yes background = true,
no_buffers yes no_buffers = true,
imlib_cache_size 0 imlib_cache_size = 0,
double_buffer yes double_buffer = true,
update_interval 1 update_interval = 1,
TEXT };
conky.text = [[
${voffset 8}$color${font Cantarell:size=16}${time %A}${voffset -18}$alignr${color 006600}${font Cantarell:size=38}${time %e} ${voffset 8}$color${font Cantarell:size=16}${time %A}${voffset -18}$alignr${color 006600}${font Cantarell:size=38}${time %e}
$alignr$color${voffset -40}$color${font Cantarell:size=18}${time %B} $alignr$color${voffset -40}$color${font Cantarell:size=18}${time %B}
${voffset -30}${goto 40}$color${font Cantarell:size=20}${time %Y} ${voffset -30}${goto 40}$color${font Cantarell:size=20}${time %Y}
@ -76,3 +79,4 @@ ${alignr}${color2}${font Cantarell:size=9}${alignr}arch ${color}${machine}
${alignr}${color2}${font Cantarell:size=9}${alignr}system plików ${color}${fs_type} ${alignr}${color2}${font Cantarell:size=9}${alignr}system plików ${color}${fs_type}
${voffset 10}${alignr}${color}${font} zainstalowane pakiety: ${color2}${execi 10000 pacman -Q | wc -l} ${voffset 10}${alignr}${color}${font} zainstalowane pakiety: ${color2}${execi 10000 pacman -Q | wc -l}
]];

View File

@ -13,7 +13,7 @@ Zrzut ekranu,mb-jgtools screenshot,emblem-photos
^sep() ^sep()
Ustawienia,^checkout(ustawienia),applications-utilities Ustawienia,^checkout(ustawienia),applications-utilities
^sep() ^sep()
Zablokuj ekran,blurlock,system-lock-screen Zablokuj ekran,betterlockscreen -l,system-lock-screen
Wyjście,mb-jgtools mblogout,system-shutdown Wyjście,mb-jgtools mblogout,system-shutdown
^tag(ustawienia) ^tag(ustawienia)
@ -26,18 +26,36 @@ Powiadomienia,xfce4-notifyd-config,xfce4-notifyd
Zarządzaj Conky,^pipe(jgmenu_run ob --cmd=mabox-conky-pipemenu),desktop-effects Zarządzaj Conky,^pipe(jgmenu_run ob --cmd=mabox-conky-pipemenu),desktop-effects
Zarządzaj panelami tint2,^pipe(jgmenu_run ob --cmd=mabox-tint2-pipemenu),tint2conf Zarządzaj panelami tint2,^pipe(jgmenu_run ob --cmd=mabox-tint2-pipemenu),tint2conf
Kompozytor,^pipe(jgmenu_run ob --cmd=mabox-compositor),compton Kompozytor,^pipe(jgmenu_run ob --cmd=mabox-compositor),compton
Menu,^checkout(menu),menu-editor
^sep(Ustawienia) ^sep(Ustawienia)
Preferowane aplikacje,exo-preferred-applications,preferences-desktop-default-applications Preferowane aplikacje,exo-preferred-applications,preferences-desktop-default-applications
Menedżer logowania,pkexec lightdm-settings,lightdm-settings Menedżer logowania,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings
Ustawienia zasilania,xfce4-power-manager-settings,xfce4-power-manager-settings Ustawienia zasilania,xfce4-power-manager-settings,xfce4-power-manager-settings
^sep(Openbox) ^sep(Openbox)
Autostart,^checkout(autostart),geany
Autostart,geany ~/.config/openbox/autostart,geany
RC - plik konfiguracyjny,geany ~/.config/openbox/rc.xml,geany RC - plik konfiguracyjny,geany ~/.config/openbox/rc.xml,geany
Rekonfiguruj Openbox,openbox --reconfigure,openbox Rekonfiguruj Openbox,openbox --reconfigure,openbox
^sep(Motywy Maboxa) ^sep(Motywy Maboxa)
Zarządzaj motywami,mb-obthemes,preferences-desktop-theme Zarządzaj motywami,mb-obthemes,preferences-desktop-theme
^sep(Pomoc)
Przewodnik Użytkownika (online),^checkout(userguide),distributor-logo-mabox
Forum dyskusyjne Mabox,exo-open --launch WebBrowser https://forum.maboxlinux.org/,distributor-logo-mabox
^tag(autostart)
Wybierz programy/usługi (GUI Edytor),yautostart
Edycja pliku (zaawansowane),geany ~/.config/openbox/autostart,geany
^tag(userguide)
. /usr/share/mb-jgtools/userguide_PL.csv
^tag(menu)
Edytuj pozycje menu,geany ~/.config/jgmenu/prepend.csv,geany
Edytuj ustawienia,geany ~/.config/mabox/mabox.conf,geany
Rozmiar,^checkout(rozmiar)
^tag(rozmiar)
<small><small>malutki</small></small>,cat ~/.config/mabox/tiny > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
<small>mały</small>,cat ~/.config/mabox/small > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
normalny,cat ~/.config/mabox/normal > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
<big>duży</big>,cat ~/.config/mabox/big > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
<big><big>wielki</big></big>,cat ~/.config/mabox/huge > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
^tag(lx-apps) ^tag(lx-apps)

1 @search,,24,6,150,20,2,left,top,auto,#000000 0,<i>Pisz aby wyszukać</i>
13 Ustawienia,^checkout(ustawienia),applications-utilities
14 ^sep()
15 Zablokuj ekran,blurlock,system-lock-screen Zablokuj ekran,betterlockscreen -l,system-lock-screen
16 Wyjście,mb-jgtools mblogout,system-shutdown
17 ^tag(ustawienia)
18 Centrum Sterowania Mabox,mcc,distributor-logo-mabox
19 ^sep(Pulpit)
26 ^sep(Ustawienia) Menu,^checkout(menu),menu-editor
27 Preferowane aplikacje,exo-preferred-applications,preferences-desktop-default-applications ^sep(Ustawienia)
28 Menedżer logowania,pkexec lightdm-settings,lightdm-settings Preferowane aplikacje,exo-preferred-applications,preferences-desktop-default-applications
29 Menedżer logowania,lightdm-gtk-greeter-settings-pkexec,lightdm-gtk-greeter-settings
30 Ustawienia zasilania,xfce4-power-manager-settings,xfce4-power-manager-settings
31 ^sep(Openbox)
32 Autostart,geany ~/.config/openbox/autostart,geany Autostart,^checkout(autostart),geany
33 RC - plik konfiguracyjny,geany ~/.config/openbox/rc.xml,geany
34 Rekonfiguruj Openbox,openbox --reconfigure,openbox
35 ^sep(Motywy Maboxa)
Zarządzaj motywami,mb-obthemes,preferences-desktop-theme
36 ^tag(lx-apps) Zarządzaj motywami,mb-obthemes,preferences-desktop-theme
37 ^sep(Pomoc)
38 Przewodnik Użytkownika (online),^checkout(userguide),distributor-logo-mabox
39 Forum dyskusyjne Mabox,exo-open --launch WebBrowser https://forum.maboxlinux.org/,distributor-logo-mabox
40 ^tag(autostart)
41 Wybierz programy/usługi (GUI Edytor),yautostart
42 Edycja pliku (zaawansowane),geany ~/.config/openbox/autostart,geany
43 ^tag(userguide)
44 . /usr/share/mb-jgtools/userguide_PL.csv
45 ^tag(menu)
46 Edytuj pozycje menu,geany ~/.config/jgmenu/prepend.csv,geany
47 Edytuj ustawienia,geany ~/.config/mabox/mabox.conf,geany
48 Rozmiar,^checkout(rozmiar)
49 ^tag(rozmiar)
50 <small><small>malutki</small></small>,cat ~/.config/mabox/tiny > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
51 <small>mały</small>,cat ~/.config/mabox/small > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
52 normalny,cat ~/.config/mabox/normal > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
53 <big>duży</big>,cat ~/.config/mabox/big > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
54 <big><big>wielki</big></big>,cat ~/.config/mabox/huge > ~/.config/mabox/jgmenusize.conf && mb-jgtools main
55 ^tag(lx-apps)
56
57
58
59
60
61