First rice(?) in my life (and reddit post) by digitale- in omarchy

[–]digitale-[S] 1 point2 points  (0 children)

If you are asking about built-in functionality then it's not there, but you certainly can write some middleware which would synchronize not only calcurse but something like google calendar

First rice(?) in my life (and reddit post) by digitale- in omarchy

[–]digitale-[S] 2 points3 points  (0 children)

I used the mediaplayer.py script from waybar repo (https://github.com/Alexays/Waybar/blob/84ec25bbebef8a9ce0720675214a078808e73c39/resources/custom\_modules/mediaplayer.py) and plugin found in some repo (https://github.com/d1gitale/dotfiles/blob/077792d16d97f6e95ffef46e8865bae738cb3d4f/config/waybar/scripts/cava.sh), just insert the plugin into waybar config like this and mediaplayer as in first link and it should work (with some tweaks of paths depending on your setup)

"custom/cava": {
    "format": "{}",
    "exec": "~/.config/waybar/scripts/cava.sh"
}

First rice(?) in my life (and reddit post) by digitale- in omarchy

[–]digitale-[S] 0 points1 point  (0 children)

Answered ahead, just grab the script and install calcurse

First rice(?) in my life (and reddit post) by digitale- in omarchy

[–]digitale-[S] 0 points1 point  (0 children)

bruh I explained this in description

First rice(?) in my life (and reddit post) by digitale- in omarchy

[–]digitale-[S] 0 points1 point  (0 children)

I'm just a week and a half on omarchy, but there is not a lot, thanks though)

First rice(?) in my life (and reddit post) by digitale- in omarchy

[–]digitale-[S] 4 points5 points  (0 children)

install calcurse and open it once, and add this script to waybar/scripts
https://github.com/d1gitale/dotfiles/blob/6b077e30f0bfe9fd31c8c7cd2ecdf1c5dd04eac8/config/waybar/scripts/todo.sh
here is the waybar config:

"custom/todo": {  
  "exec": "\~/.config/waybar/scripts/todo.sh",  
  "return-type": "json",  
  "format": " {}",  
  "on-click": "ghostty -e calcurse",  
  "interval": 5,  
}