Skip to content

sector-f/rustlebar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#rustlebar This only works with bspwm, as workspace information is received from bspc. It also requires xtitle to work correctly. However, if either of those are missing, rustlebar will still run, just without the information that would be provided by the missing command.

##Configuration Configuration can be done with a rustlebar.toml file. This file is looked for in the XDG_CONFIG_HOME directory, if this environment variable is set. If the XDG_CONFIG_HOME environment variable is not set, the rustlebar.toml file is looked for in $HOME/.config/

The rustlebar.toml file in this repository contains the default values for all available options.

An example rustlebar.toml file is shown below:

[icons]
occupied_focused = "O"
occupied_unfocused = "o"
free_focused = "F"
free_unfocused = "f"
urgent_focused = "U"
urgent_unfocused = "u"

Note that the values shown above are not the default values of those options; the default values are U+F111 ("" ) for occupied desktops and U+F10C ("") for unoccupied desktops. Those probably won't show up on this page, but they are a solid circle and a hollow circle in Font Awesome, which is the default icon font.

About

rustles jimmies while wrapping lemonbar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages