menu and conky fixes in live overlay
This commit is contained in:
parent
84d1210865
commit
9c9759d5fd
@ -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,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}
|
||||||
|
]];
|
||||||
|
@ -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,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,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}
|
||||||
|
|
||||||
|
]];
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user