mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 13:54:37 +08:00
hide tabs on konsole only one is opened
fixed the Activities default name to Chakra
This commit is contained in:
parent
915a02fa2a
commit
dde711ae69
@ -1,16 +1,16 @@
|
|||||||
#
|
#
|
||||||
# Core Packages for Chakra, part of chakra-project.org
|
# Core Packages for Chakra, part of chakraos.org
|
||||||
#
|
#
|
||||||
|
|
||||||
pkgname=chakra-live-skel
|
pkgname=chakra-live-skel
|
||||||
pkgver=1.0
|
pkgver=1.0 # think if replace the version with the release date of the iso: 2014.05
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="The inital user configuration of a Chakra system"
|
pkgdesc="The inital user configuration of a Chakra system"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.archlinux.org/"
|
url="http://www.chakraos.org/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
source=("skel.tar.gz")
|
source=("skel.tar.gz")
|
||||||
md5sums=('ac84be7618e02f22f4e975770765a960')
|
md5sums=('7a4fa7c9604dac4422bd7d73555a2cfb')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd ${srcdir}/skel
|
cd ${srcdir}/skel
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
[TabBar]
|
||||||
|
TabBarVisibility=ShowTabBarWhenNeeded
|
@ -1,6 +1,7 @@
|
|||||||
/* Copyright 2014 Chakra Developer Team */
|
/* Copyright 2014 Chakra Developer Team */
|
||||||
|
|
||||||
var activity = activities()[0]
|
var activity = activities()[0]
|
||||||
|
activity.name = i18n("Chakra")
|
||||||
activity.currentConfigGroup = new Array("Wallpaper", "image");
|
activity.currentConfigGroup = new Array("Wallpaper", "image");
|
||||||
activity.writeConfig("wallpaper", "/usr/share/wallpapers/descartes/");
|
activity.writeConfig("wallpaper", "/usr/share/wallpapers/descartes/");
|
||||||
activity.writeConfig("userswallpaper", "/usr/share/wallpapers/descartes");
|
activity.writeConfig("userswallpaper", "/usr/share/wallpapers/descartes");
|
||||||
|
Loading…
Reference in New Issue
Block a user