update
parent
959dfd7200
commit
58ed0ad91f
13
bin/mcc
13
bin/mcc
|
@ -122,8 +122,9 @@ yad --plug=$KEY --tabnum=1 --text="$SYSTEM_DESC" --columns=2 --align="center" --
|
||||||
> $res1 &
|
> $res1 &
|
||||||
|
|
||||||
# TAB2 Programy
|
# TAB2 Programy
|
||||||
yad --plug=$KEY --tabnum=2 --text="Aktualizacja - Instalacja Programów - Powiadomianie - Preferowane programy" \
|
yad --plug=$KEY --tabnum=2 --text="Aktualizacja - Instalacja Programów - Preferowane programy" \
|
||||||
--icons --read-dir=/usr/share/mcc/software --item-width=100 > $res2 &
|
--icons --read-dir=/usr/share/mcc/software --item-width=100 \
|
||||||
|
> $res2 &
|
||||||
|
|
||||||
#TAB 3 AUTOSTART
|
#TAB 3 AUTOSTART
|
||||||
yad --plug=$KEY --tabnum=3 --borders=20 \
|
yad --plug=$KEY --tabnum=3 --borders=20 \
|
||||||
|
@ -132,10 +133,12 @@ yad --plug=$KEY --tabnum=3 --borders=20 \
|
||||||
--field="$AUTOSTART_DESC:LBL" "" \
|
--field="$AUTOSTART_DESC:LBL" "" \
|
||||||
--field="Autostart XDG:FBTN" "yautostart" \
|
--field="Autostart XDG:FBTN" "yautostart" \
|
||||||
--field="Edycja pliku <i>$HOME/.config/openbox/autostart</i>:LBL" "" \
|
--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
|
#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
|
#TAB 5 TINT2
|
||||||
yad --plug=$KEY --tabnum=5 --borders=20 \
|
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="$SYSTEM" --tab="$SOFTWARE" --tab="Autostart" --tab="$LOOK" --tab="Panel Tint2"\
|
||||||
--tab="Conky" --tab="Menu" --tab="$COMPOSITOR" --tab="$THEMES" \
|
--tab="Conky" --tab="Menu" --tab="$COMPOSITOR" --tab="$THEMES" \
|
||||||
--title="Mabox Control Center" --image=/usr/share/icons/hicolor/64x64/apps/distributor-logo-mabox.png \
|
--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
|
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