Browse Source

Add KDE5 desktoptheme, so we can set default wallpaper

master
falkTX 7 years ago
parent
commit
9afc99c3e4
4 changed files with 28 additions and 2 deletions
  1. +2
    -1
      INSTALL
  2. +1
    -0
      desktoptheme/kxstudio/colors
  3. +24
    -0
      desktoptheme/kxstudio/metadata.desktop
  4. +1
    -1
      look-and-feel/org.linuxaudio.kxstudio.desktop/contents/defaults

+ 2
- 1
INSTALL View File

@@ -7,7 +7,8 @@ mkdir -p /usr/share/gnome-background-properties/
mkdir -p /usr/share/xfce4/backdrops/ mkdir -p /usr/share/xfce4/backdrops/
mkdir -p /usr/share/wallpapers/ mkdir -p /usr/share/wallpapers/


# KDE Look and Feel
# KDE5 Stuff
cp -r -P desktoptheme/* /usr/share/plasma/desktoptheme/
cp -r -P look-and-feel/* /usr/share/plasma/look-and-feel/ cp -r -P look-and-feel/* /usr/share/plasma/look-and-feel/


# Plymouth # Plymouth


+ 1
- 0
desktoptheme/kxstudio/colors View File

@@ -0,0 +1 @@
/usr/share/plasma/desktoptheme/breeze-dark/colors

+ 24
- 0
desktoptheme/kxstudio/metadata.desktop View File

@@ -0,0 +1,24 @@
[Desktop Entry]
Name=KXStudio
X-KDE-PluginInfo-Author=falkTX, KDE Visual Design Group
X-KDE-PluginInfo-Email=
X-KDE-PluginInfo-Name=kxstudio
X-KDE-PluginInfo-Version=5.30
X-KDE-PluginInfo-Website=http://kxstudio.linuxaudio.org/
X-KDE-PluginInfo-Category=
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=LGPL
X-KDE-PluginInfo-EnabledByDefault=true
X-Plasma-API=5.0

[Wallpaper]
defaultWallpaperTheme=KXStudio-Stripes
defaultFileSuffix=.jpg
defaultWidth=1920
defaultHeight=1080

[ContrastEffect]
enabled=true
contrast=0.2
intensity=0.4
saturation=1.7

+ 1
- 1
look-and-feel/org.linuxaudio.kxstudio.desktop/contents/defaults View File

@@ -8,7 +8,7 @@ ColorScheme=Breeze Dark
Theme=breeze-dark Theme=breeze-dark


[plasmarc][Theme] [plasmarc][Theme]
name=breeze-dark
name=kxstudio


[kcminputrc][Mouse] [kcminputrc][Mouse]
cursorTheme=oxy-zion cursorTheme=oxy-zion


Loading…
Cancel
Save