update
parent
05e2a49ec4
commit
3e5744ff49
|
@ -80,7 +80,7 @@ ${voffset 10}$alignr${color} Mabox Linux ${execi 10000 awk -F'=' '/DISTRIB_RELEA
|
|||
${voffset 10}$alignr${execi 1200 whoami}@${nodename}
|
||||
${alignr}${color2}uptime ${color}${uptime_short}
|
||||
${alignr}${color2}${alignr}kernel ${color}${kernel}
|
||||
${alignr}${color2}}${alignr}arch ${color}${machine}
|
||||
${alignr}${color2}${alignr}arch ${color}${machine}
|
||||
${alignr}${color2}${alignr}filesystem ${color}${fs_type}
|
||||
${voffset 10}${alignr}${color} available updates ${color3}${font JetBrains Mono Regular:bold:size=10}${execpi 1800 pamac checkupdates -aq| wc -l}${font}${color}
|
||||
${alignr}${color} installed pkgs: ${color2}${execi 10000 pacman -Q | wc -l}
|
||||
|
|
|
@ -18,6 +18,12 @@
|
|||
<b>bpytop</b> - Resource monitor,^term(bpytop)
|
||||
<b>Weather</b> forecast,terminator -T "Weather forecast" --geometry=1030x740 -e "curl wttr.in ; read"
|
||||
|
||||
|
||||
#Logout Dialog
|
||||
^sep()
|
||||
Exit...,mb-jgtools mblogout
|
||||
^sep()
|
||||
|
||||
# or all logout options
|
||||
#. ~/.config/mabox/exit.csv
|
||||
|
||||
|
|
Can't render this file because it contains an unexpected character in line 19 and column 39.
|
|
@ -11,7 +11,7 @@
|
|||
##########################
|
||||
|
||||
#^sep(My own commands)
|
||||
<b>FSearch</b>,fsearch
|
||||
#<b>FSearch</b>,fsearch
|
||||
|
||||
# Examples (uncomment to enable)
|
||||
|
||||
|
|
|
|
@ -5,8 +5,12 @@
|
|||
Administrador de tareas GUI,lxtask
|
||||
<b>bpytop</b> monitor de recursos,^term(bpytop)
|
||||
Pronóstico del tiempo,terminator -T "Pronóstico del tiempo" --geometry=1030x740 -e "curl es.wttr.in ; read"
|
||||
|
||||
|
||||
#Logout Dialog
|
||||
^sep()
|
||||
Salir...,mb-jgtools mblogout
|
||||
^sep()
|
||||
<i>Configura tus propias apps...</i>,geany $HOME/.config/mabox/places-append.csv
|
||||
^sep()
|
||||
|
||||
# or all logout options
|
||||
#. ~/.config/mabox/exit.csv
|
||||
|
|
Can't render this file because it contains an unexpected character in line 7 and column 38.
|
|
@ -1 +1,21 @@
|
|||
#Customize...,geany $HOME/.config/mabox/places-prepend.csv
|
||||
### Your own commands in left sidepanel (ctrl + TAB) - TOP
|
||||
#
|
||||
# Syntax
|
||||
# Commands:
|
||||
# Label,command,icon (optional)
|
||||
#
|
||||
# ^sep() # separator - line
|
||||
# ^sep(NAME) # separator
|
||||
#
|
||||
# Comment out line to disable
|
||||
##########################
|
||||
|
||||
#^sep(My own commands)
|
||||
#<b>FSearch</b>,fsearch
|
||||
|
||||
# Examples (uncomment to enable)
|
||||
|
||||
#^sep(Graphics)
|
||||
#The Gimp,gimp
|
||||
#Inkscape,inkscape
|
||||
#Blender 3D,blender
|
||||
|
|
|
|
@ -14,12 +14,13 @@
|
|||
<b>Lxtask</b> - <i>menadżer zadań GUI</i>,lxtask
|
||||
<b>bpytop</b> - <i>menadżer zadań CLI</i>,^term(bpytop)
|
||||
Prognoza pogody,terminator -T "Prognoza pogody" --geometry=1030x740 -e "curl pl.wttr.in/Dabrowa_Gornicza ; read"
|
||||
|
||||
<b>FSearch</b> - <i>wyszukiwarka plików</i>,fsearch
|
||||
|
||||
### WYLOGOWANIE
|
||||
## Wszystkie opcje bezpośrednio w panelu bocznym
|
||||
. ~/.config/mabox/exit.csv
|
||||
#. ~/.config/mabox/exit.csv
|
||||
|
||||
## lub uruchomienie zewnętrznego okna dialogowego
|
||||
#Wyjście,mb-jgtools mblogout,system-shutdown
|
||||
|
||||
^sep()
|
||||
Wyjście...,mb-jgtools mblogout,system-shutdown
|
||||
^sep()
|
||||
|
|
Can't render this file because it contains an unexpected character in line 13 and column 61.
|
|
@ -8,7 +8,9 @@
|
|||
# ^sep(NAZWA) # separator (pokazuje napis NAZWA)
|
||||
#
|
||||
##########################
|
||||
Wyszukiwarka plików,fsearch,fsearch
|
||||
|
||||
# Przykłady: (odkomentuj aby uaktywnić)
|
||||
#Wyszukiwarka plików,fsearch,fsearch
|
||||
|
||||
### Przeglądarka katalogów i plików
|
||||
#^sep(Katalogi i pliki)
|
||||
|
@ -16,3 +18,8 @@ Wyszukiwarka plików,fsearch,fsearch
|
|||
#Katalog domowy, ^pipe(jgbrowser $HOME),folder-home
|
||||
#~/.config, ^pipe(jgbrowser $HOME/.config)
|
||||
|
||||
|
||||
#^sep(Grafika)
|
||||
#The Gimp,gimp
|
||||
#Inkscape,inkscape
|
||||
#Blender 3D,blender
|
||||
|
|
|
Loading…
Reference in New Issue