mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 21:44:24 +01:00
Added post "Themes & Icons in KDE"
This commit is contained in:
parent
a675eae4ab
commit
c68d07a841
2 changed files with 30 additions and 0 deletions
24
content/blog/icon-themes-kde/content.md
Normal file
24
content/blog/icon-themes-kde/content.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
+++
|
||||||
|
title = "Themes & Icons in KDE"
|
||||||
|
subtitle = "Where are themes and icons stored in KDE?"
|
||||||
|
fragment = "content"
|
||||||
|
weight = 100
|
||||||
|
date = "2020-12-13"
|
||||||
|
tags = ["kde", "themes", "theme", "icons", "icon"]
|
||||||
|
+++
|
||||||
|
|
||||||
|
### KDE Global
|
||||||
|
|
||||||
|
Systemwide themes and icons are placed in:
|
||||||
|
|
||||||
|
``` Path
|
||||||
|
/usr/share/plasma/desktoptheme/
|
||||||
|
/usr/share/icons/
|
||||||
|
```
|
||||||
|
|
||||||
|
User spesific themes and icons are placed in:
|
||||||
|
|
||||||
|
``` Path
|
||||||
|
~/.local/share/plasma/desktoptheme/
|
||||||
|
~/.local/share/icons/
|
||||||
|
```
|
6
content/blog/icon-themes-kde/index.md
Normal file
6
content/blog/icon-themes-kde/index.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
+++
|
||||||
|
title = "Themes & Icon in KDE"
|
||||||
|
subtitle = "Where are themes and icons stored in kde?"
|
||||||
|
date = "2020-12-13"
|
||||||
|
tags = ["kde", "themes", "theme", "icons", "icon"]
|
||||||
|
+++
|
Loading…
Reference in a new issue