calamares branding 20.02
parent
700ab53b0b
commit
21a0f5c28a
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ `pidof compton` ]; then
|
||||
echo "Stopping compton"
|
||||
killall compton
|
||||
else
|
||||
echo "Starting compton"
|
||||
compton &
|
||||
fi
|
||||
exit
|
Loading…
Reference in New Issue