mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-28 21:14:23 +01:00
25 lines
443 B
Markdown
25 lines
443 B
Markdown
|
+++
|
||
|
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/
|
||
|
```
|