mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Aleksei Bavshin
9ad80849b1
fix(pulseaudio): Avoid allocation of string vector on every call of getPortIcon()
Waybar
Proof of concept
Highly customizable Wayland bar for Sway and Wlroots based compositors.
Available on AUR and openSUSE
Current features
- Sway (Workspaces, Binding mode, Focused window name)
- Tray (Beta) #21
- Local time
- Battery
- Network
- Pulseaudio
- Memory
- Cpu load average
- Temperature
- Custom scripts
- Multiple output configuration
- And much more customizations
Configuration and Styling
See the wiki for more details.
How to build
$ git clone https://github.com/Alexays/Waybar
$ cd Waybar
$ meson build
$ ninja -C build
$ ./build/waybar
# If you want to install it
$ ninja -C build install
$ waybar
Dependencies
gtkmm3
jsoncpp
libinput
libsigc++
fmt
wayland
wlroots
libpulse [Pulseaudio module]
libnl [Network module]
sway [Sway modules]
libdbusmenu-gtk3 [Tray module]
Contributions welcome! - have fun :)
The style guidelines is Google's
License
Waybar is licensed under the MIT license. See LICENSE for more information.
Description
Languages
C++
94.5%
Meson
3%
Python
0.9%
CSS
0.6%
Nix
0.5%
Other
0.5%