My project status indicator explains.
| [ | |
| { | |
| "name": "Bmap Kakoune", | |
| "author": "NNB" | |
| }, | |
| [ | |
| { | |
| "c": "#E02C6D", | |
| "p": "CHICKLET", | |
| "a": 5, |
| #!/bin/sh | |
| # Values | |
| TMPDIR="${TMPDIR:-/tmp}" | |
| # Start | |
| curl -fsSL https://starship.rs/install.sh --create-dirs --output "$TMPDIR/starship-installer" | |
| chmod +x "$TMPDIR/starship-installer" |
| font = "Bmono 12" | |
| geometry = "0x0-62-62" | |
| separator_height = 2 | |
| padding = 2 | |
| horizontal_padding = 2 | |
| frame_width = 2 | |
| markup = full | |
| format = "<b>%s</b>\n%b" | |
| icon_path = "" |
| #!/bin/sh | |
| # Values | |
| TMPDIR="${TMPDIR:-/tmp}" | |
| # Start | |
| curl -fsSL 'https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts' --create-dirs --output "$TMPDIR/hosts" \ | |
| && printf '%s' "127.0.1.1 $(hostname)" >> "$TMPDIR/hosts" \ |
| #!/bin/sh | |
| # __________ | |
| # / ___/ ___/____ ___ ____ _____ ____ _ | |
| # \__ \\__ \/ __ `__ \/ __ `/ __ \/ __ `/ | |
| # ___/ /__/ / / / / / / /_/ / / / / /_/ / | |
| # /____/____/_/ /_/ /_/\__,_/_/ /_/\__,_/ | |
| # | |
| # File: ssmana |
| import json, requests | |
| with open('bookmarks.json') as file: | |
| bookmarks = json.load(file) | |
| saved = [] | |
| error = {} | |
| for bookmark in bookmarks: | |
| url = bookmark['uri'] |
| " | |
| " █ █ ███ | |
| " █ █ ███ | |
| " █ █ ████ | |
| " █ █ ████ | |
| " | |
| " File: init.vim | |
| " Description: Vim config that SuperB | |
| " Author: NNB |
| Name | Structure | Bar | Menu | Window decoration | Difficulty | Config method | Description |
|---|---|---|---|---|---|---|---|
| Tree | Yes | No | Border | Easy | Python | With Plasma it can be use tree-base tiling system like I3 and Sway but because Qtile is Python-base, it's way more hackable | |
| Tree | Yes | No | Tabsbar | Easy | [Plain text](https://wikiped |