[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

waybar

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Usage

  1. Copy selected mode or flexoki-full for raw range to ~/.config/waybar/
  2. Include the file at the top of your style.css:
@import "<mode>.css";
  1. Use imported colours:
* {
  /* reference the color by using @color-name */

  color: @tx;
  /* or if you're using flexoki-full, */
  color: @base-200;
}