logo

dotfiles

My dotfiles, one branch per machine
commit: 51567e0ecad22a214b66fd86e88d5fee804425cb
parent: f61aec8bfb6b87ac99f78bb688b0aed5bde63218
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  9 Mar 2020 21:19:04 +0100

redshift/hooks/notify-send.sh: DELETE

Diffstat:

D.config/redshift/hooks/notify-send.sh11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/.config/redshift/hooks/notify-send.sh b/.config/redshift/hooks/notify-send.sh @@ -1,11 +0,0 @@ -#!/bin/sh - -export DISPLAY=:0 - -case "$1" in - "period-changed") - exec notify-send "Redshift" "Period changed to $3" - ;; - *) - exec notify-send "Redshift" "Hook args: $1; $2; $3" -esac