51 lines
624 B
Markdown
51 lines
624 B
Markdown
|
## Required packages:
|
||
|
* rofi
|
||
|
* pipewire
|
||
|
* pipewire-pulse
|
||
|
* wl-clipboard
|
||
|
* waybar
|
||
|
* swaylock
|
||
|
* wireplumber
|
||
|
* swaybg
|
||
|
* swayidle
|
||
|
* mako
|
||
|
* grim
|
||
|
* alacritty
|
||
|
* kalk
|
||
|
* rhythmbox
|
||
|
* firefox
|
||
|
* ttf-roboto
|
||
|
* ttf-roboto-mono
|
||
|
* ttf-roboto-mono-nerd
|
||
|
* lxqt-policykit
|
||
|
|
||
|
* swaykbdd (AUR)
|
||
|
|
||
|
### Installing requirements
|
||
|
```bash
|
||
|
sudo pacman -S rofi \
|
||
|
pipewire \
|
||
|
pipewire-pulse \
|
||
|
wl-clipboard \
|
||
|
waybar \
|
||
|
swaylock \
|
||
|
wireplumber \
|
||
|
swaybg \
|
||
|
swayidle \
|
||
|
mako \
|
||
|
grim \
|
||
|
ttf-roboto \
|
||
|
ttf-roboto-mono \
|
||
|
ttf-roboto-mono-nerd \
|
||
|
lxqt-policykit \
|
||
|
alacritty \
|
||
|
kalk \
|
||
|
rhythmbox \
|
||
|
firefox
|
||
|
|
||
|
paru -S swaykbdd
|
||
|
```
|
||
|
### Other things
|
||
|
* GTK theme: Orchics-Dark-Compact
|
||
|
|