seb3773 / actioncenter-kicker-applet

attempt to create a windows 10 'notifications center' like pannel with quick actions configurables. - *standby status*
GNU General Public License v2.0
0 stars 1 forks source link

!!! WORK in Progress - "usuable", need some polishing (see problems below)

It's a windows 10 "notification center" clone applet for Trinity kicker. As the idea is to provide a quick actions panel more than a 'real' notification center, this is named "action center" :p

testing: compile project

The idea is that the actions are configurables, you can change the images & scripts associated with them. The first two actions buttons are meant to have off/on states, depending on the returned values of the actions.sh scripts (called with no argument) the 3 others are just 'simple' shortcuts (you can edit actions.sh to change behavior) ; actions.sh is responsible too for the message displayed, initially designed to display if there are updates available, but you can modify it to display whatever you want. Proj.sh is the script responsible for the dual display management, you can configure it for your needs.

**xdotool needed for now (sudo apt install xdotool) Problems/todo now: