bb_attributes: Parses bitbar attributes into a string.

Description Usage Arguments Examples

View source: R/bb_attributes.R

Description

See https://github.com/matryer/bitbar#plugin-api for all possible attributes. Partial list: href, color, font, size, length, alternate

Usage

1

Arguments

...

Attributes to pass. (e.g. href = "https://www.google.com")

Examples

1
2
3
bb_attributes(href = "https://www.google.com")
bb_attributes(font = 2 + 2)
bb_attributes(param1 = 14, param2 = "cake")

jsowder/bitbaR documentation built on April 19, 2020, 6:10 p.m.