feat(calendar): ship calcurse and wire waybar clock clicks
Some checks failed
Check / eval-and-lint (push) Failing after 6m22s

This commit is contained in:
Bernardo Magri
2026-05-31 16:43:47 +01:00
parent 395c839ed0
commit 8911ffa4e8
5 changed files with 8 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ in
xdg-terminal-exec
swaybg
rofi # rofi-wayland was merged into rofi upstream
calcurse # TUI calendar
# Theming — cursor package stays here; icon theme packages are pulled in
# dynamically by themes/engine/stylix.nix via nomarchyLib.iconThemePackage

View File

@@ -64,6 +64,7 @@
"format": "{:L%A %H:%M}",
"format-alt": "{:L%d %B W%V %Y}",
"tooltip": false,
"on-click": "nomarchy-launch-or-focus-tui calcurse",
"on-click-right": "nomarchy-launch-floating-terminal-with-presentation nomarchy-tz-select"
},
"network": {

View File

@@ -112,7 +112,8 @@
},
"clock#date": {
"format": " {:%A, %B %d, %Y}"
"format": " {:%A, %B %d, %Y}",
"on-click": "nomarchy-launch-or-focus-tui calcurse"
},
"custom/powermenu": {

View File

@@ -154,7 +154,8 @@
"clock#date": {
"format": " {:%A, %B %d, %Y}",
"tooltip": false
"tooltip": false,
"on-click": "nomarchy-launch-or-focus-tui calcurse"
},
"custom/powermenu": {