2021-01-09 00:23:17 +01:00
|
|
|
### Your own commands in left sidepanel (ctrl + TAB) - BOTTOM
|
|
|
|
#
|
|
|
|
# Syntax
|
|
|
|
# Commands:
|
|
|
|
# Label,command,icon (optional)
|
|
|
|
#
|
|
|
|
# ^sep() # separator - line
|
|
|
|
# ^sep(NAME) # separator
|
|
|
|
#
|
|
|
|
# Comment out line to disable
|
|
|
|
##########################
|
|
|
|
|
2020-09-03 18:55:36 +02:00
|
|
|
^sep(Your own commands)
|
2020-09-22 13:08:11 +02:00
|
|
|
<b>FSearch</b>,fsearch
|
|
|
|
<b>PyRadio</b> - Internet Radio Player,^term(pyradio)
|
2020-09-21 14:40:45 +02:00
|
|
|
#Newsboat - RSS Reader,^term(newsboat)
|
2020-09-25 15:28:29 +02:00
|
|
|
<b>Lxtask</b> - Task Manager,lxtask
|
|
|
|
<b>bpytop</b> - Resource monitor,^term(bpytop)
|
2021-01-01 14:08:14 +01:00
|
|
|
<b>Weather</b> forecast,terminator -T "Weather forecast" --geometry=1030x740 -e "curl wttr.in ; read"
|
2021-01-15 02:10:09 +01:00
|
|
|
Random <b>ColorScheme</b>,mb-setvar jgmenu_theme=$(basename -s .colorrc $(ls ~/.config/mabox/jgobthemes/*.colorrc | shuf -n 1));mb-jgtools places
|
2021-01-12 18:06:14 +01:00
|
|
|
|
|
|
|
#Logout Dialog
|
2020-09-03 18:55:36 +02:00
|
|
|
^sep()
|
2020-09-22 16:32:13 +02:00
|
|
|
Exit...,mb-jgtools mblogout
|
2021-01-12 18:06:14 +01:00
|
|
|
^sep()
|
|
|
|
|
|
|
|
# or all logout options
|
|
|
|
#. ~/.config/mabox/exit.csv
|
2021-01-09 00:23:17 +01:00
|
|
|
|