diff --git a/mabox-pl/live-overlay/etc/calamares/branding/mabox/branding.desc b/mabox-pl/live-overlay/etc/calamares/branding/mabox/branding.desc index a61e994..ce7f01c 100755 --- a/mabox-pl/live-overlay/etc/calamares/branding/mabox/branding.desc +++ b/mabox-pl/live-overlay/etc/calamares/branding/mabox/branding.desc @@ -4,10 +4,10 @@ componentName: mabox strings: productName: Mabox Linux shortProductName: Mabox - version: 20.01 - shortVersion: 20.01 - versionedName: Mabox Linux 20.01 - shortVersionedName: Mabox 20.01 + version: 20.02 + shortVersion: 20.02 + versionedName: Mabox Linux 20.02 + shortVersionedName: Mabox 20.02 bootloaderEntryName: Mabox images: diff --git a/mabox-pl/live-overlay/etc/calamares/branding/manjaro/branding.desc b/mabox-pl/live-overlay/etc/calamares/branding/manjaro/branding.desc index 258fd8b..21cf704 100755 --- a/mabox-pl/live-overlay/etc/calamares/branding/manjaro/branding.desc +++ b/mabox-pl/live-overlay/etc/calamares/branding/manjaro/branding.desc @@ -4,10 +4,10 @@ componentName: manjaro strings: productName: Mabox Linux shortProductName: Mabox - version: 20.01 - shortVersion: 20.01 - versionedName: Mabox Linux 20.01 Cirilla - shortVersionedName: Mabox 20.01 + version: 20.02 + shortVersion: 20.02 + versionedName: Mabox Linux 20.02 Calanthe + shortVersionedName: Mabox 20.02 bootloaderEntryName: Mabox images: diff --git a/mabox-pl/live-overlay/usr/bin/compton_toggle b/mabox-pl/live-overlay/usr/bin/compton_toggle deleted file mode 100755 index aeb14e7..0000000 --- a/mabox-pl/live-overlay/usr/bin/compton_toggle +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -if [ `pidof compton` ]; then - echo "Stopping compton" - killall compton -else - echo "Starting compton" - compton & -fi -exit \ No newline at end of file