add missing inc files
parent
0e917ed605
commit
b75d73ddfb
1
bin/mbx
1
bin/mbx
|
@ -11,6 +11,7 @@
|
||||||
ME=$(basename "$0")
|
ME=$(basename "$0")
|
||||||
CNF_DIR="$HOME/.config/mbxutils"
|
CNF_DIR="$HOME/.config/mbxutils"
|
||||||
CNF_FILE="$CNF_DIR/$ME.conf"
|
CNF_FILE="$CNF_DIR/$ME.conf"
|
||||||
|
[ ! -d "$HOME/.config/jgmenu" ] && mkdir -p "$HOME/.config/jgmenu"
|
||||||
|
|
||||||
[ ! -d "$CNF_DIR" ] && mkdir -p "$CNF_DIR" && cp -r /usr/share/mbxutils/* "$CNF_DIR"/
|
[ ! -d "$CNF_DIR" ] && mkdir -p "$CNF_DIR" && cp -r /usr/share/mbxutils/* "$CNF_DIR"/
|
||||||
if [ ! -f $CNF_FILE ]; then
|
if [ ! -f $CNF_FILE ]; then
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
^sep(Ulubione)
|
||||||
|
Terminal,exo-open --launch TerminalEmulator,utilities-terminal
|
||||||
|
Przeglądarka WWW,exo-open --launch WebBrowser,firefox
|
||||||
|
Menedżer plików,exo-open --launch FileManager,system-file-manager
|
||||||
|
Dodaj/Usuń programy,pamac-manager,pamac
|
||||||
|
^sep()
|
||||||
|
~/.config,^pipe(mbxfiles ~/.config),folder
|
||||||
|
^sep()
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
^sep()
|
||||||
|
Preferences,^pipe(mbx preferences lpanel)
|
||||||
|
^sep(Custom Commands)
|
||||||
|
btop,^term(btop)
|
||||||
|
uname -a,^term(uname -a ;$SHELL)
|
||||||
|
^sep()
|
||||||
|
Edit commands,xdg-open ~/.config/mbxutils/inc/lbottom.csv,geany
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
^sep(Custom Commands)
|
||||||
|
The Gimp,gimp
|
||||||
|
Inkscape,inkscape
|
||||||
|
^sep()
|
||||||
|
Edit commands,xdg-open ~/.config/mbxutils/inc/ltop.csv
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
^sep()
|
||||||
|
^sep(<i>Terminal test</i>)
|
||||||
|
Btop,^term(btop)
|
||||||
|
uname,^term(uname -a;/bin/bash)
|
||||||
|
neofetch,^term(neofetch;/bin/bash)
|
||||||
|
YAy,^term(yay)
|
||||||
|
^sep()
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
^sep(Custom Commands)
|
||||||
|
The Gimp,gimp,gimp
|
||||||
|
Inkscape,inkscape,inkscape
|
||||||
|
^sep()
|
||||||
|
Edit commands,xdg-open ~/.config/mbxutils/inc/rbottom.csv,geany
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
^sep(Custom Commands)
|
||||||
|
The Gimp,gimp,gimp
|
||||||
|
Inkscape,inkscape,inkscape
|
||||||
|
^sep()
|
||||||
|
Edit commands,xdg-open ~/.config/mbxutils/inc/rtop.csv,geany
|
|
Loading…
Reference in New Issue