mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-18 04:40:39 +01:00
43e79e2914
Whether or not Plasma-specific dotfiles are still needed is questionable, but I will keep this directory for now.
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/
|