35 lines
622 B
Markdown
35 lines
622 B
Markdown
# waybar
|
|
|
|
## installation
|
|
To install this waybar theme, you could, if you do not have a waybar folder under your ~/.config/ folder currently installed, just clone the repo directly inside your ~/.config/ folder and update the repo, to get the newest commit
|
|
```bash
|
|
git clone https://git.k4li.de/dotfiles/waybar ~/.config/waybar
|
|
```
|
|
|
|
> - You can also checkout the dev branch
|
|
|
|
## dependencies
|
|
```
|
|
grim grimshot
|
|
```
|
|
> for screenshots
|
|
```
|
|
wttrbar
|
|
```
|
|
> to display the weather icon + info
|
|
```
|
|
wlogout swaylock-effects
|
|
```
|
|
> to logout
|
|
```
|
|
pamixer pavucontrol
|
|
```
|
|
> for the sound-settings
|
|
```
|
|
iwd
|
|
```
|
|
or
|
|
```
|
|
nmcli
|
|
```
|
|
> for wifi
|