master
Daniel Napora 2021-01-12 18:06:14 +01:00
parent 05e2a49ec4
commit 3e5744ff49
7 changed files with 48 additions and 10 deletions

View File

@ -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}

View File

@ -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.

View File

@ -11,7 +11,7 @@
##########################
#^sep(My own commands)
<b>FSearch</b>,fsearch
#<b>FSearch</b>,fsearch
# Examples (uncomment to enable)

1 ### Your own commands in left sidepanel (ctrl + TAB) - TOP
11 ##########################
12 #^sep(My own commands)
13 <b>FSearch</b>,fsearch #<b>FSearch</b>,fsearch
14 # Examples (uncomment to enable)
15 #^sep(Graphics)
16 #The Gimp,gimp
17 #Inkscape,inkscape

View File

@ -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.

View File

@ -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

1 #Customize... ### Your own commands in left sidepanel (ctrl + TAB) - TOP geany $HOME/.config/mabox/places-prepend.csv
2 #
3 # Syntax
4 # Commands:
5 # Label,command,icon (optional)
6 #
7 # ^sep() # separator - line
8 # ^sep(NAME) # separator
9 #
10 # Comment out line to disable
11 ##########################
12 #^sep(My own commands)
13 #<b>FSearch</b>,fsearch
14 # Examples (uncomment to enable)
15 #^sep(Graphics)
16 #The Gimp,gimp
17 #Inkscape,inkscape
18 #Blender 3D,blender
19
20
21

View File

@ -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.

View File

@ -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

1 ### Własne komendy w panelu lewym (ctrl + TAB) - GÓRA
8 # ^sep(NAZWA) # separator (pokazuje napis NAZWA)
9 #
10 ##########################
11 Wyszukiwarka plików,fsearch,fsearch # Przykłady: (odkomentuj aby uaktywnić)
12 #Wyszukiwarka plików,fsearch,fsearch
13 ### Przeglądarka katalogów i plików
14 ### Przeglądarka katalogów i plików #^sep(Katalogi i pliki)
15 #^sep(Katalogi i pliki) #/, ^pipe(jgbrowser /),root-directory
16 #/, ^pipe(jgbrowser /),root-directory #Katalog domowy, ^pipe(jgbrowser $HOME),folder-home
18 #~/.config, ^pipe(jgbrowser $HOME/.config) #^sep(Grafika)
19 #The Gimp,gimp
20 #Inkscape,inkscape
21 #Blender 3D,blender
22
23
24
25