Skip to content

Commit bc18048

Browse files
committed
docs: add fancy-bar docs
1 parent f82a945 commit bc18048

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ spawn-at-startup "quickshell" "--config" "niri-simple-bar"
3737

3838
![Simple bar](/simple-bar/screenshot.png)
3939

40+
- [Fancy bar](/fancy-bar)
41+
42+
![Fancy bar](/fancy-bar/screenshot.png)
43+
4044

4145
## License
4246

fancy-bar/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## Fancy bar
2+
3+
![Fancy bar](./screenshot.png)
4+
5+
A more advanced variant of the [Simple bar](../simple-bar).
6+
7+
> [!WARNING]
8+
> This configuration is a work in progress, and might change at any point.
9+
10+
### Features
11+
12+
- Configurable via a [JSON file](./config.json). See
13+
[`Config.qml`](./modules/common/Config.qml) for possible configuration options.
14+
- Battery widget with percentage and animated charging indicator, supporting vertical and
15+
horizontal orientations.
16+
- Focused window title and icon.
17+
- Stacked time and date widget.
18+
- Supports top and bottom positioning.
19+
- Relative scaling of most elements.
20+
- A soft shadow underneath the bar.
21+
22+
23+
### Dependencies
24+
25+
- Battery widget: [UPower](https://upower.freedesktop.org/)
26+
27+
- Fonts: [Barlow](https://tribby.com/fonts/barlow/), [Noto Sans](https://notofonts.github.io/)

fancy-bar/screenshot.png

43.5 KB
Loading

0 commit comments

Comments
 (0)