Omarchy Workspaces (JAP)
A Quickshell bar widget for Omarchy Quattro that displays workspace numbers as Japanese numerals.
Workspaces 1–10 are rendered as bold Japanese numerals: 一 二 三 四 五 六 七 八 九 十. The focused workspace keeps its numeral and uses the active theme's accent color.

Requirements
- Omarchy Quattro
- No external dependencies or privileged setup
Install
Disable the native Workspaces widget, then install and enable this replacement:
omarchy plugin disable omarchy.workspaces
omarchy plugin add https://github.com/TyRichards/omarchy-workspaces-jap.git --enable
If needed, place it in the left section:
omarchy bar move io.github.tyrichards.workspaces-jap --section left
Usage
Click a Japanese workspace numeral to focus that workspace.
Validate
omarchy plugin validate ~/.config/omarchy/plugins/io.github.tyrichards.workspaces-jap
qmllint -I "$OMARCHY_PATH/shell" \
~/.config/omarchy/plugins/io.github.tyrichards.workspaces-jap/Workspaces.qml
Remove
Remove the plugin and restore Omarchy's native Workspaces widget:
omarchy plugin remove io.github.tyrichards.workspaces-jap --yes
omarchy plugin enable omarchy.workspaces left
License
MIT. This plugin is derived from Omarchy's native Workspaces widget.