matteocrippa / avizo

A neat notification daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avizo

Avizo is a simple notification daemon, mainly intended to be used for multimedia keys for example with Sway.

Screenshot of Avizo's volume notification

Sway config

bindsym XF86AudioRaiseVolume exec volumectl raise
bindsym XF86AudioLowerVolume exec volumectl lower
bindsym XF86AudioMute exec volumectl mute

bindsym XF86MonBrightnessUp exec lightctl raise
bindsym XF86MonBrightnessDown exec lightctl lower

for_window [app_id="avizo-service"] border pixel 0
for_window [app_id="avizo-service"] sticky toggle
no_focus [app_id="avizo-service"]

exec "avizo-service"

Install

Manually

meson build
ninja install

Arch User Repository

A package called avizo is also available in the Arch Linux User Repository.

About

A neat notification daemon

License:GNU General Public License v3.0


Languages

Language:Vala 78.1%Language:Shell 14.7%Language:Meson 7.2%