1
0
Fork
You've already forked yambar
0
forked from dnkl/yambar
Personal hacks on yambar
  • C 96.1%
  • Meson 2.8%
  • Yacc 0.5%
  • Shell 0.3%
  • Lex 0.3%
Find a file
2023年09月14日 20:07:04 -04:00
.builds ci (sr.ht): it’s pulseaudio-dev, not libpulse-dev 2022年12月13日 10:47:07 +01:00
bar Attempt to get changes working on xcb 2023年01月23日 03:49:12 -05:00
completions main: add -d,--log-level=info|warning|error|none 2021年08月15日 11:43:49 +02:00
decorations overline: new decoration 2022年02月10日 20:49:09 +01:00
doc Merge upstream 2023年09月14日 19:38:31 -04:00
examples module/network: poll-interval: convert value from ‘seconds’ to ‘milliseconds’ 2022年12月22日 12:06:15 +01:00
external module/river: add support for ‘layout’ events 2023年01月12日 18:15:16 +01:00
modules Merge upstream 2023年09月14日 19:38:31 -04:00
particles Merge upstream 2023年09月14日 19:38:31 -04:00
subprojects subprojects: use meson wrap files for tllist+fcft 2020年12月25日 12:22:15 +01:00
test Implement conditions on tag 2022年04月23日 17:13:24 -03:00
.clang-format misc: add format files for clang-format and editorconfig 2021年12月21日 18:44:37 +01:00
.editorconfig misc: add format files for clang-format and editorconfig 2021年12月21日 18:44:37 +01:00
.gitignore subprojects: use meson wrap files for tllist+fcft 2020年12月25日 12:22:15 +01:00
.gitmodules fcft/tllist: remove git submodules 2020年01月11日 14:43:26 +01:00
.woodpecker.yml ci: 'pipeline' -> 'steps' 2023年08月18日 16:49:18 +02:00
CHANGELOG.md particle/map: non-greedy matching of quotes 2023年07月24日 17:13:19 +02:00
char32.c char32: only include stdc-predef.h if it is available 2022年03月20日 10:50:57 +01:00
char32.h fcft: adapt to API changes in fcft-3.x 2022年02月05日 12:51:08 +01:00
color.h initial commit: wip 2018年11月17日 11:30:33 +01:00
config-verify.c Merge upstream 2023年09月14日 19:38:31 -04:00
config-verify.h config: add inheritable option "font-shaping" 2022年02月23日 18:43:13 +01:00
config.c Merge upstream 2023年09月14日 19:38:31 -04:00
config.h config: add inheritable option "font-shaping" 2022年02月23日 18:43:13 +01:00
decoration.h cairo: replace cairo with pixman in decos, particles and modules 2019年09月22日 01:56:58 +02:00
font-shaping.h config: add inheritable option "font-shaping" 2022年02月23日 18:43:13 +01:00
generate-version.sh generate-version: handle git repo not having any tags 2021年10月11日 20:21:07 +02:00
LICENSE license: MIT 2019年01月02日 11:24:28 +01:00
log.c log: fold long line 2022年02月05日 12:50:39 +01:00
log.h log: pull in log.{c,h} from foot 2021年08月15日 11:41:12 +02:00
main.c Basic vertical rendering 2023年01月18日 03:43:35 -05:00
meson.build meson+pkgbuild: bump version to 1.10.0 2023年07月14日 09:03:02 +02:00
meson_options.txt meson: make ‘foreign-toplevel’ plugin compile time optional 2022年12月14日 10:08:48 +01:00
module.c particle: remove cairo context from begin_expose() 2019年09月22日 00:55:06 +02:00
module.h module: const:ify ‘module’ argument to module->description() 2022年12月14日 12:05:17 +01:00
particle.c remove constant modifier 2023年09月14日 20:07:04 -04:00
particle.h remove constant modifier 2023年09月14日 20:07:04 -04:00
PKGBUILD meson+pkgbuild: bump version to 1.10.0 2023年07月14日 09:03:02 +02:00
PKGBUILD.wayland-only meson+pkgbuild: bump version to 1.10.0 2023年07月14日 09:03:02 +02:00
plugin.c plugin: use auto-generated defines for enabled plugins 2022年12月14日 10:16:54 +01:00
plugin.h plugins: export a const function pointer interface struct 2019年01月26日 18:32:04 +01:00
README.md Update Font Awesome 5 to 6 2022年12月21日 17:06:25 +01:00
screenshot.png screenshot: update 2019年09月28日 21:20:03 +02:00
stride.h font: initial port from cairo scaled fonts to raw freetype + pixman 2019年09月22日 00:50:11 +02:00
tag.c tag: explicitly initialize ‘fmt’ 2023年07月14日 12:52:19 +02:00
tag.h Implement conditions on tag 2022年04月23日 17:13:24 -03:00
xcb.c misc: xcb_connect() always returns a non-NULL pointer 2019年01月19日 18:45:15 +01:00
xcb.h xcb: extern declare cached XCB atoms in header file 2020年06月05日 13:30:08 +02:00
yambar.desktop desktop: add Desktop Entry file 2019年09月29日 20:58:15 +02:00
yml.c yaml: keep original value when anchor and target node both defines the same key 2023年04月09日 09:27:31 +02:00
yml.h modules/dwl: new module 2022年12月13日 15:56:16 +01:00

