dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit dbc56e655632b142cfe405579405935c0bace579
parent d6aab5e6ae694c95f298a544c03fab10598e3f44
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 31 Dec 2018 12:49:45 +0100

Hard-code terminal choice

Diffstat:
Mlinks/.config/i3/i3scripts/i3date | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/.config/i3/i3scripts/i3date b/links/.config/i3/i3scripts/i3date @@ -2,7 +2,7 @@ case $BLOCK_BUTTON in 1) pgrep -x dunst >/dev/null && notify-send "$(cal -3 --color=always | sed "s/..7m/<b><span color=\"red\">/;s/..27m/<\/span><\/b>/")" ;; - 2) "$TERMINAL" -e calcurse ;; + 2) st -e calcurse ;; 3) pgrep -x dunst >/dev/null && notify-send "<b>📅 Time/date module:</b> - Left click to show month via \`cal\` - Middle click opens calcurse if installed" ;;