Giter Club home page Giter Club logo

gnome-next-meeting-applet's Introduction

Gnome Next Meeting applet

An applet to show your next meetings with Gnome Online Accounts


Features

  • Use Gnome Online Account for calendar sources.
  • Make it easy to know how long you have until your next meeting.
  • Detect video conference URLs allow to quickly click on it to join (Google Meet, Zoom, Bluejeans, supported).
  • Shows the documents link attached to the current meeting.
  • Change icons 5mn before and after meeting.
  • Fully configurable.

Screenshot

Screenshot

Installation

Flatpak (preferred method)

Download on Flathub

Ubuntu

sudo add-apt-repository ppa:chmouel/gnome-next-meeting-applet
sudo apt-get -y install gnome-next-meeting-applet

Fedora

You first need to install this gnome extension to get appindicator-support, when this is installed you can simply do :

dnf copr enable chmouel/gnome-next-meeting-applet
dnf install gnome-next-meeting-applet

Arch

Just install the package from AUR with your favourite aur installer (ie: yay)

https://aur.archlinux.org/packages/gnome-next-meeting-applet/

It depends on the gnome-shell-extension-appindicator extension package so you won't have to do a manual instal here. Just make sure to logout/relogin to your gnome desktop and enable the appindicator gnome-extension via the "gnome-extensions-app"

Configuration

Calendar sources

All calendars are configured directly in Gnome Online Account setting, it will grab the events from there. Here is some instructions on how to setup your online calendars in Gnome :

https://help.gnome.org/users/gnome-help/stable/accounts.html.en

By default it will get all events from all calendars you are subscribed to, unless you are configuring the restrict_to_calendar variable in the config.yaml file. (see below).

Applet configuration

The applet can be configured with a config.yaml yaml located in your $XDG_CONFIG_HOME/gnome-next-meeting-applet/config.yaml. It gets created automatically with default value at startup if you don't have one already.

A sample file is located here: config.sample.yaml.

Settings:

  • default_icon: The default icon when showing each meeting (default: ‣)
  • event_organizers_icon: A map between a regexp matching the organizer to an icon. This allows you to easily differentiate certain type of meetings like the one from your team or colleagues.
  • title_match_icon: A map between a regexp matching a tytle to an icon. This allows you to easily differentiate certain type of meetings by titles, like the recurring videogame break you are ought to deserve for your hard work.
  • max_results: Max results to ask to google calendar api.
  • skip_non_accepted: Skip the calendar events that you didn't accept, you need to configure my_emails setting for that.
  • skip_non_confirmed: Skip calendar events that are not confirmed.
  • skip_all_day: Skip all day events.
  • starts_today_only: Skip all but today events.
  • my_emails: A list of email addresses.
  • restrict_to_calendar: Restrict to some calendar, by default it shows event from all calendars.
  • title_max_char: The maximum length of the title
  • change_icon_minutes: Before the meeting x minutes before the event we will change the icon to gently remind you to connect.
  • calendar_day_prefix_url: The prefix URL for the day in the web calendar when clicking, by default this goes to google calendar URL.
  • strip_title_emojis: wether removing the emojis from title when showing in the menubar, so to keep the panel clean

Default icons are customizatble too:

  • icon_default_path: the default icon, it will use the icon "x-office-calendar-symbolic" from gnome theme by default.
  • icon_in_event_path: the icon when in event, it will show a colored calendar icon by default.
  • icon_before_event_path: an icon just before an event to show something is coming up.

Starting it

If you install your application via Flatpak, you will need to create autostart entry manually. The easiest way to do this is to use gnome-tweaks and add the Next meeting applet in the "Startup Applications" tab.

If you have access to it, there is a setting menu in the applet to add an autostart file to autostart it when gnome launch or you can launch it manually from the Gnome overview application launcher thingy.

Compatibility

Works with Gnome as long you have this appindicator applet (which is by default on Ubuntu*)

If you don't run on Gnome you need to make sure to first run the goa-daemon, for example on my arch system :

/usr/lib/goa-daemon --replace &

(binary path may vary by distros, see this bugzilla bug as well #1340203)

If your "launcher/panel/bar" (like xfce, kde, polybar, waybar, i3bar etc..) supports trays icons then it would show the icon which you can click on it to see the full list of meetings. Usually you would not be able to see the text directly on the panel/bar, to do this you can use the dbus interface.

Dbus Interface and CLI

You have a dbus interface to integrate with a so called "panel" or bars that doesn't support the full appindicator specification like the gnome extensions does. Using the cli you can access that dbus interface to get to show your next meeting :

$ gnome-next-meeting-applet dbus get_event
1 hour, 5 minutes -- New Meeting

You can as well have it to open the next/current event url :

gnome-next-meeting-applet dbus open_event_url

which you can bind to a key in your Windows Manager or Gnome/KDE to quickly go to your meeting Video Conference URL.

Sway/Waybar

An example of a custom module for Waybar :

    "custom/gnma": {
        "format": " {} ",
        "interval": 5,
        "exec": "gnome-next-meeting-applet dbus get_event",
        "exec-if": "pgrep -f gnome-next-meeting-applet",
        "max-length": 50,
        "min-length": 1,
        "on-click": "gnome-next-meeting-applet dbus open_event_url",
    },

my sway/waybar config looks like this screenshot below and is located here :

there is more room to improvements here to integrate with other "bars".

Credits

License

MIT © Chmouel Boudjnah

gnome-next-meeting-applet's People

Contributors

chmouel avatar dependabot[bot] avatar rombusevil avatar jessarcher avatar dorianbrown avatar gableroux avatar markbaas avatar yawks avatar axelsimon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.