geany -> xdg-open

master
Daniel Napora 2022-08-17 13:19:11 +02:00
parent 1e99743cbe
commit 892b7170dd
39 changed files with 41 additions and 605 deletions

View File

@ -582,12 +582,12 @@
</keybind>
<keybind key="c">
<action name="Execute">
<execute>geany ~/.config/openbox/rc.xml</execute>
<execute>xdg-open ~/.config/openbox/rc.xml</execute>
</action>
</keybind>
<keybind key="m">
<action name="Execute">
<execute>geany ~/.config/openbox/menu.xml</execute>
<execute>xdg-open ~/.config/openbox/menu.xml</execute>
</action>
</keybind>
<keybind key="l">

View File

@ -7,5 +7,5 @@ Reboot,systemctl reboot,system-reboot
Lock screen, mbscreenlocker,system-lock-screen
Shutdown,systemctl poweroff,system-shutdown
^sep()
Configure options,geany $HOME/.config/mabox/exit.csv,geany
Configure options,xdg-open $HOME/.config/mabox/exit.csv,geany

1 ## Comment out with # if you want to hide some lines
7 Lock screen, mbscreenlocker,system-lock-screen
8 Shutdown,systemctl poweroff,system-shutdown
9 ^sep()
10 Configure options,geany $HOME/.config/mabox/exit.csv,geany Configure options,xdg-open $HOME/.config/mabox/exit.csv,geany
11

View File

@ -2,7 +2,7 @@
Updates,^checkout(updates)
Mirrors and keys,^checkout(mirrors)
^sep()
Configure,geany ~/.config/mabox/jgtype.csv
Configure,xdg-open ~/.config/mabox/jgtype.csv

Can't render this file because it contains an unexpected character in line 12 and column 33.

View File

@ -38,7 +38,7 @@
<b><tt> ctrl-shift-KP_2 </tt></b> <small>[on grid]</small> move/resize window bottom,snapwin bottom,,,#desktopgrid#windows#move
<b><tt> ctrl-shift-KP_3 </tt></b> <small>[on grid]</small> move/resize window bottomright,snapwin bottomright,,,#desktopgrid#windows#move
<b><tt> </tt></b> DesktopGrid - show image helper,drawgrid,,,#desktopgrid#windows#move
<b><tt> </tt></b> Edit <b>DesktopGrid</b> config file ,geany ~/.config/desktopgrid/desktopgrid.cfg,,,#desktopgrid#config
<b><tt> </tt></b> Edit <b>DesktopGrid</b> config file ,xdg-open ~/.config/desktopgrid/desktopgrid.cfg,,,#desktopgrid#config
^sep(Helpers)
<b><tt> super-alt-t </tt></b> <i> Tile helper</i>,jgtile,,,#pipemenu
@ -58,7 +58,7 @@
^sep(Openbox),,,,#openbox#ob
<b><tt> </tt></b> Obconf - Openbox configuration manager,obconf,,,#openbox#ob
<b><tt> </tt></b> Edit <b>rc.xml</b> OpenBox config file,geany ~/.config/openbox/rc.xml,,,#openbox#ob
<b><tt> </tt></b> Edit <b>rc.xml</b> OpenBox config file,xdg-open ~/.config/openbox/rc.xml,,,#openbox#ob
<b><tt> </tt></b> Reconfigure OpenBox,openbox --reconfigure,,,#openbox#ob
<b><tt> </tt></b> All Keybindings,mb-kb --gui &>/dev/null,,,#shortcuts#openbox#ob
@ -97,7 +97,7 @@
^sep(Autostart),,,,#autostart#openbox#ob
<b><tt> </tt></b> Choose apps/services to autostart(GUI editor),yautostart,,,#autostart#openbox#ob
<b><tt> </tt></b> Edit <b>Autostart</b> config file,geany ~/.config/openbox/autostart,,,#autostart#config#openbox#ob
<b><tt> </tt></b> Edit <b>Autostart</b> config file,xdg-open ~/.config/openbox/autostart,,,#autostart#config#openbox#ob
^sep(Wallpaper),,,,#wallpapers
<b><tt> </tt></b> Set random wallpaper,mbwallpaper -o,,,#wallpaper

