mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-20 20:58:36 +01:00
22 lines
559 B
Markdown
22 lines
559 B
Markdown
|
# Plasma
|
||
|
|
||
|
Here lies any dotfiles I use specifically for KDE Plasma (not just KDE).
|
||
|
|
||
|
## Dependencies
|
||
|
|
||
|
- [plasma-desktop][plasma-desktop] - The KDE Plasma desktop environment
|
||
|
- [python-pywal][python-pywal] - A universal color scheme changer
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```sh
|
||
|
make package=plasma
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Start plasma as you normally would and your previous pywal settings will be automatically applied.
|
||
|
|
||
|
[plasma-desktop]: https://www.archlinux.org/packages/extra/x86_64/plasma-desktop/
|
||
|
[python-pywal]: https://www.archlinux.org/packages/community/any/python-pywal/
|