Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 508 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 508 Bytes

numlock-tray

Simple tray application for displaying and changing the Num lock state in Karabiner

Alt text

Usage:

  • The Karabiner variable is called "numlock"
  • Click the tray icon to toggle it
  • Use the numlock-cli utility to change it from the terminal
  • Check example karabiner.json rule here

Development

Setup (needs Rust):

cargo install tauri-cli

Development:

cargo tauri dev

Build:

cargo tauri build