1 ^sep(Applications)
38 <b><tt> </tt></b> Edit <b>DesktopGrid</b> config file ,geany ~/.config/desktopgrid/desktopgrid.cfg,,,#desktopgrid#config <b><tt> </tt></b> Edit <b>DesktopGrid</b> config file ,xdg-open ~/.config/desktopgrid/desktopgrid.cfg,,,#desktopgrid#config
39 ^sep(Helpers)
40 <b><tt> super-alt-t </tt></b> <i> Tile helper</i>,jgtile,,,#pipemenu
41 <b><tt> super-alt-h </tt></b> <i> History helper</i>,jghistory-pipe -s,,,#pipemenu
42 <b><tt> super-alt-e </tt></b> <i> Espanso - text expander</i>,jgespanso-pipe -s,,,#pipemenu
43 <b><tt> super-alt-c </tt></b> <i> Color Menu</i>,colormenu
44 <b><tt> super-alt-o </tt></b> <i> Colorizer</i>,colorizer -s
58 <b><tt> </tt></b> All Keybindings,mb-kb --gui &>/dev/null,,,#shortcuts#openbox#ob
59 ^sep(Mabox),,,,#mabox
60 <b><tt> </tt></b> Mabox Control Center,mcc,,,#mabox
61 <b><tt> </tt></b> Welcome Screen,mwelcome,,,#mabox
62 <b><tt> </tt></b> Blob theme manager,mb-obthemes,,,#theme#mabox
63 <b><tt> </tt></b> Look and feel,lxappearance,,,#theme
64 <b><tt> </tt></b> Screen resolution,arandr,,,#monitor
97
98
99
100
101
102
103

View File

@ -3,4 +3,4 @@
# Label,command,icon
# Example:
^sep(Custom commands)
Configure...,geany $HOME/.config/mabox/right-append.csv,add
Configure...,xdg-open $HOME/.config/mabox/right-append.csv,add

1 # Here you can customize right sidepanel
3 # Label,command,icon
4 # Example:
5 ^sep(Custom commands)
6 Configure...,geany $HOME/.config/mabox/right-append.csv,add Configure...,xdg-open $HOME/.config/mabox/right-append.csv,add

View File

@ -24,7 +24,7 @@ Mouse and Keyboard,lxinput,mouse
^sep(Openbox)
Openbox Configuration Manager,obconf,obconf
Autostart,^checkout(autostart),geany
RC - configuration file,geany ~/.config/openbox/rc.xml,geany
RC - configuration file,xdg-open ~/.config/openbox/rc.xml,geany
Reconfigure Openbox,openbox --reconfigure,openbox
^sep()
Edit Settings menu,xdg-open ~/.config/mabox/settings.csv,geany

1 ^sep(Preferences)
24 ^sep(Openbox)
25 Openbox Configuration Manager,obconf,obconf
26 Autostart,^checkout(autostart),geany
27 RC - configuration file,geany ~/.config/openbox/rc.xml,geany RC - configuration file,xdg-open ~/.config/openbox/rc.xml,geany
28 Reconfigure Openbox,openbox --reconfigure,openbox
29 ^sep()
30 Edit Settings menu,xdg-open ~/.config/mabox/settings.csv,geany

View File

@ -1,4 +1,4 @@
^tag(autostart)
^sep(Autostart)
Choose apps/services (GUI Editor),yautostart,gtk-execute
Edit autostart file (advanced),geany ~/.config/openbox/autostart,geany
Edit autostart file (advanced),xdg-open ~/.config/openbox/autostart,geany

1 ^tag(autostart)
2 ^sep(Autostart)
3 Choose apps/services (GUI Editor),yautostart,gtk-execute
4 Edit autostart file (advanced),geany ~/.config/openbox/autostart,geany Edit autostart file (advanced),xdg-open ~/.config/openbox/autostart,geany

View File

@ -395,7 +395,7 @@ button = new
button_text = 
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -395,7 +395,7 @@ button = new
button_text = 
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -347,7 +347,7 @@ button_icon = system-shutdown
button_text =
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -391,7 +391,7 @@ button = new
button_text = 
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -391,7 +391,7 @@ button = new
button_text = 
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -341,7 +341,7 @@ button = new
button_text = 
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -399,7 +399,7 @@ button_icon = system-shutdown
button_text = 
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -399,7 +399,7 @@ button_icon = system-shutdown
button_text =
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -395,7 +395,7 @@ button = new
button_text = 
button_tooltip = L: Power menu (super+x) M: Logout now, R: Edit Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -7,5 +7,5 @@ Reiniciar,systemctl reboot,system-reboot
Bloquear pantalla,mbscreenlocker,system-lock-screen
Apagar sistema,systemctl poweroff,system-shutdown
^sep()
Configurar opciones,geany $HOME/.config/mabox/exit.csv,geany
Configurar opciones,xdg-open $HOME/.config/mabox/exit.csv,geany

1 ## Comment out with # if you want to hide same lines
7 Bloquear pantalla,mbscreenlocker,system-lock-screen
8 Apagar sistema,systemctl poweroff,system-shutdown
9 ^sep()
10 Configurar opciones,geany $HOME/.config/mabox/exit.csv,geany Configurar opciones,xdg-open $HOME/.config/mabox/exit.csv,geany
11

View File

