too much to remember

This commit is contained in:
Tobias Reisinger 2020-07-15 15:50:56 +02:00
parent d0a680305c
commit 2a4e6c15f3
17 changed files with 311 additions and 82 deletions
.local/bin

View file

@ -1,6 +1,6 @@
#!/bin/bash
#!/usr/bin/sh
CONFIG_FILE="$HOME/.config/alacritty/sticky-notes.yml"
CONFIG_FILE="$HOME/.config/alacritty/sticky-note.yml"
STICKY_NOTE_FILE="/tmp/sticky-note"
echo "$@" > "$STICKY_NOTE_FILE"