desktop file update
parent
59e0ef20a4
commit
ca9c7cc121
|
@ -4,6 +4,7 @@ Type=Application
|
||||||
Name=Left Sidepanel
|
Name=Left Sidepanel
|
||||||
Comment=Left Sidepanel
|
Comment=Left Sidepanel
|
||||||
Keywords=
|
Keywords=
|
||||||
|
StartupNotify=false
|
||||||
Icon=mbx-lpanel
|
Icon=mbx-lpanel
|
||||||
TryExec=mbx
|
TryExec=mbx
|
||||||
Exec=mbx lpanel
|
Exec=mbx lpanel
|
||||||
|
|
|
@ -4,6 +4,7 @@ Type=Application
|
||||||
Name=MBX Main Menu
|
Name=MBX Main Menu
|
||||||
Comment=Main menu (mbxutils)
|
Comment=Main menu (mbxutils)
|
||||||
Keywords=
|
Keywords=
|
||||||
|
StartupNotify=false
|
||||||
Icon=mbx-mmenu
|
Icon=mbx-mmenu
|
||||||
TryExec=mbx
|
TryExec=mbx
|
||||||
Exec=mbx mmenu
|
Exec=mbx mmenu
|
||||||
|
|
|
@ -4,6 +4,7 @@ Type=Application
|
||||||
Name=Right Sidepanel
|
Name=Right Sidepanel
|
||||||
Comment=Right Sidepanel
|
Comment=Right Sidepanel
|
||||||
Keywords=
|
Keywords=
|
||||||
|
StartupNotify=false
|
||||||
Icon=mbx-rpanel
|
Icon=mbx-rpanel
|
||||||
TryExec=mbx
|
TryExec=mbx
|
||||||
Exec=mbx rpanel
|
Exec=mbx rpanel
|
||||||
|
|
|
@ -4,6 +4,7 @@ Type=Application
|
||||||
Name=MBX Utils
|
Name=MBX Utils
|
||||||
Comment=Enhance your X11 window manager
|
Comment=Enhance your X11 window manager
|
||||||
Keywords=
|
Keywords=
|
||||||
|
StartupNotify=false
|
||||||
Icon=mbx
|
Icon=mbx
|
||||||
TryExec=mbx
|
TryExec=mbx
|
||||||
Exec=mbx
|
Exec=mbx
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
^sep(Custom Commands)
|
^sep(Custom Commands)
|
||||||
btop,^term(btop)
|
btop,^term(btop)
|
||||||
Random BGcolor,mbx setvar bgcolor=$(shuf -n 1 ~/.config/mbxutils/inc/colors.clr);mbx lpanel
|
Random BGcolor,mbx setvar color_menu_bg=$(shuf -n 1 ~/.config/mbxutils/inc/colors.clr);mbx lpanel
|
||||||
^sep()
|
^sep()
|
||||||
Edit commands,xdg-open ~/.config/mbxutils/inc/lbottom.csv
|
Edit commands,xdg-open ~/.config/mbxutils/inc/lbottom.csv
|
||||||
^sep()
|
^sep()
|
||||||
|
|
|
Loading…
Reference in New Issue