1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

readme: document accountsservice dependency

This commit is contained in:
bbedward
2025-10-23 12:14:25 -04:00
parent 0aab22f242
commit a9744a0cad

View File

@@ -324,11 +324,11 @@ make && sudo make install
#### 4.1 Core optional dependencies #### 4.1 Core optional dependencies
```bash ```bash
# Arch Linux # Arch Linux
sudo pacman -S cava wl-clipboard cliphist brightnessctl qt6-multimedia sudo pacman -S cava wl-clipboard cliphist brightnessctl qt6-multimedia accountsservice
paru -S matugen-bin dgop paru -S matugen-bin dgop
# Fedora # Fedora
sudo dnf install cava wl-clipboard brightnessctl qt6-qtmultimedia sudo dnf install cava wl-clipboard brightnessctl qt6-qtmultimedia accountsservice
sudo dnf copr enable avengemedia/danklinux && sudo dnf install cliphist ghostty hyprpicker material-symbols-fonts matugen sudo dnf copr enable avengemedia/danklinux && sudo dnf install cliphist ghostty hyprpicker material-symbols-fonts matugen
``` ```
Note: by enabling and installing the avengemedia/dms copr above, these core dependencies will automatically be available for use. Note: by enabling and installing the avengemedia/dms copr above, these core dependencies will automatically be available for use.
@@ -352,6 +352,7 @@ sudo sh -c "curl -L https://github.com/AvengeMedia/dgop/releases/latest/download
- `cava`: Audio visualizer - `cava`: Audio visualizer
- `cliphist`: Clipboard history - `cliphist`: Clipboard history
- `qt6-multimedia`: System sound support - `qt6-multimedia`: System sound support
- `accountsservice`: Ability to sync
## Compositor Configuration ## Compositor Configuration