@ -2,7 +2,7 @@
Updates,^checkout(updates)
Mirrors and keys,^checkout(mirrors)
^sep()
Configure,geany ~/.config/mabox/jgtype.csv
Configure,xdg-open ~/.config/mabox/jgtype.csv

Can't render this file because it contains an unexpected character in line 12 and column 33.

View File

@ -3,4 +3,4 @@
# Label,command,icon
# Example:
^sep(Comandos de configuración)
Configurar...,geany $HOME/.config/mabox/right-append.csv,add
Configurar...,xdg-open $HOME/.config/mabox/right-append.csv,add

1 # Here you can customize right sidepanel
3 # Label,command,icon
4 # Example:
5 ^sep(Comandos de configuración)
6 Configurar...,geany $HOME/.config/mabox/right-append.csv,add Configurar...,xdg-open $HOME/.config/mabox/right-append.csv,add

View File

@ -24,7 +24,7 @@ Mouse e teclado,lxinput,keyboard
^sep(Openbox)
Ajustes de Openbox,obconf,obconf
Reinicio,^checkout(autostart),geany
RC - ajustes de archivo,geany ~/.config/openbox/rc.xml,geany
RC - ajustes de archivo,xdg-open ~/.config/openbox/rc.xml,geany
Reconfigurar Openbox,openbox --reconfigure,openbox
^sep()
Editar Configuración Menu,xdg-open ~/.config/mabox/settings.csv,geany

1 ^sep(Configuración)
24 ^sep(Openbox)
25 Ajustes de Openbox,obconf,obconf
26 Reinicio,^checkout(autostart),geany
27 RC - ajustes de archivo,geany ~/.config/openbox/rc.xml,geany RC - ajustes de archivo,xdg-open ~/.config/openbox/rc.xml,geany
28 Reconfigurar Openbox,openbox --reconfigure,openbox
29 ^sep()
30 Editar Configuración Menu,xdg-open ~/.config/mabox/settings.csv,geany

View File

@ -1,4 +1,4 @@
^tag(autostart)
^sep(Reinicio)
Elegir apps/servicios del editor gráfico,yautostart,gtk-execute
Editar el archivo de reinicio (avanzado),geany ~/.config/openbox/autostart,geany
Editar el archivo de reinicio (avanzado),xdg-open ~/.config/openbox/autostart,geany

1 ^tag(autostart)
2 ^sep(Reinicio)
3 Elegir apps/servicios del editor gráfico,yautostart,gtk-execute
4 Editar el archivo de reinicio (avanzado),geany ~/.config/openbox/autostart,geany Editar el archivo de reinicio (avanzado),xdg-open ~/.config/openbox/autostart,geany

View File

@ -7,5 +7,5 @@ Uruchom ponownie,systemctl reboot,system-reboot
Zablokuj ekran, mbscreenlocker,system-lock-screen
Wyłącz,systemctl poweroff,system-shutdown
^sep()
Dostosuj opcje wyjścia,geany $HOME/.config/mabox/exit.csv,geany
Dostosuj opcje wyjścia,xdg-open $HOME/.config/mabox/exit.csv,geany

1 ## Dodaj znak komentarza # w liniach które chcesz ukryć
7 Zablokuj ekran, mbscreenlocker,system-lock-screen
8 Wyłącz,systemctl poweroff,system-shutdown
9 ^sep()
10 Dostosuj opcje wyjścia,geany $HOME/.config/mabox/exit.csv,geany Dostosuj opcje wyjścia,xdg-open $HOME/.config/mabox/exit.csv,geany
11

View File

@ -2,7 +2,7 @@
Aktualizacje,^checkout(updates)
Mirrory i klucze,^checkout(mirrors)
^sep()
Konfiguruj,geany ~/.config/mabox/jgtype.csv
Konfiguruj,xdg-open ~/.config/mabox/jgtype.csv
Pomoc,
^sep()

1 ^sep(<big><b>jgtype</b></big> - <i>pomocnik wpisywania komend</i>)
2 Aktualizacje,^checkout(updates)
3 Mirrory i klucze,^checkout(mirrors)
4 ^sep()
5 Konfiguruj,geany ~/.config/mabox/jgtype.csv Konfiguruj,xdg-open ~/.config/mabox/jgtype.csv
6 Pomoc,
7 ^sep()
8 #TAGS

View File

