GitXplorerGitXplorer
P

YetAnotherBar

public
18 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
88a234b435aa76691d27dcb1105185595db33fd6

Merge branch 'master' of https://github.com/PolyMeilex/YetAnotherBar

PPolyMeilex committed 3 years ago
Unverified
8bf6a738022e7bcb0b7e237288fe10619e608908

Trim Custom Command Output

PPolyMeilex committed 3 years ago
Verified
4e664202bbca3248bca77ffe79defdd44cf4407a

Update README.md

PPolyMeilex committed 3 years ago
Unverified
22f8e1cf73c750092690796bfdab9255d6fcb432

Popover Calendar

PPolyMeilex committed 3 years ago
Unverified
74ee52c21558d8730667665b89afe9f49d485c3e

Update .lock

PPolyMeilex committed 3 years ago
Unverified
988139e63329b34be362908412b876854df4b832

Merge branch 'master' of https://github.com/PolyMeilex/YetAnotherBar

PPolyMeilex committed 3 years ago

README

The README file for this repository.

YetAnotherBar Baner

Why do we need yet another status bar?

The answer is really simple... we don't,
but I really like the idea of native status bar with CSS support so here you go anyway

Installation

On Arch linux you can install it from AUR yetanotherbar-git

Wayland

for Wayland you need gtk-layer-shell on your system, and YAB binary built with wayland feature flag

Example Config

~/.config/YetAnotherBar/config.ron

Config(
    bars: {
        "bar-left": (
            monitor: "DP-1",
            pos_x: 0,
            pos_y: 1000,
            modules_left: [
                I3,
                Custom((
                    name: "custom-ram",
                    exec: ["sh","/path/to/ram.sh"],
                    interval: 1000,
                ))
            ],
            modules_right: [
                Cpu,
                Mpris,
                Alsa,
                Clock,
            ],
        ),
        "bar-right": (
            monitor: "HDMI-0",
            pos_x: 1920,
            pos_y: 1000,
            modules_left: [
                I3,
            ],
            modules_right: [
                Cpu,
                Mpris,
                Alsa,
                Clock,           
            ],
        ),
    },
)

~/.config/YetAnotherBar/style.css css
For more info about CSS selectors visit wiki

Result

img

img