desktop file update

master
Daniel Napora 2021-10-25 23:56:06 +02:00
parent 59e0ef20a4
commit ca9c7cc121
5 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,7 @@ Type=Application
Name=Left Sidepanel
Comment=Left Sidepanel
Keywords=
StartupNotify=false
Icon=mbx-lpanel
TryExec=mbx
Exec=mbx lpanel

View File

@ -4,6 +4,7 @@ Type=Application
Name=MBX Main Menu
Comment=Main menu (mbxutils)
Keywords=
StartupNotify=false
Icon=mbx-mmenu
TryExec=mbx
Exec=mbx mmenu

View File

@ -4,6 +4,7 @@ Type=Application
Name=Right Sidepanel
Comment=Right Sidepanel
Keywords=
StartupNotify=false
Icon=mbx-rpanel
TryExec=mbx
Exec=mbx rpanel

View File

@ -4,6 +4,7 @@ Type=Application
Name=MBX Utils
Comment=Enhance your X11 window manager
Keywords=
StartupNotify=false
Icon=mbx
TryExec=mbx
Exec=mbx

View File

@ -1,6 +1,6 @@
^sep(Custom Commands)
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()
Edit commands,xdg-open ~/.config/mbxutils/inc/lbottom.csv
^sep()

1 ^sep(Custom Commands)
2 btop,^term(btop)
3 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
4 ^sep()
5 Edit commands,xdg-open ~/.config/mbxutils/inc/lbottom.csv
6 ^sep()