CI status

Yambar

Packaging status

Index

  1. Introduction
  2. Configuration
  3. Modules
  4. Installation
  5. Bugs

Introduction

screenshot

yambar is a lightweight and configurable status panel (bar, for short) for X11 and Wayland, that goes to great lengths to be both CPU and battery efficient - polling is only done when absolutely necessary.

It has a number of modules that provide information in the form of tags. For example, the clock module has a date tag that contains the current date.

The modules do not know how to present the information though. This is instead done by particles. And the user, you, decides which particles (and thus how to present the data) to use.

Furthermore, each particle can have a decoration - a background color or a graphical underline, for example.

There is no support for images or icons. use an icon font (e.g. Font Awesome, or Material Icons) if you want a graphical representation.

There are a number of modules and particles builtin. More can be added as plugins. You can even write your own!

To summarize: a bar displays information provided by modules, using particles and decorations. How is configured by you.

Configuration

Yambar is configured using YAML, in ~/.config/yambar/config.yml. It must define a top-level dictionary named bar:

bar:height:26location:topbackground:000000ffright:- clock:content:- string:{text: , font:"Font Awesome 6 Free:style=solid:size=12"}- string:{text:"{date}", right-margin:5}- string:{text: , font:"Font Awesome 6 Free:style=solid:size=12"}- string:{text:"{time}"}

For details, see the man pages (yambar(5) is a good start).

Example configurations can be found in examples.

Modules

Available modules:

  • alsa
  • backlight
  • battery
  • clock
  • cpu
  • disk-io
  • dwl
  • foreign-toplevel
  • i3 (and Sway)
  • label
  • mem
  • mpd
  • network
  • pulse
  • removables
  • river
  • script (see script examples)
  • sway-xkb
  • xkb (XCB backend only)
  • xwindow (XCB backend only)

Installation

To build, first, create a build directory, and switch to it:

mkdir -p bld/release && cd bld/release

Second, configure the build (if you intend to install it globally, you might also want --prefix=/usr):

meson --buildtype=release ../..

Optionally, explicitly disable a backend (or enable, if you want a configuration error if not all dependencies are met) by adding either -Dbackend-x11=disabled|enabled or -Dbackend-wayland=disabled|enabled to the meson command line.

Three, build it:

ninja

Optionally, install it:

ninja install

Bugs

Please report bugs to https://codeberg.org/dnkl/yambar/issues

The report should contain the following:

  • Which Wayland compositor (and version) you are running
  • Yambar version (yambar --version)
  • Log output from yambar (start yambar from a terminal)
  • If reporting a crash, please try to provide a bt full backtrace with symbols (i.e. use a debug build)
  • Steps to reproduce. The more details the better