istat 0.6.0

A lightweight and batteries-included status_command for i3 and sway
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "run",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "tsx dev.ts"
  },
  "dependencies": {
    "@types/node": "^20.1.0",
    "chalk": "^5.2.0",
    "css-color-names": "^1.0.1",
    "execa": "^7.1.1",
    "node-html-parser": "^6.1.5",
    "strip-ansi": "^7.0.1",
    "tsx": "^3.12.7"
  }
}