calamares branding 20.02
This commit is contained in:
parent
700ab53b0b
commit
21a0f5c28a
@ -4,10 +4,10 @@ componentName: mabox
|
|||||||
strings:
|
strings:
|
||||||
productName: Mabox Linux
|
productName: Mabox Linux
|
||||||
shortProductName: Mabox
|
shortProductName: Mabox
|
||||||
version: 20.01
|
version: 20.02
|
||||||
shortVersion: 20.01
|
shortVersion: 20.02
|
||||||
versionedName: Mabox Linux 20.01
|
versionedName: Mabox Linux 20.02
|
||||||
shortVersionedName: Mabox 20.01
|
shortVersionedName: Mabox 20.02
|
||||||
bootloaderEntryName: Mabox
|
bootloaderEntryName: Mabox
|
||||||
|
|
||||||
images:
|
images:
|
||||||
|
@ -4,10 +4,10 @@ componentName: manjaro
|
|||||||
strings:
|
strings:
|
||||||
productName: Mabox Linux
|
productName: Mabox Linux
|
||||||
shortProductName: Mabox
|
shortProductName: Mabox
|
||||||
version: 20.01
|
version: 20.02
|
||||||
shortVersion: 20.01
|
shortVersion: 20.02
|
||||||
versionedName: Mabox Linux 20.01 Cirilla
|
versionedName: Mabox Linux 20.02 Calanthe
|
||||||
shortVersionedName: Mabox 20.01
|
shortVersionedName: Mabox 20.02
|
||||||
bootloaderEntryName: Mabox
|
bootloaderEntryName: Mabox
|
||||||
|
|
||||||
images:
|
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
Block a user