2021-04-18 23:10:13 +02:00
|
|
|
### Your own commands in left sidepanel (ctrl + win + Left) - BOTTOM
|
2021-01-09 00:23:17 +01:00
|
|
|
#
|
|
|
|
# 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)
|
2022-07-12 17:46:49 +02:00
|
|
|
<b>Colorizer</b>,colorizer -s
|
2020-09-22 13:08:11 +02:00
|
|
|
<b>FSearch</b>,fsearch
|
2021-11-12 02:42:13 +01:00
|
|
|
<b>PyRadio</b> - <i>Internet Radio Player</i>,terminator -T "PyRadio" --geometry=420x440-20-20 -e "pyradio -p"
|
2021-04-25 15:24:36 +02:00
|
|
|
#Newsboat - <i>RSS Reader</i>,^term(newsboat)
|
|
|
|
<b>Lxtask</b> - <i>Task Manager</i>,lxtask
|
2021-10-03 22:34:45 +02:00
|
|
|
<b>btop</b> - <i>Resource monitor</i>,^term(btop)
|
2021-01-01 14:08:14 +01:00
|
|
|
<b>Weather</b> forecast,terminator -T "Weather forecast" --geometry=1030x740 -e "curl wttr.in ; read"
|
2021-06-07 09:58:31 +02:00
|
|
|
#<b>Terminator</b> <i>(advanced demo)</i>,terminator -m -j ~/.config/terminator/2-3-grid.json
|
2021-02-09 22:47:21 +01:00
|
|
|
^sep()
|
2021-02-06 16:55:15 +01:00
|
|
|
Random menu <b>ColorScheme</b>,mb-setvar jgmenu_theme=$(basename -s .colorrc $(ls ~/.config/mabox/jgobthemes/*.colorrc | shuf -n 1));mb-jgtools places
|
|
|
|
Random <b>Wallpaper</b>,nitrogen --random /usr/share/backgrounds --set-scaled --save;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
|
|
|
|