Go to file
Simon Vieille b94478316b
ci/woodpecker/push/woodpecker Pipeline was successful Details
update colors
2022-08-29 19:58:52 +02:00
blocks update colors 2022-08-29 19:58:52 +02:00
rendering update colors 2022-08-29 19:43:10 +02:00
.gitignore remove build directory from git 2022-08-28 21:06:57 +02:00
.woodpecker.yml add ci 2022-08-28 16:56:31 +02:00
Makefile init 2022-08-28 14:59:15 +02:00
README.md add block spotify 2022-08-29 19:57:44 +02:00
go.mod init 2022-08-28 14:59:15 +02:00
go.sum init 2022-08-28 14:59:15 +02:00

README.md

I3 Blocks

Blocks compatible with i3blocks.

Requirements

  • go for compilation
  • sudo for wireguard block
  • tmux for app and date blocks
  • df for du block
  • xdg-open for du block
  • playerctl for spotify block

Installation

From binaries

Get binaries for releases

From sources

git clone https://gitnet.fr/deblan/i3-blocks-go.git
cd i3-blocks-go
make

Usage

Add the shortcut <name> and run <command> when clicked.

app <block_name> <name> <command> <background_color> <foreground_color>

Show the time using given format and run gnome-calendar when clicked.

date "%H:%M:%S %d/%m/%Y"

Show mount point usage and warns with limits and colors.

du <block_name> <name> <mount_point> <limit_warning> <limit_danger>

Show the IP of the given iface.

ip <iface> <ip4|ip6> <name>

Show the public IP.

ip_wan

Show the telemetry using Prusa Printer API.

prusa_telemetry <block_name> http://<prusa_printer_ip>/api/telemetry

Show indicator of RSS.

rss <block_name> <feed_url> <feed_reader_url> <foreground_color_when_no_item> <foreground_color_when_items>

Show current song played (spotify).

spotify

Show volume.

volume <channel>

Toggler for wireguard.

wireguard <iface> <name>

Add a blocks that represent opened apps to create a task bar.

workspace_apps 0 $BLOCK_BUTTON
workspace_apps 1 $BLOCK_BUTTON
workspace_apps 2 $BLOCK_BUTTON
workspace_apps 3 $BLOCK_BUTTON
workspace_apps 4 $BLOCK_BUTTON
workspace_apps 5 $BLOCK_BUTTON
workspace_apps 6 $BLOCK_BUTTON
workspace_apps 7 $BLOCK_BUTTON