Git Product home page Git Product logo

notification-center's Introduction

Notification Center

About

This is a simple notification-center that I wrote for myself. It is not really meant for others but can of course be used as such. However, there may be bugs, which I simply won't really care about.

Getting Started

  1. Setup log file owned by yourself
sudo touch /var/log/notification-center.log
sudo chown $(whoami):$(whoami) /var/log/notification-center.log
  1. Install tiramisu (https://github.com/Sweets/tiramisu)
  2. Install conky (https://github.com/brndnmtthws/conky) used for displaying the pop-ups

Running the server

In whatever way fits your use case you will need to run two processes.

The start-notify-center binary and the notify-listener binary.

This could be done in your xinitrc or some other autostart script you are using.

Previous notifications

Since all the notifications are stored in a log file, we are able to track all previous notifications.

There is a basic GTK applications available in the UI folder. This can be run like so:

python ./ui/notification-history.py

In my case I use this to create a Polybar module which displays if I have notifications that I missed.

[module/notifications]
type = custom/script
exec = cat /var/log/notification-center.log | wc -l
format-prefix = "NOT "
format-prefix-foreground = ${colors.primary}
label = "%output%"
click-left = python ~/dev/scripts/notify-center/ui/notification-history.py
click-right = truncate -s 0 /var/log/notification-center.log
interval = 5

notification-center's People

Contributors

tobias-z avatar

Stargazers

Roman avatar

Watchers

 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.