mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 03:02:49 +00:00
Mention AUR in README
This commit is contained in:
parent
3d2129ca4e
commit
991864775b
1 changed files with 6 additions and 1 deletions
|
@ -14,7 +14,7 @@ My personal blazingly fast and efficient status bar + widgets, in case anyone fi
|
||||||
- PulseAudio server (PipeWire works too!)
|
- PulseAudio server (PipeWire works too!)
|
||||||
- meson, gcc/clang, ninja
|
- meson, gcc/clang, ninja
|
||||||
|
|
||||||
## Building and installation
|
## Building and installation (Manually)
|
||||||
1. Configure with meson
|
1. Configure with meson
|
||||||
|
|
||||||
*All optional dependencies enabled*
|
*All optional dependencies enabled*
|
||||||
|
@ -30,6 +30,11 @@ My personal blazingly fast and efficient status bar + widgets, in case anyone fi
|
||||||
ninja -C build && sudo ninja -C build install
|
ninja -C build && sudo ninja -C build install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Building and installation (AUR)
|
||||||
|
For Arch systems, gBar can be found on the AUR.
|
||||||
|
You can install it e.g.: with yay
|
||||||
|
```yay -S gbar-git```
|
||||||
|
|
||||||
## Running gBar
|
## Running gBar
|
||||||
*Open bar on monitor 0*
|
*Open bar on monitor 0*
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue