Add swaybar_status_actor as binary

This commit is contained in:
Emery Hemingway 2022-10-14 16:50:42 -05:00
parent 4e424e7ca8
commit fa5a4a9cbc
1 changed files with 5 additions and 1 deletions

View File

@ -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 `<swaybar-status { "full_text": "…" … }>`.
## See the swaybar-protocol(7) manpage for further documentation.
import std/[asyncdispatch, json, os, strutils]
import preserves, preserves/jsonhooks