@ -37,7 +37,7 @@
<b><tt> ctrl-shift-KP_2 </tt></b> <small>[na siatce]</small> ustaw okno bottom,snapwin bottom,,,#desktopgrid#windows#move
<b><tt> ctrl-shift-KP_3 </tt></b> <small>[na siatce]</small> ustaw okno bottomright,snapwin bottomright,,,#desktopgrid#windows#move
<b><tt> </tt></b> DesktopGrid - pokaż obrazek pomocniczy,drawgrid,,,#desktopgrid#windows#move
<b><tt> </tt></b> Edytuj plik konfiguracyjny <b>DesktopGrid</b>,geany ~/.config/desktopgrid/desktopgrid.cfg,,,#desktopgrid#config
<b><tt> </tt></b> Edytuj plik konfiguracyjny <b>DesktopGrid</b>,xdg-open ~/.config/desktopgrid/desktopgrid.cfg,,,#desktopgrid#config
^sep(Narzędzia)
<b><tt> super-alt-t </tt></b> <i> Tile helper</i>,jgtile,,,#pipemenu
@ -57,7 +57,7 @@
^sep(Openbox),,,,#openbox#ob
<b><tt> </tt></b> Obconf - menadżer konfiguracji Openbox,obconf,,,#openbox#ob
<b><tt> </tt></b> Edytuj plik <b>rc.xml</b>,geany ~/.config/openbox/rc.xml,,,#openbox#ob
<b><tt> </tt></b> Edytuj plik <b>rc.xml</b>,xdg-open ~/.config/openbox/rc.xml,,,#openbox#ob
<b><tt> </tt></b> Rekonfiguruj OpenBox,openbox --reconfigure,,,#openbox#ob
<b><tt> </tt></b> Wszystkie skróty klawiszowe,mb-kb --gui &>/dev/null,,,#shortcuts#openbox#ob
@ -96,7 +96,7 @@
^sep(Autostart),,,,#autostart#openbox#ob
<b><tt> </tt></b> Wybierz programy/usługi (GUI editor),yautostart,,,#autostart#openbox#ob
<b><tt> </tt></b> Edytuj plik konfiguracyjny <b>Autostart</b>,geany ~/.config/openbox/autostart,,,#autostart#config#openbox#ob
<b><tt> </tt></b> Edytuj plik konfiguracyjny <b>Autostart</b>,xdg-open ~/.config/openbox/autostart,,,#autostart#config#openbox#ob
^sep(Tapety),,,,#wallpapers
<b><tt> </tt></b> Ustaw losową tapetę,mbwallpaper -o,,,#wallpaper

1 ^sep(Programy)
37 <b><tt> </tt></b> Edytuj plik konfiguracyjny <b>DesktopGrid</b>,geany ~/.config/desktopgrid/desktopgrid.cfg,,,#desktopgrid#config <b><tt> </tt></b> Edytuj plik konfiguracyjny <b>DesktopGrid</b>,xdg-open ~/.config/desktopgrid/desktopgrid.cfg,,,#desktopgrid#config
38 ^sep(Narzędzia)
39 <b><tt> super-alt-t </tt></b> <i> Tile helper</i>,jgtile,,,#pipemenu
40 <b><tt> super-alt-h </tt></b> <i> Historia</i>,jghistory-pipe -s,,,#pipemenu
41 <b><tt> super-alt-e </tt></b> <i> Espanso - text expander</i>,jgespanso-pipe -s,,,#pipemenu
42 <b><tt> super-alt-c </tt></b> <i> Menu Kolorów</i>,colormenu
43 <b><tt> super-alt-o </tt></b> <i> Colorizer</i>,colorizer -s
57 <b><tt> </tt></b> Wszystkie skróty klawiszowe,mb-kb --gui &>/dev/null,,,#shortcuts#openbox#ob
58 ^sep(Mabox),,,,#mabox
59 <b><tt> </tt></b> Centrum Sterowania Mabox,mcc,,,#mabox
60 <b><tt> </tt></b> Ekran powitalny,mwelcome,,,#mabox
61 <b><tt> </tt></b> Blob - menadżer motywów,mb-obthemes,,,#theme#mabox
62 <b><tt> </tt></b> Wystrój i ikony,lxappearance,,,#theme
63 <b><tt> </tt></b> Rozdzielczość ekranu,arandr,,,#monitor
96
97
98
99
100
101
102

View File

@ -3,4 +3,4 @@
# Etykieta,komenda,ikona
# Przykład:
^sep(Własne Polecenia)
Dostosuj...,geany $HOME/.config/mabox/right-append.csv,add
Dostosuj...,xdg-open $HOME/.config/mabox/right-append.csv,add

1 # Tutaj możesz dodać własne polecenia
3 # Etykieta,komenda,ikona
4 # Przykład:
5 ^sep(Własne Polecenia)
6 Dostosuj...,geany $HOME/.config/mabox/right-append.csv,add Dostosuj...,xdg-open $HOME/.config/mabox/right-append.csv,add

View File

