34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown

|
|
|
|
# 🎛 Waybar Config
|
|
|
|
Этот репозиторий содержит кастомную конфигурацию для [Waybar](https://github.com/Alexays/Waybar).
|
|
|
|
The repository contains a custom configuration for [Waybar](https://github.com/Alexays/Waybar).
|
|
|
|
---
|
|
|
|
## 📋 Требования / Requirements
|
|
|
|
Для полноценной работы конфигурации без каких-либо изменений вам понадобятся следующие зависимости:
|
|
|
|
The following dependencies are required for the configuration to work correctly without any modifications:
|
|
|
|
- **Waybar**
|
|
- **Hyprland**
|
|
- **Bash**
|
|
- **Foot**
|
|
- **notify-send**
|
|
- **WirePlumber**
|
|
- **pavucontrol**
|
|
- **NetworkManager**
|
|
|
|
### 📂 Установка / Installation
|
|
|
|
Ожидается, что репозиторий будет клонирован в $HOME/.config/waybar
|
|
|
|
It is expected that the repository will be cloned into $HOME/.config/waybar
|
|
|
|
```sh
|
|
git clone --depth 1 https://git.divan2000.su/DIvan2000/waybar-dotfiles.git ~/.config/waybar
|
|
``` |