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