Papirus-Dark + Breeze Dark
This commit is contained in:
parent
dcdf7015cf
commit
a4bd3869bb
@ -1,3 +1,9 @@
|
|||||||
|
pika-kde-settings (3.8.10-100pika1) pikauwu; urgency=medium
|
||||||
|
|
||||||
|
* Pika-theme
|
||||||
|
|
||||||
|
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0300
|
||||||
|
|
||||||
pika-kde-settings (3.8.9-100pika2) pikauwu; urgency=medium
|
pika-kde-settings (3.8.9-100pika2) pikauwu; urgency=medium
|
||||||
|
|
||||||
* Pika-theme
|
* Pika-theme
|
||||||
|
19
pika-kde-settings/etc/skel/.config/kdeglobals
Normal file
19
pika-kde-settings/etc/skel/.config/kdeglobals
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
[General]
|
||||||
|
BrowserApplication[$e]=firefox.desktop
|
||||||
|
XftHintStyle=hintslight
|
||||||
|
XftSubPixel=none
|
||||||
|
widgetStyle=breeze
|
||||||
|
|
||||||
|
[Paths]
|
||||||
|
Desktop[$e]=$(xdg-user-dir DESKTOP)
|
||||||
|
Documents[$e]=$(xdg-user-dir DOCUMENTS)
|
||||||
|
#Trash[$e]=$(xdg-user-dir DESKTOP)/Trash/
|
||||||
|
|
||||||
|
[Icons]
|
||||||
|
Theme=Papirus-Dark
|
||||||
|
|
||||||
|
[KDE]
|
||||||
|
LookAndFeelPackage=org.pikaos.breeze-theme
|
||||||
|
ShowDeleteCommand=true
|
||||||
|
SingleClick=false
|
||||||
|
widgetStyle=breeze
|
@ -0,0 +1,20 @@
|
|||||||
|
[kcminputrc][Mouse]
|
||||||
|
cursorTheme=Breeze_Snow
|
||||||
|
|
||||||
|
[kdeglobals][General]
|
||||||
|
ColorScheme=BreezeDark
|
||||||
|
|
||||||
|
[kdeglobals][Icons]
|
||||||
|
Theme=Papirus-Dark
|
||||||
|
|
||||||
|
[kdeglobals][KDE]
|
||||||
|
widgetStyle=Breeze
|
||||||
|
|
||||||
|
[kwinrc][DesktopSwitcher]
|
||||||
|
LayoutName=org.kde.breeze.desktop
|
||||||
|
|
||||||
|
[kwinrc][WindowSwitcher]
|
||||||
|
LayoutName=org.kde.breeze.desktop
|
||||||
|
|
||||||
|
[plasmarc][Theme]
|
||||||
|
name=Breeze
|
@ -0,0 +1,104 @@
|
|||||||
|
var plasma = getApiVersion(1);
|
||||||
|
|
||||||
|
var layout = {
|
||||||
|
"desktops": [
|
||||||
|
{
|
||||||
|
"applets": [
|
||||||
|
],
|
||||||
|
"config": {
|
||||||
|
"/": {
|
||||||
|
"ItemGeometries-1920x1080": "",
|
||||||
|
"ItemGeometriesHorizontal": "",
|
||||||
|
"formfactor": "0",
|
||||||
|
"immutability": "1",
|
||||||
|
"lastScreen": "0",
|
||||||
|
"wallpaperplugin": "org.kde.image"
|
||||||
|
},
|
||||||
|
"/ConfigDialog": {
|
||||||
|
"DialogHeight": "510",
|
||||||
|
"DialogWidth": "680"
|
||||||
|
},
|
||||||
|
"/Wallpaper/org.kde.image/General": {
|
||||||
|
"Image": "/usr/share/backgrounds/pika/guard_it_well_okay__by_neytirix_ddcc1wt.jpg",
|
||||||
|
"PreviewImage": "",
|
||||||
|
"SlidePaths": "/usr/share/wallpapers/,/usr/share/backgrounds/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"wallpaperPlugin": "org.kde.image"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"panels": [
|
||||||
|
{
|
||||||
|
"alignment": "left",
|
||||||
|
"applets": [
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"/": {
|
||||||
|
"PreloadWeight": "100",
|
||||||
|
"popupHeight": "502",
|
||||||
|
"popupWidth": "665"
|
||||||
|
},
|
||||||
|
"/General": {
|
||||||
|
"favoritesPortedToKAstats": "true"
|
||||||
|
},
|
||||||
|
"/Shortcuts": {
|
||||||
|
"global": "Alt+F1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"plugin": "org.kde.plasma.kickoff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
},
|
||||||
|
"plugin": "org.kde.plasma.pager"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
},
|
||||||
|
"plugin": "org.kde.plasma.icontasks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
},
|
||||||
|
"plugin": "org.kde.plasma.marginsseparator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"/": {
|
||||||
|
"PreloadWeight": "55"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"plugin": "org.kde.plasma.systemtray"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
},
|
||||||
|
"plugin": "org.kde.plasma.digitalclock"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
},
|
||||||
|
"plugin": "org.kde.plasma.showdesktop"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"config": {
|
||||||
|
"/": {
|
||||||
|
"formfactor": "2",
|
||||||
|
"immutability": "1",
|
||||||
|
"lastScreen": "0",
|
||||||
|
"wallpaperplugin": "org.kde.image"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"height": 2.4444444444444446,
|
||||||
|
"hiding": "normal",
|
||||||
|
"location": "bottom",
|
||||||
|
"maximumLength": 106.66666666666667,
|
||||||
|
"minimumLength": 106.66666666666667,
|
||||||
|
"offset": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"serializationFormatVersion": "1"
|
||||||
|
}
|
||||||
|
;
|
||||||
|
|
||||||
|
plasma.loadSerializedLayout(layout);
|
Binary file not shown.
After Width: | Height: | Size: 179 KiB |
Binary file not shown.
After Width: | Height: | Size: 133 KiB |
@ -0,0 +1,12 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Comment=PikaOS Breeze
|
||||||
|
Name=PikaOS Breeze
|
||||||
|
X-KDE-PluginInfo-Author=Cosmo
|
||||||
|
X-KDE-PluginInfo-Category=Plasma Look And Feel
|
||||||
|
X-KDE-PluginInfo-Email=hotrod.master@hotmail.com
|
||||||
|
X-KDE-PluginInfo-EnabledByDefault=true
|
||||||
|
X-KDE-PluginInfo-License=LGPL 2.1+
|
||||||
|
X-KDE-PluginInfo-Name=org.pikaos.breeze-theme
|
||||||
|
X-KDE-PluginInfo-Version=0.1
|
||||||
|
X-KDE-PluginInfo-Website=https://www.pika-os.com
|
||||||
|
X-KDE-ServiceTypes=Plasma/LookAndFeel
|
Loading…
Reference in New Issue
Block a user