From fa5a4a9cbcb51ddb9b9d102cec4f9b1b16028a84 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Fri, 14 Oct 2022 16:50:42 -0500 Subject: [PATCH] Add swaybar_status_actor as binary --- src/syndicate/unix/swaybar_status_actor.nim | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/syndicate/unix/swaybar_status_actor.nim b/src/syndicate/unix/swaybar_status_actor.nim index 9f68636..8858c2b 100644 --- a/src/syndicate/unix/swaybar_status_actor.nim +++ b/src/syndicate/unix/swaybar_status_actor.nim @@ -1,7 +1,11 @@ # SPDX-FileCopyrightText: ☭ 2022 Emery Hemingway # SPDX-License-Identifier: Unlicense -## See the swaybar-protocol(7) manpage. +## This is a program that can be used by swaybar in place of i3status. +## It will pass on to swaybar the assertions it observers in the form +## of ``. + +## See the swaybar-protocol(7) manpage for further documentation. import std/[asyncdispatch, json, os, strutils] import preserves, preserves/jsonhooks