update
parent
959dfd7200
commit
58ed0ad91f
15
bin/mcc
15
bin/mcc
|
@ -95,7 +95,7 @@ maindialog () {
|
|||
res7=$(mktemp --tmpdir mcc-tab7.XXXXXXXX)
|
||||
res8=$(mktemp --tmpdir mcc-tab8.XXXXXXXX)
|
||||
res9=$(mktemp --tmpdir mcc-tab9.XXXXXXXX)
|
||||
out=$(mktemp --tmpdir mcc-out.XXXXXXXX)
|
||||
out=$(mktemp --tmpdir mcc-out.XXXXXXXX)
|
||||
|
||||
# cleanup
|
||||
trap "rm -f $res1 $res2 $res3 $res4 $res5 $res6 $res7 $res8 $res9 $out" EXIT
|
||||
|
@ -122,8 +122,9 @@ yad --plug=$KEY --tabnum=1 --text="$SYSTEM_DESC" --columns=2 --align="center" --
|
|||
> $res1 &
|
||||
|
||||
# TAB2 Programy
|
||||
yad --plug=$KEY --tabnum=2 --text="Aktualizacja - Instalacja Programów - Powiadomianie - Preferowane programy" \
|
||||
--icons --read-dir=/usr/share/mcc/software --item-width=100 > $res2 &
|
||||
yad --plug=$KEY --tabnum=2 --text="Aktualizacja - Instalacja Programów - Preferowane programy" \
|
||||
--icons --read-dir=/usr/share/mcc/software --item-width=100 \
|
||||
> $res2 &
|
||||
|
||||
#TAB 3 AUTOSTART
|
||||
yad --plug=$KEY --tabnum=3 --borders=20 \
|
||||
|
@ -132,10 +133,12 @@ yad --plug=$KEY --tabnum=3 --borders=20 \
|
|||
--field="$AUTOSTART_DESC:LBL" "" \
|
||||
--field="Autostart XDG:FBTN" "yautostart" \
|
||||
--field="Edycja pliku <i>$HOME/.config/openbox/autostart</i>:LBL" "" \
|
||||
--field="Edycja pliku:FBTN" "geany $HOME/.config/openbox/autostart" > $res3 &
|
||||
--field="Edycja pliku:FBTN" "geany $HOME/.config/openbox/autostart" \
|
||||
> $res3 &
|
||||
|
||||
#TAB 4 WYGLĄD
|
||||
yad --plug=$KEY --tabnum=4 --text="Narzędzia do konfiguracji wyglądu " --icons --read-dir=/usr/share/mcc/appearance --item-width=100 > $res4 &
|
||||
yad --plug=$KEY --tabnum=4 --text="Narzędzia do konfiguracji wyglądu " --icons --read-dir=/usr/share/mcc/appearance --item-width=100 \
|
||||
> $res4 &
|
||||
|
||||
#TAB 5 TINT2
|
||||
yad --plug=$KEY --tabnum=5 --borders=20 \
|
||||
|
@ -194,7 +197,7 @@ yad --window-icon=utilities-terminal \
|
|||
--tab="$SYSTEM" --tab="$SOFTWARE" --tab="Autostart" --tab="$LOOK" --tab="Panel Tint2"\
|
||||
--tab="Conky" --tab="Menu" --tab="$COMPOSITOR" --tab="$THEMES" \
|
||||
--title="Mabox Control Center" --image=/usr/share/icons/hicolor/64x64/apps/distributor-logo-mabox.png \
|
||||
--width=680 --image-on-top --text="\t\t\t\t\t\t <big>Mabox Control Center</big>\n\t\t\t\t Konfigurator wyglądu i zachowania Maboxa." --no-buttons
|
||||
--width=680 --image-on-top --text="\t\t\t\t\t\t <big>Mabox Control Center</big>\n\t\t\t\t Konfigurator wyglądu i zachowania Maboxa." --no-buttons > $out &
|
||||
}
|
||||
|
||||
maindialog
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=Manjaro Notifier Settings
|
||||
Name[da]=Manjaro-notifikatorindstillinger
|
||||
Name[fr]=Paramètres du Notifieur Manjaro
|
||||
Name[hu]=Manjaro Értesítő beállítások
|
||||
Name[pl]=Ustawienia powiadomień Manjaro
|
||||
Name[sk]=Nastavenia oznámení systému Manjaro
|
||||
|
||||
Comment=Graphical Settings for Manjaro Notifier
|
||||
Comment[da]=Grafiske indstillinger til Manjaro-notifikator
|
||||
Comment[de]=Grafische Einstellungsverwaltung für Manjaro
|
||||
Comment[fr]=Gestionnaire graphique de paramètres pour Notifieur Manjaro
|
||||
Comment[hu]=A Manjaro Notifier értesítéseinek beállítása
|
||||
Comment[pl]=Graficzne ustawienia powiadomień systemu Manjaro
|
||||
Comment[sk]=Grafické nastavenia oznámení pre systém Manjaro
|
||||
|
||||
Exec=msm_notifier --settings
|
||||
Icon=preferences-desktop
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Settings;DesktopSettings;X-LXDE-Settings;X-XFCE-SettingsDialog;X-KDE-Settings;X-XFCE-SystemSettings;
|
Loading…
Reference in New Issue