mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 23:01:04 +02:00
* feat: add sway-mode module * refactor: Avoid making multiple connections to SwayIPC Now `sway::Client` is store in `ironbar.clients`, and allow dynamically registering event listeners, instead of hardcoding events for Workspace updates. Remove the use of `swayipc::Connection` from `sway-mode` module, and replace it with the new event listener system. #671
43 lines
853 B
Markdown
43 lines
853 B
Markdown
# Guides
|
|
|
|
- [Compiling from source](compiling)
|
|
- [Configuration guide](configuration-guide)
|
|
- [Images](images)
|
|
- [Styling guide](styling-guide)
|
|
|
|
# Dynamic content
|
|
|
|
- [Controlling Ironbar](controlling-ironbar)
|
|
- [Dynamic values](dynamic-values)
|
|
- [Scripts](scripts)
|
|
- [Ironvars](ironvars)
|
|
|
|
# Examples
|
|
|
|
- [Config](config)
|
|
- [Stylesheet](https://github.com/JakeStanger/ironbar/blob/master/examples/style.css)
|
|
|
|
## Custom
|
|
|
|
- [Power Menu](power-menu)
|
|
- [Weather](weather)
|
|
|
|
# Modules
|
|
|
|
- [Cairo](cairo)
|
|
- [Clipboard](clipboard)
|
|
- [Clock](clock)
|
|
- [Custom](custom)
|
|
- [Focused](focused)
|
|
- [Label](label)
|
|
- [Launcher](launcher)
|
|
- [Music](music)
|
|
- [Network Manager](network-manager)
|
|
- [Notifications](notifications)
|
|
- [Script](script)
|
|
- [Sway-mode](sway-mode)
|
|
- [Sys_Info](sys-info)
|
|
- [Tray](tray)
|
|
- [Upower](upower)
|
|
- [Volume](volume)
|
|
- [Workspaces](workspaces)
|