Enforce the repo convention that committed text is English. Translates ABOUTME headers, code comments, log/error messages, shell prompts, and documentation across all files. CLAUDE.md files remain in German per policy.
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
{
|
|
// ABOUTME: User override for Waybar — extends the system-wide config from /etc/xdg/waybar/.
|
|
// ABOUTME: Define custom modules here and add them to modules-left/center/right.
|
|
|
|
// Load system-wide Moonarch config as base.
|
|
// Properties defined here override those from the include.
|
|
"include": ["/etc/xdg/waybar/config"]
|
|
|
|
// Example: extend module bar (must be specified completely as it replaces
|
|
// the system-wide one):
|
|
//
|
|
// "modules-right": [
|
|
// "mpris",
|
|
// "custom/cpugov",
|
|
// "group/net",
|
|
// "group/sound",
|
|
// "backlight",
|
|
// "custom/keyboard",
|
|
// "battery",
|
|
// "group/indicators"
|
|
// ],
|
|
|
|
// Example: show HID++ device battery (e.g. Logitech keyboard)
|
|
// moonarch-waybar-hidpp finds the correct hidpp_battery_* entry dynamically
|
|
//
|
|
// "custom/keyboard": {
|
|
// "exec": "moonarch-waybar-hidpp 'G515 LS TKL'",
|
|
// "return-type": "json",
|
|
// "interval": 120,
|
|
// "format": "{}",
|
|
// "exec-on-event": false
|
|
// }
|
|
}
|