Compare commits

...

3 Commits

Author SHA1 Message Date
joelchrono12 4f3e563f47
updated script 2022-12-06 11:57:36 -06:00
joelchrono12 1807af2491
changed alacritty and ignoring some newsboat thing 2022-12-06 11:56:25 -06:00
joelchrono12 34463c8750
what even is this 2022-12-06 10:59:16 -06:00
4 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
stow_home/nvim/.config/nvim/autoload/plugged/*
stow_home/newsboat/.config/newsboat/.rss/cache.db
stow_home/tut/.config/tut/accounts.toml
stow_home/newsboat/.config/newsboat/.rss/*

View File

@ -34,7 +34,7 @@ window:
#
# Blank space added around the window in pixels. This padding is scaled
# by DPI and the specified value is always added at both opposing sides.
opacity: 1
opacity: 0.8
padding:
x: 1
y: 2

View File

@ -15,7 +15,7 @@ while [ $num = 0 ]; do
if [[ $choice = "Edit file" ]]; then
touch $path/$filename.md
echo -e "---\ntitle: $title\nheader: $title\ndescription: $description\ntags: $tags\npermalink: /blog/$filen/\nlayout: post\ndate: $today $(date +"%T") -0500\nhost: benign.town\nusername: joel\ncom_id: idcomments\n---">> $path/$filename.md
echo -e "---\ntitle: $title\nheader: $title\ndescription: $description\ntags: $tags\npermalink: /blog/$filen/\nlayout: post\ndate: $today $(date +"%T") -0500\nhost: fosstodon.org\nusername: joel\ncom_id: idcomments\n---">> $path/$filename.md
num=1
alacritty -e nvim $path/$filename.md & disown
#cp $path/$filename.md ~/Documents