Skip to content
forked from kolunmi/sandbar

Personal fork of sandbar; dwm-like bar for the river wayland compositor

License

Notifications You must be signed in to change notification settings

krypciak/sandbar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal fork of sandbar

screenshot

Original README.md


sandbar

dwm-like bar for river.

screenshot

Dependencies

  • libwayland-client
  • libwayland-cursor
  • pixman
  • fcft

Installation

git clone https://github.com/kolunmi/sandbar
cd sandbar
make install

Commands

Commands are read through stdin in the following format:

output command data

where output is a zxdg_output_v1 name, "all" to affect all outputs, or "selected" for focused outputs, and command and data are any one of the following:

Command Data
status text
show
hide
toggle-visibility
set-top
set-bottom
toggle-location

For example, DP-3 status hello world would set the status text to "hello world" on output DP-3, if it exists. all set-top would ensure all bars are drawn at the top of their respective monitors.

Status text may contain in-line color commands in the following format: ^fg/bg(HEXCOLOR). A color command with no argument reverts to the default value. ^^ represents a single ^ character. Color commands can be disabled with -no-status-commands.

About

Personal fork of sandbar; dwm-like bar for the river wayland compositor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.0%
  • Makefile 6.0%