@ -24,7 +24,7 @@ Mysz i klawiatura,lxinput,keyboard
^sep(Openbox)
Menadżer konfiguracji Openbox,obconf,obconf
Autostart,^checkout(autostart),geany
RC - plik konfiguracyjny,geany ~/.config/openbox/rc.xml,geany
RC - plik konfiguracyjny,xdg-open ~/.config/openbox/rc.xml,geany
Rekonfiguruj Openbox,openbox --reconfigure,openbox
^sep()
Edytuj Menu ustawień,xdg-open ~/.config/mabox/settings.csv,geany

1 ^sep(Ustawienia)
24 ^sep(Openbox)
25 Menadżer konfiguracji Openbox,obconf,obconf
26 Autostart,^checkout(autostart),geany
27 RC - plik konfiguracyjny,geany ~/.config/openbox/rc.xml,geany RC - plik konfiguracyjny,xdg-open ~/.config/openbox/rc.xml,geany
28 Rekonfiguruj Openbox,openbox --reconfigure,openbox
29 ^sep()
30 Edytuj Menu ustawień,xdg-open ~/.config/mabox/settings.csv,geany

View File

@ -1,4 +1,4 @@
^tag(autostart)
^sep(Autostart)
Wybierz programy/usługi (GUI Edytor),yautostart,gtk-execute
Edycja pliku (zaawansowane),geany ~/.config/openbox/autostart,geany
Edycja pliku (zaawansowane),xdg-open ~/.config/openbox/autostart,geany

1 ^tag(autostart)
2 ^sep(Autostart)
3 Wybierz programy/usługi (GUI Edytor),yautostart,gtk-execute
4 Edycja pliku (zaawansowane),geany ~/.config/openbox/autostart,geany Edycja pliku (zaawansowane),xdg-open ~/.config/openbox/autostart,geany

View File

@ -395,7 +395,7 @@ button = new
button_text = 
button_tooltip = L: Power menu (super+x) środkowy: Wyloguj teraz, P: Edytuj Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -395,7 +395,7 @@ button = new
button_text = 
button_tooltip = L: Power menu (super+x) środkowy: Wyloguj teraz, P: Edytuj Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -348,7 +348,7 @@ button_icon = system-shutdown
button_text =
button_tooltip = L: Power menu (super+x) środkowy: Wyloguj teraz, P: Edytuj Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -391,7 +391,7 @@ button = new
button_text = 
button_tooltip = L: Power menu (super+x) środkowy: Wyloguj teraz, P: Edytuj Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -391,7 +391,7 @@ button = new
button_text = 
button_tooltip = L: Power menu (super+x) środkowy: Wyloguj teraz, P: Edytuj Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -341,7 +341,7 @@ button = new
button_text = 
button_tooltip = L: Power menu (super+x) środkowy: Wyloguj teraz, P: Edytuj Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -399,7 +399,7 @@ button_icon = system-shutdown
button_text =
button_tooltip = L: Power menu (super+x) środkowy: Wyloguj teraz, P: Edytuj Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -399,7 +399,7 @@ button_icon = system-shutdown
button_text =
button_tooltip = L: Power menu (super+x) środkowy: Wyloguj teraz, P: Edytuj Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -395,7 +395,7 @@ button = new
button_text = 
button_tooltip = L: Power menu (super+x) środkowy: Wyloguj teraz, P: Edytuj Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_rclick_command = xdg-open ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =

View File

