diff --git a/bin/mcc b/bin/mcc index 91dc731..f0064a2 100755 --- a/bin/mcc +++ b/bin/mcc @@ -27,10 +27,10 @@ case $LANG in TINT2="Panel Tint2" SETTINGS="Ustawienia" CONKY="Conky" - MENU="Menu i Panele" + MENU="Menu/Panele boczne" THEMES="Motywy" HELP="Pomoc" - HELP_TXT="Visit Mabox Linux Manual to learn more about Mabox. \nDo you have questions? Want to get involved?\nTake a look at our: official website, forum, blog\n \nMabox Linux is developed with passion in spare time.\nMabox is free and it will always be.\nHowever, maintaining the project's infrastructure costs money.\nIf you like Mabox you can help by making a small donation \nThank you for choosing to use Mabox Linux!" + HELP_TXT="Visit Mabox Linux Manual to learn more about Mabox. \nDo you have questions? Want to get involved?\nTake a look at our: official website, forum, blog\n \nMabox Linux is developed with passion in spare time.\nMabox is free and it will always be.\nIf you like Mabox you can help by making a small donation \nThank you for choosing to use Mabox Linux!\n" SYSTEM_DESC="Ustawienia oraz informacje systemowe i sprzętowe" MONITORS="Monitor(y)" SOFTWARE_DESC="Aktualizacja - Instalacja Programów - Preferowane programy\n" @@ -80,8 +80,19 @@ case $LANG in MT_MNGR_DESC="\nPomoc (online)\nMotyw Maboxa składa się z:\n - tapety\n - wystroju GTK2/GTK3 oraz obramowania okien Openboxa\n - ustawień panelu Tint2\n - uruchamianych automatycznie Conky \n\nZa pomocą menedżera motywów możesz w wygodny sposób zapisywać swoje konfiguracje, a następnie dowolnie przełączać się między nimi." COLORIZER_DESC="Colorizer\nUmożliwia zmianę kolorystyki elementów pulpitu Mabox.\nMoże również automatycznie generować kolorystykę na bazie tapety.\nZobacz video (online): Colorizer - krótki przegląd\n" COL_MODULES="Pojedyńcze Moduły" - COL_HELP="Pomoc (interaktywna)" + COL_HELP="Pomoc (interaktywna HTML)" LNG="pl" + USER_LBL="użytkownik" + USERS_MSM="Użytkownicy" + RES="rozdzielczość" + PKGS_INSTALLED="zainstalowane pakiety" + PKGS_STAT="Statystyki" + UPDCHECK="sprawdź aktualizacje" + CLI_UPD="Aktualizacja CLI" + KERNEL_LBL="jądro" + KERNELS="Jądra" + INSTALLED="zainstalowany:" + MABOX_DESC="Twój lekki, szybki i funkcjonalny Linuksowy Desktop" ;; es*) TITLE="Centro de control Mabox" @@ -104,7 +115,7 @@ case $LANG in MENU="Menú y Paneles" THEMES="Temas" HELP="Help" - HELP_TXT="Visit Mabox Linux Manual to learn more about Mabox. \nDo you have questions? Want to get involved?\nTake a look at our: official website, forum, blog\n \nMabox Linux is developed with passion in spare time.\nMabox is free and it will always be.\nHowever, maintaining the project's infrastructure costs money.\nIf you like Mabox you can help by making a small donation \nThank you for choosing to use Mabox Linux!" + HELP_TXT="Visit Mabox Linux Manual to learn more about Mabox. \nDo you have questions? Want to get involved?\nTake a look at our: official website, forum, blog\n \nMabox Linux is developed with passion in spare time.\nMabox is free and it will always be.\nIf you like Mabox you can help by making a small donation \nThank you for choosing to use Mabox Linux!\n" SYSTEM_DESC="Ajustes e información del sistema y de hardware" MONITORS="Monitor(es)" SOFTWARE_DESC="Instalación y actualización de programas - Aplicaciones preferidas.\n" @@ -156,7 +167,17 @@ case $LANG in COL_MODULES="Individual Modules:" COL_HELP="Help (interactive HTML)" LNG="en" - ;; + USER_LBL="user" + USERS_MSM="Users" + RES="resolution" + PKGS_INSTALLED="installed pkgs" + PKGS_STAT="Statistics" + UPDCHECK="check updates" + CLI_UPD="CLI update" + KERNEL_LBL="kernel" + KERNELS="Kernels" + INSTALLED="install date: " + MABOX_DESC="Your fast, lightweight and functional Linux Desktop";; *) TITLE="Mabox Control Center" MCC="Mabox Control Center\t\t\nConfigure and customize your Mabox Linux\t" @@ -175,10 +196,10 @@ case $LANG in TINT2="Tint2 Panel" SETTINGS="Settings" CONKY="Conky" - MENU="Menu/Panels" + MENU="Menu/SidePanels" THEMES="Themes" HELP="Help" - HELP_TXT="Visit Mabox Linux Manual to learn more about Mabox. \nDo you have questions? Want to get involved?\nTake a look at our: official website, forum, blog\n \nMabox Linux is developed with passion in spare time.\nMabox is free and it will always be.\nHowever, maintaining the project's infrastructure costs money.\nIf you like Mabox you can help by making a small donation \nThank you for choosing to use Mabox Linux!" + HELP_TXT="Visit Mabox Linux Manual to learn more about Mabox. \nDo you have questions? Want to get involved?\nTake a look at our: official website, forum, blog\n \nMabox Linux is developed with passion in spare time.\nMabox is free and it will always be.\nIf you like Mabox you can help by making a small donation \nThank you for choosing to use Mabox Linux!\n" SYSTEM_DESC="System and Hardware settings and information" MONITORS="Monitor(s)" SOFTWARE_DESC="Software installation and update - Preferred Applications.\n" @@ -230,24 +251,24 @@ case $LANG in COL_MODULES="Individual Modules:" COL_HELP="Help (interactive HTML)" LNG="en" - ;; + USER_LBL="user" + USERS_MSM="Users" + RES="resolution" + PKGS_INSTALLED="installed pkgs" + PKGS_STAT="Statistics" + UPDCHECK="check updates" + CLI_UPD="CLI update" + KERNEL_LBL="kernel" + KERNELS="Kernels" + INSTALLED="install date: " + MABOX_DESC="Your fast, lightweight and functional Linux Desktop";; esac -#if [ "$(pidof tint2)" ];then -# while read -r pid cmd; do -# if [[ ${cmd%% *} = tint2 ]]; then -# TINT=${cmd##* } -# TINT2FILE=${TINT#$HOME/.config/tint2/} -# fi -# done < <(pgrep -a tint2|head -n 1) -#fi - - maindialog () { KEY=$RANDOM res1=$(mktemp --tmpdir mcc-tab1.XXXXXXXX) - res2=$(mktemp --tmpdir mcc-tab2.XXXXXXXX) + #res2=$(mktemp --tmpdir mcc-tab2.XXXXXXXX) res3=$(mktemp --tmpdir mcc-tab3.XXXXXXXX) res4=$(mktemp --tmpdir mcc-tab4.XXXXXXXX) res5=$(mktemp --tmpdir mcc-tab5.XXXXXXXX) @@ -257,38 +278,82 @@ maindialog () { res9=$(mktemp --tmpdir mcc-tab9.XXXXXXXX) res10=$(mktemp --tmpdir mcc-tab10.XXXXXXXX) res11=$(mktemp --tmpdir mcc-tab11.XXXXXXXX) - out=$(mktemp --tmpdir mcc-out.XXXXXXXX) + res12=$(mktemp --tmpdir mcc-tab12.XXXXXXXX) + out=$(mktemp --tmpdir mcc-out.XXXXXXXX) # cleanup -trap "rm -f $res1 $res2 $res3 $res4 $res5 $res6 $res7 $res8 $res9 $res10 $res11 $out" EXIT +trap "rm -f $res1 $res3 $res4 $res5 $res6 $res7 $res8 $res9 $res10 $res11 $res12 $out" EXIT +OSNAME=$(lsb_release -d | awk '{print $2}') +OSVERSION=$(lsb_release -r | awk '{print $2}') +OSCODE=$(lsb_release -c | awk '{print $2}') -# TAB1 SYSTEM_SPRZET -yad --plug=$KEY --tabnum=1 --text="$SYSTEM_DESC" --columns=2 --align="center" --form --scroll \ ---field="$SETTINGS:LBL" " " \ ---field="$LOCALE_SETTINGS:FBTN" "manjaro-settings-manager -m msm_locale" \ ---field="$LANGUAGE_PACKAGES:FBTN" "manjaro-settings-manager -m msm_language_packages" \ ---field="$KERNEL:FBTN" "manjaro-settings-manager -m msm_kernel" \ ---field="$USER_ACCOUNTS:FBTN" "manjaro-settings-manager -m msm_users" \ ---field="$TIME_DATE:FBTN" "manjaro-settings-manager -m msm_timedate" \ ---field="$KEYBOARD:FBTN" "lxinput" \ ---field="$HARDWARE:FBTN" "manjaro-settings-manager -m msm_mhwd" \ ---field="$MONITORS:LBL" "" \ ---field="ARandr:FBTN" "arandr" \ ---field="LXRandR:FBTN" "lxrandr" \ ---field="Info:LBL" "" \ ---field="Neofetch:FBTN" "terminator -x bash -c 'neofetch;bash'" \ ---field="$BTOP:FBTN" "terminator -x $BTOP" \ ---field=" :LBL" \ + # system uptime +UPT="$(uptime -p)" +UPT="${UPT/up /}" +UPT="${UPT/ day?/d}" +UPT="${UPT/ hour?/h}" +UPT="${UPT/ minute?/m}" +# install date +if [[ -e /var/log/pacman.log ]]; then + INST="$(sed 1q /var/log/pacman.log)" + INST="${INST/ */}" + INST="${INST/T*/}" # newer pacman adds a different timestamp (TXX:XX:XX+0000), we just want the date + INST="${INST/\[/}" + #INST="${INST//\-/ }" +fi +PKGS=$(pacman -Qq 2>/dev/null | wc -l) +# kernel version +KERN="${KERN:-$(uname -sr | awk '{print $2}')}" +KERN="${KERN/-*/}" +KERN="${KERN/linux/}" +KERN="${KERN,,}" + +RESOLUTION=$(xdpyinfo | awk '/^ +dimensions/ {print $2}') + +INTRO_TXT=$(cat <Mabox Linux $OSVERSION $OSCODE +\t$MABOX_DESC\n +\t$INSTALLED $INST +\twm: openbox +\tuptime: $UPT +\n +EOF +) +#INTRO +yad --plug=$KEY --tabnum=1 --borders=10 \ +--text="$INTRO_TXT" --image=/usr/share/icons/hicolor/128x128/apps/mbcc.png \ +--columns=4 --form \ +--field="$USER_LBL:LBL" "" \ +--field="$RES:LBL" "" \ +--field="$PKGS_INSTALLED:LBL" "" \ +--field="$UPDCHECK:LBL" "" \ +--field="$KERNEL_LBL:LBL" "" \ +--field="$USER:LBL" "" \ +--field="$RESOLUTION:LBL" "" \ +--field="$PKGS:LBL" "" \ +--field=">>>:LBL" "" \ +--field="$KERN:LBL" "" \ +--field=" $USERS_MSM!system-config-users!:FBTN" "manjaro-settings-manager -m msm_users" \ +--field=" ARandr!system-terminal!:FBTN" "arandr" \ +--field=" Pamac!package-manager-icon!:FBTN" "pamac-manager" \ +--field=" Pamac updater!software-update!:FBTN" "pamac-manager --updates" \ +--field=" $KERNELS!distributor-logo-linux!:FBTN" "manjaro-settings-manager -m msm_kernel" \ +--field=" :LBL" "" \ +--field=" LXRandr!system-terminal!:FBTN" "lxrandr" \ +--field=" $PKGS_STAT (yay -Ps)!utilities-terminal!:FBTN" "terminator -T 'Package stats' -x bash -c 'yay -Ps;read'" \ +--field=" $CLI_UPD (yay)!utilities-terminal!:FBTN" "terminator -x bash -c 'theme.sh red-alert;yay;read'" \ +--field=" :LBL" "" \ > $res1 & -# TAB2 Programy -yad --plug=$KEY --tabnum=2 --borders=10 --text="$SOFTWARE_DESC" \ ---icons --read-dir=/usr/share/mcc/software --item-width=100 \ -> $res2 & +# Programy +#yad --plug=$KEY --tabnum=2 --borders=20 --text="$SOFTWARE_DESC" \ +#--icons --compact --term "terminator -e %s" --read-dir=/home/napcok/Git/mabox-tools/mcc/software --item-width=100 \ +#> $res2 & +#--icons --compact --read-dir=/usr/share/mcc/software --item-width=100 \ -#TAB 3 AUTOSTART -yad --plug=$KEY --tabnum=3 --borders=10 --uri-handler=xdg-open \ +# AUTOSTART +yad --plug=$KEY --tabnum=2 --borders=10 --uri-handler=xdg-open \ --text="$AUTOSTART_HEAD" --image=gtk-execute \ --columns=1 --form \ --field="$AUTOSTART_DESC:LBL" "" \ @@ -298,12 +363,10 @@ yad --plug=$KEY --tabnum=3 --borders=10 --uri-handler=xdg-open \ --field="$AUTOSTART_RESET:FBTN" "cp /etc/skel/.config/openbox/autostart $HOME/.config/openbox/" \ > $res3 & #--field=":LBL" "" \ -#TAB 4 WYGLĄD -yad --plug=$KEY --tabnum=4 --text="$LOOK_DESC" --icons --read-dir=/usr/share/mcc/appearance --item-width=100 \ -> $res4 & -#TAB 5 TINT2 -yad --plug=$KEY --tabnum=5 --borders=10 \ + +# TINT2 +yad --plug=$KEY --tabnum=3 --borders=10 \ --text="$TINT_DESC" --image=tint2conf \ --columns=1 --form \ --field="$T_LAUNCHERS:FBTN" "jgtint2launcher" \ @@ -314,18 +377,8 @@ yad --plug=$KEY --tabnum=5 --borders=10 \ --field="$TINT_DIR:FBTN" "exo-open $HOME/.config/tint2/" \ > $res5 & -#TAB 6 CONKY -yad --plug=$KEY --tabnum=6 --borders=10 \ ---text="$CONKY_DESC" --image=conky \ ---form \ ---field="$CONKY_CHOOSE:FBTN" "mb-conky-manager" \ ---field="$CONKY_RESTART:FBTN" "mb-conky-session" \ ---field="$CONKY_EDIT:FBTN" "mb-conkyedit" \ ---field="$OPEN_CONKYDIR:FBTN" "exo-open $HOME/.config/conky/" \ -> $res6 & - -# TAB 7 MENU -yad --plug=$KEY --tabnum=7 --borders=10 \ +# MENU +yad --plug=$KEY --tabnum=4 --borders=1 \ --text="$MENU_DESC" --image=menu-editor \ --columns=3 --form \ --field="$M_LEFT:FBTN" "mb-jgtools places" \ @@ -350,57 +403,109 @@ yad --plug=$KEY --tabnum=7 --borders=10 \ --field="$OWN_COMMANDS_TOP:FBTN" "xdg-open $HOME/.config/mabox/right-prepend.csv" \ --field="$OWN_COMMANDS_BOTTOM:FBTN" "xdg-open $HOME/.config/mabox/right-append.csv" \ --field=":LBL" "" \ -> $res7 & +> $res6 & #--field="$M_LEFT_DESC:LBL" "" \ #--field="$M_RIGHT_DESC:LBL" "" \ -#TAB 8 Picom + +# WYGLĄD +yad --plug=$KEY --tabnum=5 --text="$LOOK_DESC" --icons --read-dir=/usr/share/mcc/appearance --item-width=100 \ +> $res4 & + +# MOTYWY +yad --plug=$KEY --tabnum=6 --borders=10 --uri-handler=xdg-open \ +--text="$MT_MNGR\n $MT_MNGR_DESC" \ +--form --field="$MT_MNGR!preferences-desktop-theme:FBTN" "mb-obthemes" \ +> $res9 & + +# COLORIZER +yad --plug=$KEY --tabnum=7 --borders=10 \ +--text="$COLORIZER_DESC" --image=colorizer \ +--form \ +--columns=4 \ +--field=" Colorizer!colorizer!:FBTN" "colorizer -s" \ +--field="$COL_MODULES :LBL" "" \ +--field="OpenBox:FBTN" "colorizer-ob -s" \ +--field=" :LBL" "" \ +--field=" :LBL" "" \ +--field=" :LBL" "" \ +--field="Conky:FBTN" "colorizer-conky -s" \ +--field=" :LBL" "" \ +--field=" :LBL" "" \ +--field=" :LBL" "" \ +--field="Menu/SidePanels:FBTN" "colorizer-menus -s" \ +--field=" :LBL" "" \ +--field="$COL_HELP:FBTN" "yhtml /usr/share/mabox-colorizer/help/$LNG.html 'Mabox Help - Colorizer'" \ +--field=" :LBL" "" \ +--field="PyRadio:FBTN" "colorizer-pyradio -s" \ +--field=" :LBL" "" \ +> res8 & + + +# CONKY yad --plug=$KEY --tabnum=8 --borders=10 \ +--text="$CONKY_DESC" --image=conky \ +--form \ +--field="$CONKY_CHOOSE:FBTN" "mb-conky-manager" \ +--field="$CONKY_RESTART:FBTN" "mb-conky-session" \ +--field="$CONKY_EDIT:FBTN" "mb-conkyedit" \ +--field="$OPEN_CONKYDIR:FBTN" "exo-open $HOME/.config/conky/" \ +> $res10 & + +# Picom +yad --plug=$KEY --tabnum=9 --borders=10 \ --text="$COMP_DESC" --image=compton \ --columns=1 --form \ --field="$COMP_EDIT:FBTN" "xdg-open $HOME/.config/picom.conf" \ --field="$COMP_RESTART:FBTN" "mabox-compositor --restart" \ --field="$COMP_TOGGLE:FBTN" "mabox-compositor --toggle" \ -> $res8 & - +> $res11 & #--field="$COMP_REMOVE:FBTN" "rm -f $HOME/.config/picom.conf" \ #--field="$COMP_DEFAULT:FBTN" "cp /etc/skel/.config/picom.conf $HOME/.config/" \ -#TAB 9 MOTYWY -yad --plug=$KEY --tabnum=9 --borders=10 --uri-handler=xdg-open \ ---text="$MT_MNGR\n $MT_MNGR_DESC" \ ---form --field="$MT_MNGR!preferences-desktop-theme:FBTN" "mb-obthemes" \ -> $res9 & - -##############################################################EDIT -yad --plug=$KEY --tabnum=10 --borders=10 \ ---text="$COLORIZER_DESC" --image=colorizer \ ---form \ ---columns=2 \ ---field="Colorizer:FBTN" "colorizer -s" \ ---field="$COL_MODULES :LBL" "" \ ---field="OpenBox:FBTN" "colorizer-ob -s" \ ---field="Conky:FBTN" "colorizer-conky -s" \ ---field="

