[docs] tweak some notes
This commit is contained in:
parent
17626c590f
commit
89bcacbb4d
2 changed files with 3 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
Wrapper script to switch between dark and light themes under Arch Linux.
|
||||
|
||||
## Why use it?
|
||||
If using a barebone WM like hyprland or sway there is no easy way to change between dark and light themes.
|
||||
If using a WM like hyprland or sway there is no easy way to change between dark and light themes.
|
||||
|
||||
For example, let's say we have a bunch of application that use KDE/QML/QT and GTK3/4 toolkit. We can now define which themes and icons are used as dark/light themes regardless of the toolkit which these apps are based on.
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ AUR Package: https://BIGFATPLACEHOLDER
|
|||
|
||||
## Dependencies
|
||||
- `glib2` provides the neccesary `gsettings`.
|
||||
- [`qt6ct-kde`](https://aur.archlinux.org/packages?O=0&K=qt6ct-kde) (a patched version of qt6ct with KDE color schemes support).
|
||||
- `qt6ct-kde` a patched version of qt6ct with KDE color schemes support. available in the [`AUR`](https://aur.archlinux.org/packages?O=0&K=qt6ct-kde) ).
|
||||
- Any GTK3 theme with dark/light support.
|
||||
- Any KDE color scheme whith dark/light support.
|
||||
|
||||
|
|
@ -45,7 +45,6 @@ Preview the configured settings:
|
|||
$ nts p
|
||||
```
|
||||
|
||||
|
||||
## Tips
|
||||
* Since `nts` requires already installed themes, consider having a look into those directories:
|
||||
- `/usr/share/color-schemes` for KDE color schemes.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
set -eo pipefail
|
||||
|
||||
## NOTE A patched version of qt6ct is required.
|
||||
## NOTE The benefits are
|
||||
## NOTE The benefits are:
|
||||
## NOTE KDE color schemes support,KDE QML applications theming support and
|
||||
## NOTE KDE's icon engine support
|
||||
## NOTE See https://aur.archlinux.org/pkgbase/qt6ct-kde/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue