From 21a0f5c28a51191b90f4ee755a1fc5afb50dccee Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Wed, 22 Jan 2020 01:34:23 +0100 Subject: [PATCH] calamares branding 20.02 --- .../etc/calamares/branding/mabox/branding.desc | 8 ++++---- .../etc/calamares/branding/manjaro/branding.desc | 8 ++++---- mabox-pl/live-overlay/usr/bin/compton_toggle | 10 ---------- 3 files changed, 8 insertions(+), 18 deletions(-) delete mode 100755 mabox-pl/live-overlay/usr/bin/compton_toggle 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