calamares branding 20.02

master
Daniel Napora 2020-01-22 01:34:23 +01:00
parent 700ab53b0b
commit 21a0f5c28a
3 changed files with 8 additions and 18 deletions

View File

@ -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:

View File

@ -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:

View File

@ -1,10 +0,0 @@
#!/bin/bash
if [ `pidof compton` ]; then
echo "Stopping compton"
killall compton
else
echo "Starting compton"
compton &
fi
exit