Skip to content

Instantly share code, notes, and snippets.

@protist
Created July 3, 2014 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save protist/b5b15f2a441490cf72df to your computer and use it in GitHub Desktop.
Save protist/b5b15f2a441490cf72df to your computer and use it in GitHub Desktop.
~/.config/kalu/kalu.conf
[options]
PacmanConf = /etc/pacman.conf
NotificationIcon = KALU
NotificationIconSize = 20
Interval = 60
Timeout = 4
AutoChecks = NEWS UPGRADES WATCHED AUR WATCHED_AUR
ManualChecks = NEWS UPGRADES WATCHED AUR WATCHED_AUR
CmdLineLink = xdg-open '$URL'
CheckPacmanConflict = 1
UpgradeAction = CMDLINE
CmdLine = terminator --new-tab -x 'echo "$ packer -Syu"; sudo packer -Syu; while [ "$response" != "q" ]; do read -p "[q]uit?" response; done'
ConfirmPostSysUpgrade = 1
SyncDbsInTooltip = 1
OnSglClick = LAST_NOTIFS
OnDblClick = CHECK
OnMdlClick = SYSUPGRADE
OnSglClickPaused = SAME_AS_ACTIVE
OnDblClickPaused = SAME_AS_ACTIVE
OnMdlClickPaused = SAME_AS_ACTIVE
[template-upgrades]
Title = "$NB updates available (D: $DL; N: $NET)"
Package = "- <b>$PKG</b> $OLD > <b>$NEW</b> (D: $DL; N: $NET)"
Sep = "\n"
[template-watched]
Title = "$NB watched packages updated (D: $DL; N: $NET)"
[template-aur]
Title = "AUR: $NB packages updated"
Package = "- <b>$PKG</b> $OLD > <b>$NEW</b>"
[template-aur-not-found]
Title = "$NB packages not found in AUR"
Package = "- <b>$PKG</b> ($OLD)"
[template-watched-aur]
Title = "AUR: $NB watched packages updated"
[template-news]
Title = "$NB unread news"
Package = "- $NEWS"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment