-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# sfwbar | ||
Sway Floating Window Bar | ||
### SFWBar | ||
|
||
SFWBar (Sway Floating Window Bar) is a flexible taskbar application for | ||
[Sway](https://github.com/swaywm/sway) wayland | ||
compositor, designed with a stacking layout in mind. | ||
|
||
## SFWBar implements the following features: | ||
1. Taskbar - to control floating windows | ||
1. Window placement engine - to open new windows in more logical locations | ||
1. A simple widget set to display information from system files | ||
|
||
## Compiling from Source | ||
|
||
Install dependencies: | ||
glib | ||
gtk3 | ||
gtk-layer-shell | ||
json-c | ||
|
||
Compile instructions: | ||
meson build | ||
ninja -C build | ||
|
||
## Configuration | ||
See man page for config file details |