:LBL" "" \ ---field="$COL_HELP:FBTN" "yhtml /usr/share/mabox-colorizer/help/$LNG.html 'Mabox Help - Colorizer'" \ ---field="

:LBL" "" \ ---field="

:LBL" "" \ ---field="Menu/SidePanels:FBTN" "colorizer-menus -s" \ ---field="PyRadio:FBTN" "colorizer-pyradio -s" \ ---field="

:LBL" "" \ -> res10 & - - -#TAB 11 -HELP +# SYSTEM_SPRZET +yad --plug=$KEY --tabnum=10 --text="$SYSTEM_DESC" --columns=2 --align="center" --form --scroll \ +--field="$SETTINGS:LBL" " " \ +--field="$LOCALE_SETTINGS:FBTN" "manjaro-settings-manager -m msm_locale" \ +--field="$LANGUAGE_PACKAGES:FBTN" "manjaro-settings-manager -m msm_language_packages" \ +--field="$KERNEL:FBTN" "manjaro-settings-manager -m msm_kernel" \ +--field="$USER_ACCOUNTS:FBTN" "manjaro-settings-manager -m msm_users" \ +--field="$TIME_DATE:FBTN" "manjaro-settings-manager -m msm_timedate" \ +--field="$KEYBOARD:FBTN" "lxinput" \ +--field="$HARDWARE:FBTN" "manjaro-settings-manager -m msm_mhwd" \ +--field="$MONITORS:LBL" "" \ +--field="ARandr:FBTN" "arandr" \ +--field="LXRandR:FBTN" "lxrandr" \ +--field=" :LBL" "" \ +--field="Info:LBL" "" \ +--field=" inxi -CGAD!utilities-terminal!:FBTN" "terminator -x bash -c 'inxi -CGAD;bash'" \ +--field=" neofetch!utilities-terminal!:FBTN" "terminator -x bash -c 'neofetch;bash'" \ +--field="btop!utilities-terminal!:FBTN" "terminator -x $BTOP" \ +> $res7 & +# HELP yad --plug=$KEY --tabnum=11 \ --image=/usr/share/icons/hicolor/128x128/apps/distributor-logo-mabox-trans.png --text-justify=center --uri-handler=xdg-open --text="$HELP_TXT" \ -> $res11 & +--form --columns="4" \ +--field="www:FBTN" "xdg-open https://maboxlinux.org" \ +--field="forum:FBTN" "xdg-open https://forum.maboxlinux.org" \ +--field="manual:FBTN" "xdg-open https://manual.maboxlinux.org" \ +--field="donate:FBTN" "xdg-open https://ko-fi.com/maboxlinux" \ +> $res12 & + #main window yad --window-icon=distributor-logo-mabox \ --notebook --tab-pos="left" --key=$KEY \ + --tab="Home" \ + --tab="$AUTOSTART" \ + --tab="$TINT2"\ + --tab="$MENU" \ + --tab="$LOOK" \ + --tab="$THEMES" \ + --tab="Colorizer" \ + --tab="$CONKY" \ + --tab="$COMPOSITOR" \ --tab="$SYSTEM" \ - --tab="$SOFTWARE" --tab="$AUTOSTART" --tab="$LOOK" --tab="$TINT2"\ - --tab="$CONKY" --tab="$MENU" --tab="$COMPOSITOR" --tab="$THEMES" --tab="Colorizer" --tab="$HELP"\ + --tab="$HELP"\ --title="$TITLE" --image=/usr/share/icons/hicolor/48x48/apps/distributor-logo-mabox.png \ --width="720" --height="420" --image-on-top --text-justify=right --text="$MCC" --no-buttons > $out & } diff --git a/icons/hicolor/128x128/apps/mcc.png b/icons/hicolor/128x128/apps/mcc.png index aeaa596..ecc5058 100644 Binary files a/icons/hicolor/128x128/apps/mcc.png and b/icons/hicolor/128x128/apps/mcc.png differ diff --git a/icons/hicolor/16x16/apps/mcc.png b/icons/hicolor/16x16/apps/mcc.png index 4bc0fda..c7e750d 100644 Binary files a/icons/hicolor/16x16/apps/mcc.png and b/icons/hicolor/16x16/apps/mcc.png differ diff --git a/icons/hicolor/22x22/apps/mcc.png b/icons/hicolor/22x22/apps/mcc.png index 2a8f6b8..7b6bcd4 100644 Binary files a/icons/hicolor/22x22/apps/mcc.png and b/icons/hicolor/22x22/apps/mcc.png differ diff --git a/icons/hicolor/24x24/apps/mcc.png b/icons/hicolor/24x24/apps/mcc.png index de2b5c9..1685cf2 100644 Binary files a/icons/hicolor/24x24/apps/mcc.png and b/icons/hicolor/24x24/apps/mcc.png differ diff --git a/icons/hicolor/32x32/apps/mcc.png b/icons/hicolor/32x32/apps/mcc.png index a177dd2..24dc808 100644 Binary files a/icons/hicolor/32x32/apps/mcc.png and b/icons/hicolor/32x32/apps/mcc.png differ diff --git a/icons/hicolor/48x48/apps/mcc.png b/icons/hicolor/48x48/apps/mcc.png index 75db2db..f517f47 100644 Binary files a/icons/hicolor/48x48/apps/mcc.png and b/icons/hicolor/48x48/apps/mcc.png differ diff --git a/icons/hicolor/64x64/apps/mcc.png b/icons/hicolor/64x64/apps/mcc.png index 1d73838..0d5c2fb 100644 Binary files a/icons/hicolor/64x64/apps/mcc.png and b/icons/hicolor/64x64/apps/mcc.png differ diff --git a/icons/hicolor/96x96/apps/mcc.png b/icons/hicolor/96x96/apps/mcc.png index 51ca0a0..e815c52 100644 Binary files a/icons/hicolor/96x96/apps/mcc.png and b/icons/hicolor/96x96/apps/mcc.png differ diff --git a/icons/hicolor/scalable/apps/mcc.svg b/icons/hicolor/scalable/apps/mcc.svg index 704a610..2864d45 100644 --- a/icons/hicolor/scalable/apps/mcc.svg +++ b/icons/hicolor/scalable/apps/mcc.svg @@ -26,9 +26,9 @@ showgrid="true" showguides="true" inkscape:guide-bbox="true" - inkscape:zoom="1.4479166" - inkscape:cx="253.46763" - inkscape:cy="165.41008" + inkscape:zoom="2.8958332" + inkscape:cx="214.27339" + inkscape:cy="134.15828" inkscape:window-width="1647" inkscape:window-height="1097" inkscape:window-x="260" @@ -201,7 +201,7 @@ + d="M 74.423354,86.158276 59.205146,112.52383 M 97.250665,46.628982 93.446114,53.210857 M 45.280486,98.599171 51.862361,94.79461 m 59.312979,-34.240968 -6.58188,3.804552 M 40.182386,79.576402 h 7.609104 m 38.045519,0 h 30.436421 m -70.992944,-19.02276 6.581875,3.804552 M 111.17534,98.599171 104.59346,94.79461 M 74.423354,72.994527 59.205146,46.628982 m 38.045519,65.894848 -3.804551,-6.58187 m -15.218208,11.67998 v -7.6091 m 0,-68.481958 v 7.609105 m 0,38.045518 a 7.6091039,7.6091039 0 1 0 0,-15.218207 7.6091043,7.6091043 0 0 0 0,15.218207 z m 0,22.827335 a 30.436426,30.436426 0 1 0 0,-60.872853 30.436426,30.436426 0 0 0 0,60.872853 z" + style="fill:#008000;stroke:#ffffff;stroke-width:3.80456;stroke-opacity:1" />