All checks were successful
Check / eval (push) Successful in 2m54s
Item 42, de-scoped by Bernardo to app-only — no account sync (the user configures that themselves locally). Clicking the Waybar date/clock now runs nomarchy-calendar → calcurse in a floating, centered ghostty window tagged --class=com.nomarchy.calendar (+ --gtk-single-instance=false for a fresh standalone window), matched by a float+size+center windowrule. The launcher self-gates on calcurse. Dropped the clock's format-alt date toggle (conflicts with on-click) and moved the long date into the tooltip. Parity: on-click added to all four whole-swap jsoncs. Ships calcurse + pwvucontrol uncommented in the downstream template (opt-out). Enforces ghostty always installed (ghostty.nix: enable = true unconditional; nomarchy.ghostty.enable now gates only the theming/config) so the --class launcher can rely on it. Verified: V0 green; four jsoncs valid JSON; V1 HM built — launcher ships, generated clock renders on-click=nomarchy-calendar (format-alt gone, date in tooltip), hyprland has the 3 calendar windowrules, ghostty in the HM profile. Click→float→calcurse month view is V3 (queued). Sync is deliberately the user's own config, not a distro feature. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
178 lines
4.3 KiB
JSON
178 lines
4.3 KiB
JSON
{
|
|
"margin-top": 8,
|
|
"margin-left": 14,
|
|
"margin-right": 14,
|
|
"margin-bottom": 0,
|
|
"height": 38,
|
|
"layer": "bottom",
|
|
"position": "top",
|
|
"spacing": 4,
|
|
"reload_style_on_change": true,
|
|
"modules-left": [
|
|
"custom/nomarchy",
|
|
"clock",
|
|
"clock#date"
|
|
],
|
|
"modules-center": [
|
|
"hyprland/workspaces"
|
|
],
|
|
"modules-right": [
|
|
"custom/recording",
|
|
"custom/updates",
|
|
"custom/doctor",
|
|
"idle_inhibitor",
|
|
"custom/nightlight",
|
|
"hyprland/language",
|
|
"custom/vpn",
|
|
"pulseaudio",
|
|
"battery",
|
|
"custom/powerprofile",
|
|
"tray",
|
|
"custom/notification",
|
|
"custom/powermenu"
|
|
],
|
|
"custom/nomarchy": {
|
|
"interval": "once",
|
|
"format": "",
|
|
"on-click": "nomarchy-menu",
|
|
"tooltip-format": "Nomarchy menu"
|
|
},
|
|
"clock": {
|
|
"format": "{:%H:%M}",
|
|
"on-click": "nomarchy-calendar",
|
|
"tooltip": true,
|
|
"tooltip-format": "{:%Z (UTC%z)}\n<tt><small>{calendar}</small></tt>"
|
|
},
|
|
"clock#date": {
|
|
"format": "{:%a %d %b}",
|
|
"tooltip": false
|
|
},
|
|
"hyprland/workspaces": {
|
|
"disable-scroll": true,
|
|
"all-outputs": true,
|
|
"on-click": "activate",
|
|
"on-scroll-up": "hyprctl dispatch workspace r+1",
|
|
"on-scroll-down": "hyprctl dispatch workspace r-1"
|
|
},
|
|
"custom/recording": {
|
|
"return-type": "json",
|
|
"interval": 10,
|
|
"signal": 8,
|
|
"exec": "nomarchy-record status",
|
|
"on-click": "nomarchy-record stop"
|
|
},
|
|
"custom/updates": {
|
|
"return-type": "json",
|
|
"interval": 1800,
|
|
"signal": 9,
|
|
"exec": "nomarchy-updates status",
|
|
"on-click": "sh -c '$TERMINAL -e nomarchy-updates upgrade'"
|
|
},
|
|
"custom/doctor": {
|
|
"return-type": "json",
|
|
"interval": 300,
|
|
"exec": "nomarchy-doctor-status",
|
|
"on-click": "nomarchy-menu doctor"
|
|
},
|
|
"idle_inhibitor": {
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"activated": " ",
|
|
"deactivated": " "
|
|
}
|
|
},
|
|
"custom/nightlight": {
|
|
"return-type": "json",
|
|
"interval": 3,
|
|
"exec": "nomarchy-nightlight status",
|
|
"on-click": "nomarchy-nightlight toggle"
|
|
},
|
|
"hyprland/language": {
|
|
"format": "<span size='13pt'></span> {short}",
|
|
"tooltip": false
|
|
},
|
|
"custom/vpn": {
|
|
"return-type": "json",
|
|
"interval": 5,
|
|
"exec": "nomarchy-vpn-status",
|
|
"on-click": "nomarchy-vpn"
|
|
},
|
|
"pulseaudio": {
|
|
"scroll-step": 5,
|
|
"format": "<span size='13pt'>{icon}</span> {volume}%",
|
|
"format-bluetooth": "<span size='13pt'>{icon}</span> {volume}%",
|
|
"format-bluetooth-muted": " {icon}",
|
|
"format-muted": "<span size='13pt'></span> muted",
|
|
"format-icons": {
|
|
"headphone": "",
|
|
"hands-free": "",
|
|
"headset": "",
|
|
"phone": "",
|
|
"portable": "",
|
|
"car": "",
|
|
"default": [
|
|
"",
|
|
"",
|
|
""
|
|
]
|
|
},
|
|
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
|
|
"on-click-right": "pwvucontrol",
|
|
"tooltip-format": "{desc} | {volume}%"
|
|
},
|
|
"battery": {
|
|
"interval": 30,
|
|
"states": {
|
|
"warning": 25,
|
|
"critical": 10
|
|
},
|
|
"format": "<span size='13pt'>{icon}</span> {capacity}%",
|
|
"format-charging": "<span size='13pt'></span> {capacity}%",
|
|
"format-plugged": "<span size='13pt'></span> {capacity}%",
|
|
"format-icons": [
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
],
|
|
"on-click": "nomarchy-menu powermgmt",
|
|
"tooltip-format": "Battery status"
|
|
},
|
|
"custom/powerprofile": {
|
|
"return-type": "json",
|
|
"interval": 5,
|
|
"exec": "nomarchy-powerprofile-status",
|
|
"on-click": "nomarchy-menu powermgmt"
|
|
},
|
|
"tray": {
|
|
"icon-size": 15,
|
|
"spacing": 10
|
|
},
|
|
"custom/notification": {
|
|
"format": "{icon}",
|
|
"return-type": "json",
|
|
"exec": "swaync-client -swb",
|
|
"exec-if": "which swaync-client",
|
|
"escape": true,
|
|
"tooltip": true,
|
|
"on-click": "swaync-client -t -sw",
|
|
"on-click-right": "swaync-client -d -sw",
|
|
"format-icons": {
|
|
"none": "",
|
|
"notification": "",
|
|
"dnd-none": "",
|
|
"dnd-notification": "",
|
|
"inhibited-none": "",
|
|
"inhibited-notification": "",
|
|
"dnd-inhibited-none": "",
|
|
"dnd-inhibited-notification": ""
|
|
}
|
|
},
|
|
"custom/powermenu": {
|
|
"format": "",
|
|
"on-click": "nomarchy-menu power",
|
|
"tooltip": false
|
|
}
|
|
}
|