Kde: overhaul custom theme creation
This commit is contained in:
parent
124322df4c
commit
a67ce6f8ee
9 changed files with 64 additions and 841 deletions
|
|
@ -0,0 +1,29 @@
|
|||
[kdeglobals][KDE]
|
||||
widgetStyle=Breeze
|
||||
|
||||
[kdeglobals][General]
|
||||
ColorScheme=BreezeDarkTint
|
||||
|
||||
[kdeglobals][Icons]
|
||||
Theme=breeze-dark
|
||||
|
||||
[plasmarc][Theme]
|
||||
name=default
|
||||
|
||||
[Wallpaper]
|
||||
Image=MilkyWay
|
||||
|
||||
[kcminputrc][Mouse]
|
||||
cursorTheme=breeze_cursors
|
||||
|
||||
[kwinrc][WindowSwitcher]
|
||||
LayoutName=org.kde.breeze.desktop
|
||||
|
||||
[kwinrc][DesktopSwitcher]
|
||||
LayoutName=org.kde.breeze.desktop
|
||||
|
||||
[kwinrc][org.kde.kdecoration2]
|
||||
library=org.kde.breeze
|
||||
|
||||
[KSplash]
|
||||
Theme=org.kde.Breeze
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
loadTemplate("org.kde.plasma.desktop.defaultPanel")
|
||||
|
||||
var desktopsArray = desktopsForActivity(currentActivity());
|
||||
for( var j = 0; j < desktopsArray.length; j++) {
|
||||
desktopsArray[j].wallpaperPlugin = 'org.kde.image';
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
applet.currentConfigGroup = ["Appearance"]
|
||||
applet.writeConfig("showSeconds", "true")
|
||||
applet.reloadConfig()
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
applet.currentConfigGroup = ["General"]
|
||||
applet.writeConfig("icon", "nix-snowflake-white")
|
||||
applet.reloadConfig()
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 150 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 143 KiB |
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"KPlugin": {
|
||||
"Authors": [
|
||||
{
|
||||
"Name": "Toast"
|
||||
}
|
||||
],
|
||||
"Category": "",
|
||||
"Description": "Custom theme based on Breeze Dark",
|
||||
"Id": "xyz.toast003.customtheme.desktop",
|
||||
"License": "GPL",
|
||||
"Name": "Toast's theme",
|
||||
"ServiceTypes": [
|
||||
"Plasma/LookAndFeel"
|
||||
],
|
||||
"Version": "1.0"
|
||||
},
|
||||
"X-Plasma-MainScript": "defaults"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue