Skip to content

Pactray is a small notifier for Arch Linux (pacman) updates.

Notifications You must be signed in to change notification settings

Thermionix/pactray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pactray

Pactray is a small notifier for Arch Linux (pacman) updates.

pactray-1

pactray-2

Pactray is a python process which runs in the background, checking system updates with checkupdates and auracle sync

When updates are available an icon is shown in the system tray.

Left clicking the icon will show a notification of the available updates

Right clicking will execute update_cmd (if configured)

config

default configuration

update_interval=120 #minutes between executing checks for updates)
notification_timeout=10 #seconds to show notification popup for)
icon_file=archlogo.png #absolute path to file to use as the icon)

sample custom configuration

~/.config/pactray.conf

[global]
update_cmd=/usr/bin/mate-terminal --disable-factory -e "bash -c 'pacaur -Syu || read -p \"Press [Enter] to continue\"'"

Dependencies

Dependencies Usage
auracle-git(AUR) for AUR helper functions, optional
python-gobject Python Bindings for GLib/GObject/GIO/GTK+

About

Pactray is a small notifier for Arch Linux (pacman) updates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages