From 0e316b8363326f6f506c39fc73be2bbe13f7b115 Mon Sep 17 00:00:00 2001 From: Jason Cox Date: Tue, 2 Apr 2024 12:41:51 -0400 Subject: [PATCH] Add swaybar-commander --- Useful-add-ons-for-sway.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Useful-add-ons-for-sway.md b/Useful-add-ons-for-sway.md index c350646..b776e52 100644 --- a/Useful-add-ons-for-sway.md +++ b/Useful-add-ons-for-sway.md @@ -181,6 +181,7 @@ connected outputs based on a set of profiles. * [i3status-rs](https://github.com/greshake/i3status-rust) - a feature-rich and resource-friendly replacement for i3status, written in pure Rust. It provides a way to display "blocks" of system information (time, battery status, volume, etc) on the i3 bar. It is also compatible with sway. * [gopsuinfo](https://github.com/nwg-piotr/gopsuinfo) - prints system usage information as text for Waybar custom modules or icon/text for nwg-panel executors * [statusbar](https://gobytes.dev/statusbar) - A fully-featured, customizable, extensible, and well-documented content generator for swaybar/i3bar. It offers a variety of widgets, allows for integration with other generators (listed above), and makes it easy to implement your own widgets using Go. +* [swaybar-commander](https://jasoncarloscox.com/creations/swaybar-commander/) - A status command for swaybar that uses the swaybar-protocol to independently update user-defined content blocks ## Widgets * [AGS](https://github.com/Aylur/ags) (Aylur's Gtk Shell) - This is a library built for [GJS] (https://gitlab.gnome.org/GNOME/gjs)(Gnome JavaScript) to allow defining GTK widgets in a declarative way.