Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josef-friedrich/ckb-commander
Small script that displays on a keyboard using the ckb-next daemon which desktop (no 0, 1, 2, ...) you are on.
https://github.com/josef-friedrich/ckb-commander
Last synced: 23 days ago
JSON representation
Small script that displays on a keyboard using the ckb-next daemon which desktop (no 0, 1, 2, ...) you are on.
- Host: GitHub
- URL: https://github.com/josef-friedrich/ckb-commander
- Owner: Josef-Friedrich
- License: mit
- Created: 2022-08-17T20:43:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T16:57:00.000Z (over 1 year ago)
- Last Synced: 2023-08-18T18:28:47.746Z (over 1 year ago)
- Language: Python
- Homepage: https://josef-friedrich.github.io/ckb-commander/
- Size: 2.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
ckb-commander
=============Control your Corsair keyboard via the ckb-next-daemon.
::
Usage: ckb-commander.py [OPTIONS] COMMAND [ARGS]...
Control the ckb-next-daemon
Options:
-d, --device TEXT The path of the directory in the /dev/input folder (e. g.
/dev/input/ckb1) [required]
--help Show this message and exit.Commands:
color Show informations about the available color names
control
device Print informations about the specified devicecolor
-----::
Usage: ckb-commander.py color [OPTIONS] COMMAND [ARGS]...
Show informations about the available color names
Options:
--help Show this message and exit.Commands:
name Show all color names
set Set all keys to the same color.control
-------::
Usage: ckb-commander.py control [OPTIONS]
Options:
-1, --activate When plugged in, all devices start in
hardware-controlled mode (also known as idle
mode) and will not respond to commands. Use
this option to activate the device.
-0, --deactivate To put the device back into hardware mode, use
this option.
-c, --color TEXT Set the backlight of a single key, of selected
keys or of the entire keyboard to the
specified color. A color name or a RGB value
in hex format.
-w, --indicate-workspace Indicate the current workspace (virtual
desktop).
-a, --indicate-active-window Indicate active window.
--help Show this message and exit.Other pipe scripts:
-------------------* https://github.com/vmedea/ckb-next-integrations (Python)
* https://github.com/cmd-johnson/ckbpy (Python)
* https://github.com/cmd-johnson/ckb-cloud (NodeJs)
* https://github.com/Misterio77/rgbdaemon
* https://github.com/keesvv/ckbanimate (Rust)
* https://github.com/blockjoe/ckb-animation (Shell)