Skip to content

Files

Latest commit

 

History

History

script_update-notification-tint

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Update Notification for tint

updagte-notification: script that checks periodically APT pending updates and show a notification in tint2 bar using executor plugin (since tint2 0.12.4).

seleccion_825

Install

  • Download update-notification script and install the script:
sudo update-notification -I 
  • Edit your tint2 config and add a new executor:
panel_itmes = LTEBSC    # Add E in your config

execp = new
execp_command = update-notification.sh -m
execp_lclick_command = x-terminal-emulator -b -e update-notification.sh -i
execp_tooltip = Pending updates...
execp_interval = 0
execp_padding = 8 0 0
execp_background_id = 4
execp_font = Droid Sans 10
execp_font_color = #FFFFFF 100
execp_centered = 1