Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 574 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 574 Bytes

base16-waybar

This repo provides templates for using Base16 color schemes with Waybar, a status bar for Wayland compositors like Sway.

It's still a work in progress, and right now only provides the Base16 colors as CSS variables. You can download the generated color files and then include them to use the CSS variables @base{00-0F} in a Waybar style config like this:

@import "/path/to/color/scheme.css";

window#waybar {
  color: @base04;
}