@ -1,378 +0,0 @@
#---- Generated by tint2conf 14c3 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Active taskbar, Inactive taskbar, Launcher, Panel
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = {color0} 0
border_color = {color15} 100
background_color_hover = #202020 100
border_color_hover = {color15} 100
background_color_pressed = #202020 100
border_color_pressed = {color15} 100
# Background 2: Active desktop name, Active task, Button, Clock, Launcher icon, Urgent task
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = {active} 100
border_color = #224f55 0
background_color_hover = {color1} 100
border_color_hover = #224f55 0
background_color_pressed = #46919c 100
border_color_pressed = #224f55 0
# Background 3: Battery, Default task, Executor, Iconified task, Inactive desktop name, Systray, Tooltip
rounded = 0
border_width = 0
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = {inactive} 100
border_color = {color15} 100
background_color_hover = {color1} 80
border_color_hover = {color15} 100
background_color_pressed = #46919c 32
border_color_pressed = {color15} 100
#-------------------------------------
# Panel
panel_items = PPPPPLETSEPCBPP
panel_size = 100% 32
panel_margin = 0 0
panel_padding = 2 2 1
panel_background_id = 1
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = top center horizontal
panel_layer = top
panel_monitor = all
panel_shrink = 0
autohide = 0
autohide_show_timeout = 0
autohide_hide_timeout = 0
autohide_height = 1
strut_policy = follow_size
panel_window_name = tint2
disable_transparency = 0
mouse_effects = 1
font_shadow = 0
mouse_hover_icon_asb = 100 0 10
mouse_pressed_icon_asb = 100 0 0
scale_relative_to_dpi = 0
scale_relative_to_screen_height = 0
#-------------------------------------
# Taskbar
taskbar_mode = single_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 0 0 1
taskbar_background_id = 1
taskbar_active_background_id = 1
taskbar_name = 0
taskbar_hide_inactive_tasks = 0
taskbar_hide_different_monitor = 0
taskbar_hide_different_desktop = 0
taskbar_always_show_all_desktop_tasks = 0
taskbar_name_padding = 10 5
taskbar_name_background_id = 3
taskbar_name_active_background_id = 2
taskbar_name_font = Roboto Mono 8
taskbar_name_font_color = {color15} 100
taskbar_name_active_font_color = {color15} 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left
#-------------------------------------
# Task
task_text = 1
task_icon = 0
task_centered = 1
urgent_nb_of_blink = 7
task_maximum_size = 180 30
task_padding = 8 2 8
task_font = Roboto Mono 8
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_font_color = {color15} 100
task_active_font_color = {color15} 100
task_urgent_font_color = {color15} 100
task_iconified_font_color = {color15} 100
task_icon_asb = 100 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 98 0 0
task_background_id = 3
task_active_background_id = 2
task_urgent_background_id = 2
task_iconified_background_id = 3
mouse_left = toggle_iconify
mouse_middle = close
mouse_right = none
mouse_scroll_up = toggle_iconify
mouse_scroll_down = toggle_iconify
#-------------------------------------
# System tray (notification area)
systray_padding = 2 2 2
systray_background_id = 3
systray_sort = ascending
systray_icon_size = 20
systray_icon_asb = 100 0 0
systray_monitor = 1
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 0 0 1
launcher_background_id = 1
launcher_icon_background_id = 2
launcher_icon_size = 0
launcher_icon_asb = 100 -50 -50
launcher_icon_theme = Papirus
launcher_icon_theme_override = 1
startup_notifications = 0
launcher_tooltip = 1
launcher_item_app = ~/.local/share/applications/wpgtk.desktop
launcher_apps_dir = ~/.config/tint2/launcherapps/
#-------------------------------------
# Clock
time1_format = %I:%M %d %b
time2_format =
time1_font = Roboto Mono 8
time1_timezone =
time2_timezone =
time2_font = Roboto Mono 8
clock_font_color = {color15} 100
clock_padding = 6 0
clock_background_id = 2
clock_tooltip = Dzisiaj jest %A %e dzień %B
clock_tooltip_timezone =
clock_lclick_command = gsimplecal
clock_rclick_command = manjaro-settings-manager -m msm_timedate
clock_mclick_command =
clock_uwheel_command =
clock_dwheel_command =
#-------------------------------------
# Battery
battery_tooltip = 0
battery_low_status = 15
battery_low_cmd = notify-send "battery low" "connect to power source"
battery_full_cmd =
bat1_font = Roboto 8
bat2_font = Roboto 8
battery_font_color = {color15} 100
bat1_format =
bat2_format =
battery_padding = 10 5
battery_background_id = 3
battery_hide = 95
battery_lclick_command = notify-send "$(acpi)"
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
# Executor 1
execp = new
execp_command = ~/.config/tint2/scripts/desktop info
execp_interval = 1
execp_has_icon = 0
execp_cache_icon = 1
execp_continuous = 1
execp_markup = 1
execp_monitor = all
execp_tooltip = L: Pokaż pulpit, Kółko: Przełącz pulpit, P: Lista okien
execp_lclick_command = show_desktop
execp_rclick_command = jgdesktops ipc
execp_mclick_command =
execp_uwheel_command = ~/.config/tint2/scripts/desktop next
execp_dwheel_command = ~/.config/tint2/scripts/desktop prev
execp_font_color = {color15} 100
execp_padding = 6 0
execp_background_id = 3
execp_centered = 0
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
# Executor 2
execp = new
execp_command = ~/.config/tint2/scripts/volumettf
execp_interval = 0
execp_has_icon = 0
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_lclick_command = pactl set-sink-mute 0 toggle
execp_rclick_command = mb-music ipc
execp_mclick_command =
execp_uwheel_command = amixer -q set Master 2%+ unmute
execp_dwheel_command = amixer -q set Master 5%- unmute
execp_font = feather 14
execp_font_color = {color15} 100
execp_padding = 4 2
execp_background_id = 2
execp_centered = 0
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
# Button 1
button = new
button_text = 
button_tooltip = Lewy Panel (ctrl+super+left)
button_lclick_command = mb-jgtools places
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = {color15} 100
button_padding = 4 4
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 2
button = new
button_text = 
button_tooltip = L = Menu (super), P = Menu Ustawień (super+s)
button_lclick_command = mb-jgtools main ipc
button_rclick_command = mb-jgtools settings ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = {color15} 100
button_padding = 4 4
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 3
button = new
button_icon = system-file-manager
button_text =
button_tooltip = L: Menadżer plików (super + f), P: Menu Miejsca (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_color = {color15} 100
button_padding = 2 2
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 4
button = new
button_icon = utilities-terminal
button_text =
button_tooltip = L: Terminal (super+t), P: 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_color = {color15} 100
button_padding = 2 2
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 5
button = new
button_icon = web-browser
button_text =
button_tooltip = L: Przeglądarka WWW (super+w), P: Więcej
button_lclick_command = exo-open --launch WebBrowser
button_rclick_command = mb-webbrowser ipc
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = {color15} 100
button_padding = 0 0
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 6
button = new
button_text = 
button_tooltip = L: Zrzuty ekranu (super+PrtScr) P: flameshot
button_lclick_command = mb-jgtools screenshot ipc
button_rclick_command = flameshot gui
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = {color15} 100
button_padding = 4 4
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 7
button = new
button_text = 
button_tooltip = L: Power menu (super+x) środkowy: Wyloguj teraz, P: Edytuj Power menu
button_lclick_command = mb-jgtools mblogout ipc
button_rclick_command = geany ~/.config/mabox/exit.csv
button_mclick_command = openbox --exit
button_uwheel_command =
button_dwheel_command =
button_font_color = {color15} 100
button_padding = 4 4
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Button 8
button = new
button_text = 
button_tooltip = Prawy Sidepanel (ctrl+super+right)
button_lclick_command = mb-jgtools right
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font_color = {color15} 100
button_padding = 4 4
button_background_id = 2
button_centered = 0
button_max_icon_size = 0
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0
tooltip_hide_timeout = 0
tooltip_padding = 8 8
tooltip_background_id = 3
tooltip_font_color = {color15} 100
tooltip_font = Roboto Mono 8

View File

@ -1,102 +0,0 @@
conky.config = {{
-- WINDOW
own_window = true,
own_window_type = 'desktop',
own_window_transparent = true,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_colour = '#000000',
own_window_class = 'Conky',
own_window_title = 'Mabox Shortcuts Conky Colorize',
gap_x = 15,
gap_y = 45,
minimum_width = '200',
-- FONTS
use_xft = true,
font = 'Cantarell:size=9',
xftalpha = 1,
override_utf8_locale = true,
-- COLORS
draw_shades = false,--yes
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '{color1}',
color2 = '{color7}',
-- BORDERS
draw_borders = false,--yes
-- Stippled borders?
stippled_borders = 5,
-- border margins
border_inner_margin = 5,
border_outer_margin = 0,
-- border width
border_width = 2,
-- graph borders
-- draw_graph_borders yes
-- default_graph_size 15 40
-- MISC
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
update_interval = 1,
}};
conky.text = [[
${{color}}PROGRAMY${{alignr}}${{color2}}super = windows key${{voffset -6}}
${{color2}}${{hr 1}}${{voffset -4}}
${{color2}}menu ${{alignr}}${{color}}super / super+spacja
${{color2}}menedżer plików ${{alignr}}${{color}}super+f
${{color2}}przeglądarka www ${{alignr}}${{color}}super+w
${{color2}}terminal ${{alignr}}${{color}}super+t
${{color2}}quake-terminal ${{alignr}}${{color}}ctrl+~
${{color2}}kontrola głośności ${{alignr}}${{color}}super+v
${{color2}}toggle Picom ${{alignr}}${{color}}super+p
${{color2}}toggle Conky ${{alignr}}${{color}}super+alt+c
${{color2}}lock screen ${{alignr}}${{color}}super+l
${{color2}}exit ${{alignr}}${{color}}super+x
${{color}}PANELE${{voffset -6}}
${{color2}}${{hr 1}}${{voffset -4}}
${{color2}}Lewy ${{alignr}} ${{color}}ctrl+super+left
${{color2}}Prawy ${{alignr}} ${{color}}ctrl+super+right
${{color2}}Miejsca ${{alignr}} ${{color}}super+.
${{color2}}Menu Ustawień ${{alignr}} ${{color}}super+s
${{color}}OKNA${{voffset -6}}
${{color2}}${{hr 1}}${{voffset -4}}
${{color2}}zamknij ${{alignr}} ${{color}}alt+F4
${{color2}}minimalizuj ${{alignr}} ${{color}}alt+F5
${{color2}}maksymalizacja ${{alignr}} ${{color}}alt+F6
${{color2}}pokaż pulpit ${{alignr}} ${{color}}super+d
${{color2}}wł/wył obramowanie ${{alignr}} ${{color}}super+b
${{color2}}pełny ekran ${{alignr}} ${{color}}F11
${{color2}}rozmieszczanie okien:
${{color2}} - połowa ekranu ${{alignr}} ${{color}}super+strzałki
${{color2}} - 1/4 ekranu ${{alignr}} ${{color}}super+numeryczna[1..9]
${{color}}PULPITY${{voffset -6}}
${{color2}}${{hr 1}}${{voffset -4}}
${{color2}}przejdź na pulpit ${{alignr}} ${{color}}super+[1..4]
]];

View File

@ -1,84 +0,0 @@
conky.config = {{
own_window = true,
own_window_type = 'desktop',
own_window_transparent = true,
--own_window_transparent = false,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
--own_window_argb_visual = true,
--own_window_argb_value = 228,
own_window_colour = '{color8}',
own_window_class = 'Conky',
own_window_title = 'Mabox Monitor Conky Grey',
-- gap_x = 15,
gap_x = 15,
gap_y = 40,
alignment = 'top_right',
--minimum_width = '200',
minimum_width = 200,
use_xft = true,
font = 'Cantarell:size=9',
xftalpha = 1,
override_utf8_locale = true,
draw_shades = false,--yes
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
color2 = '{color1}',
color3 = '{color3}',
cpu_avg_samples = 2,
default_color = '{color7}',
draw_borders = no,--yes
stippled_borders = 5,
border_inner_margin = 0,
border_outer_margin = 0,
border_width = 2,
background = true,
no_buffers = true,
imlib_cache_size = 0,
double_buffer = true,
update_interval = 1,
}};
conky.text = [[
${{voffset 8}}${{color}}${{font Cantarell:size=16}}${{time %A}}$font${{voffset -18}}$alignr${{color3}}${{font Cantarell:size=38}}${{time %e}}$font
$color${{voffset -20}}$color${{font Cantarell:size=18}}${{time %B}}$font${{voffset -1}} $color${{font Cantarell:size=20}}${{time %Y}}$font
#${{voffset 10}}$alignr$color Kraków (PL) ${{weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EPKK temperature temperature 15}}°C
#
${{voffset 10}}${{goto 40}}${{color}}CPU$alignr$cpu%
$color2${{goto 40}}$alignr${{cpubar 4,165}}
${{voffset 5}}${{goto 40}}$font$color2${{top name 1}}$alignr$color${{top cpu 1}}%
${{goto 40}}$color2${{top name 2}}$alignr$color${{top cpu 2}}%
${{goto 40}}$color2${{top name 3}}$alignr$color${{top cpu 3}}%
${{goto 40}}$color2${{top name 4}}$alignr$color${{top cpu 4}}%
#
${{voffset 10}}${{goto 40}}${{color}}PAMIĘĆ$alignr$legacymem/$memmax
$color2${{goto 40}}$alignr${{membar 4,165}}
${{goto 40}}${{voffset 5}}$color2${{top_mem name 1}}$alignr$color${{top_mem mem_res 1}}
${{goto 40}}$color2${{top_mem name 2}}$alignr$color${{top_mem mem_res 2}}
${{goto 40}}$color2${{top_mem name 3}}$alignr$color${{top_mem mem_res 3}}
${{goto 40}}$color2${{top_mem name 4}}$alignr$color${{top_mem mem_res 4}}
#
${{voffset 10}}$alignr dysk ${{color2}}${{fs_used /}} - ${{fs_size /}}
$alignr$color pamięć ${{color2}}$legacymem - $memmax
#${{alignr}}${{color2}}${{font Cantarell:size=9}}swap $swapmax - $swap
#
${{voffset 10}}$alignr${{color}} Mabox Linux ${{execi 10000 awk -F'=' '/DISTRIB_RELEASE=/ {{printf $2" "}} /CODENAME/ {{print $2}}' /etc/lsb-release}}
#
${{voffset 10}}$alignr${{execi 1200 whoami}}@${{nodename}}
${{alignr}}${{color2}}${{font Cantarell:size=9}}uptime ${{color}}${{uptime_short}}
${{alignr}}${{color2}}${{font Cantarell:size=9}}${{alignr}}jądro ${{color}}${{kernel}}
${{alignr}}${{color2}}${{font Cantarell:size=9}}${{alignr}}arch ${{color}}${{machine}}
${{alignr}}${{color2}}${{font Cantarell:size=9}}${{alignr}}system plików ${{color}}${{fs_type}}
${{voffset 10}}${{alignr}}${{color}} dostępne aktualizacje ${{color3}}${{font Cantarell:bold:size=10}}${{execpi 1800 pamac checkupdates -aq| wc -l}}${{font}}${{color}}
${{alignr}}${{color}} zainstalowane pakiety: ${{color2}}${{execi 10000 pacman -Q | wc -l}}
${{alignr}}${{color}} gałąź: ${{color2}}${{execi 10000 pacman-mirrors -G}}
]];