Compare commits

...

4 Commits

Author SHA1 Message Date
joelchrono12 4cfcc2e63c
config basrhc, mutt, newsboat, rofi, vdirsyncer 2022-06-10 07:41:27 -05:00
joelchrono12 73f96a5f1c added email config 2022-05-31 18:25:16 -05:00
joelchrono12 b2846e73ce
added email setup 2022-05-31 14:48:11 -05:00
joelchrono12 19d2a96030
changes 2022-05-31 14:35:57 -05:00
26 changed files with 1732 additions and 103 deletions

View File

@ -66,17 +66,17 @@ alias cleandwm='make clean && rm -f config.h && git reset --hard origin/master'
alias casawifi='nmcli device wifi connect INFINITUMIVSL_2.4'
alias yt='youtube-dl --add-metadata -i'
alias yta='yt -x -f bestaudio/best'
alias t='todo.sh'
# alias picom='picom --experimental-backends --backend glx --blur-method 'dual_kawase' --blur-strength 6 & disown'
alias ssh='TERM=xterm-256color ssh'
export PATH=$PATH:$HOME/bin:$HOME/.local/bin:$HOME/.config/spectrwm/scripts:$HOME/.emacs.d/bin/
#export MANPAGER="nvim -c 'set ft=man' -"
export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc
#export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc
#source $HOME/.config/bash-config/bashrc.bash
eval "$(starship init bash)"
pfetch
################################################################################
# Install Ruby Gems to ~/gems
export PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH"
@ -85,11 +85,13 @@ export GOBIN="$HOME/go/bin"
export GOPATH="$HOME/go"
export PATH="$PATH:$GOBIN"
#radicale --storage-filesystem-folder=~/.var/lib/radicale/collections &
export _JAVA_AWT_WM_NONREPARENTING=1
source /home/chrono/.config/broot/launcher/bash/br
#export _JAVA_AWT_WM_NONREPARENTING=1
#source /home/chrono/.config/broot/launcher/bash/br
# Install Ruby Gems to ~/gems
export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH"
export CALIBRE_USE_DARK_PALETTE=1
#pfetch &
fortune -s wisdom | cowsay -f tux

View File

@ -0,0 +1,51 @@
IMAPStore joel.chrono@disroot.org-remote
Host disroot.org
Port 993
User joel.chrono@disroot.org
PassCmd "pass joel.chrono@disroot.org"
AuthMechs LOGIN
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
MaildirStore joel.chrono@disroot.org-local
Subfolders Verbatim
Path /home/chrono/.local/share/mail/joel.chrono@disroot.org/
Inbox /home/chrono/.local/share/mail/joel.chrono@disroot.org/INBOX
Channel joel.chrono@disroot.org
Expunge Both
Master :joel.chrono@disroot.org-remote:
Slave :joel.chrono@disroot.org-local:
Patterns * !"[Gmail]/All Mail"
Create Both
SyncState *
MaxMessages 0
ExpireUnread no
# End profile
IMAPStore chrono@tilde.cafe-remote
Host imap.tilde.cafe
Port 993
User chrono
PassCmd "pass chrono@tilde.cafe"
AuthMechs LOGIN
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
MaildirStore chrono@tilde.cafe-local
Subfolders Verbatim
Path /home/chrono/.local/share/mail/chrono@tilde.cafe/
Inbox /home/chrono/.local/share/mail/chrono@tilde.cafe/INBOX
Channel chrono@tilde.cafe
Expunge Both
Master :chrono@tilde.cafe-remote:
Slave :chrono@tilde.cafe-local:
Patterns * !"[Gmail]/All Mail"
Create Both
SyncState *
MaxMessages 0
ExpireUnread no
# End profile

View File

@ -0,0 +1,14 @@
[database]
path=/home/chrono/.local/share/mail
[user]
name=joel.chrono
primary_email=joel.chrono@disroot.org
[new]
tags=unread;inbox;
ignore=.mbsyncstate;.uidvalidity
[search]
exclude_tags=deleted;spam;
[maildir]
synchronize_flags=true
[crypto]
gpg_path=gpg

View File

@ -109,7 +109,7 @@ font:
family: mononoki Nerd Font
bold_italic:
family: mononoki Nerd Font
size: 12.0
size: 10.0
offset:
x: 0
@ -218,7 +218,7 @@ colors:
# Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque.
#background_opacity: 1.0
background_opacity: .8
#background_opacity: .8
#selection:

View File

@ -1,65 +1,94 @@
<?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<!-- REQUIRES Noto fonts (along with Noto Color Emoji)
<!-- REQUIRES Noto fonts (along with Noto Color Emoji)
run `fc-list | grep -i -e "noto sans" -e "noto serif" -e "noto color emoji"` to confirm
-->
<alias>
<!-- Change the string in the family tag to whatever font -->
<family>serif</family>
<prefer><family>Noto Serif</family></prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer><family>Noto Sans</family></prefer>
</alias>
<alias>
<family>sans</family>
<prefer><family>Noto Sans</family></prefer>
</alias>
<alias>
<family>monospace</family>
<prefer><family>Noto Mono</family></prefer>
</alias>
<!-- This adds Noto Color Emoji to the font families sans, serif, sans-serif and monospace -->
<match target="pattern">
<test name="family"><string>monospace</string></test>
<edit name="family" mode="append"><string>Noto Color Emoji</string></edit>
</match>
<match target="pattern">
<test name="family"><string>sans</string></test>
<edit name="family" mode="append"><string>Noto Color Emoji</string></edit>
</match>
<match target="pattern">
<test name="family"><string>serif</string></test>
<edit name="family" mode="append"><string>Noto Color Emoji</string></edit>
</match>
<!-- Discord loads the system's sans-serif font family, add Noto Color Emoji to it -->
<match target="pattern">
<test name="family"><string>sans-serif</string></test>
<edit name="family" mode="append"><string>Noto Color Emoji</string></edit>
</match>
<!-- Add emoji generic family -->
<alias binding="strong">
<family>emoji</family>
<default><family>Noto Color Emoji</family></default>
</alias>
<!-- Alias requests for the other emoji fonts -->
<alias binding="strong">
<family>Apple Color Emoji</family>
<prefer><family>Noto Color Emoji</family></prefer>
<default><family>emoji</family></default>
</alias>
<alias binding="strong">
<family>Segoe UI Emoji</family>
<prefer><family>Noto Color Emoji</family></prefer>
<default><family>emoji</family></default>
</alias>
<!-- Run "fc-cache -fv" after saving the file and kill and restart whichever app (like discord) and enjoy emoji -->
<!-- Change the string in the family tag to whatever font -->
<family>serif</family>
<prefer>
<family>Noto Serif</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>Noto Sans</family>
</prefer>
</alias>
<alias>
<family>sans</family>
<prefer>
<family>Noto Sans</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>Noto Mono</family>
</prefer>
</alias>
<!-- This adds Noto Color Emoji to the font families sans, serif, sans-serif and monospace -->
<match target="pattern">
<test name="family">
<string>monospace</string>
</test>
<edit mode="append" name="family">
<string>Noto Color Emoji</string>
</edit>
</match>
<match target="pattern">
<test name="family">
<string>sans</string>
</test>
<edit mode="append" name="family">
<string>Noto Color Emoji</string>
</edit>
</match>
<match target="pattern">
<test name="family">
<string>serif</string>
</test>
<edit mode="append" name="family">
<string>Noto Color Emoji</string>
</edit>
</match>
<!-- Discord loads the system's sans-serif font family, add Noto Color Emoji to it -->
<match target="pattern">
<test name="family">
<string>sans-serif</string>
</test>
<edit mode="append" name="family">
<string>Noto Color Emoji</string>
</edit>
</match>
<!-- Add emoji generic family -->
<alias binding="strong">
<family>emoji</family>
<default>
<family>Noto Color Emoji</family>
</default>
</alias>
<!-- Alias requests for the other emoji fonts -->
<alias binding="strong">
<family>Apple Color Emoji</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
<default>
<family>emoji</family>
</default>
</alias>
<alias binding="strong">
<family>Segoe UI Emoji</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
<default>
<family>emoji</family>
</default>
</alias>
<!-- Run "fc-cache -fv" after saving the file and kill and restart whichever app (like discord) and enjoy emoji -->
<dir>~/.fonts</dir>
</fontconfig>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<cphistory>
<operations />
<params />
</cphistory>

View File

@ -0,0 +1,26 @@
[Windows]
Count=1
[Window0Column0]
Notebook0Dialogs=FillStroke;Export;AlignDistribute;
NotebookCount=1
BeforeCanvas=false
[Window0]
ColumnCount=1
Floating=false
[transient]
state1=
dialogs1=CloneTiler;
state2=[Windows]\nCount=1\n\n[Window0Column0]\nNotebook0Dialogs=DocumentProperties;\nNotebookCount=1\n\n[Window0]\nColumnCount=1\nPosition=true\nx=684\ny=192\nwidth=543\nheight=617\n
dialogs2=DocumentProperties;
state3=
dialogs3=FilterEffects;
state4=
dialogs4=Input;
state5=[Windows]\nCount=1\n\n[Window0Column0]\nNotebook0Dialogs=Preferences;\nNotebookCount=1\n\n[Window0]\nColumnCount=1\nPosition=true\nx=499\ny=126\nwidth=914\nheight=750\n
dialogs5=Preferences;
state6=
dialogs6=XMLEditor;
count=6

View File

@ -0,0 +1,16 @@
[Windows]
Count=1
[Window0Column0]
Notebook0Dialogs=210;216;209;230;233;236;212;
NotebookCount=1
BeforeCanvas=false
[Window0]
ColumnCount=1
Floating=false
[transient]
state1=[Windows]\nCount=1\n\n[Window0Column0]\nNotebook0Dialogs=208;\nNotebookCount=1\n\n[Window0]\nColumnCount=1\nPosition=true\nx=496\ny=128\nwidth=924\nheight=760\n
dialogs1=208;
count=1

View File

@ -0,0 +1,24 @@
Extension "XFIG Input" failed to load because a dependency was not met.
Dependency:
type: executable
location: path
string: fig2dev
Extension "Export to PDF via Scribus" failed to load because a dependency was not met.
Dependency:
type: executable
location: path
string: scribus
Extension "Formula (pdflatex)" failed to load because a dependency was not met.
Dependency:
type: executable
location: path
string: pdflatex
Extension "Optimized PNG" failed to load because a dependency was not met.
Dependency:
type: executable
location: path
string: optipng

View File

@ -0,0 +1 @@
b4a027a9-b92d-4fc8-a6fb-080faa85e231

View File

@ -0,0 +1,77 @@
#Inkscape page sizes
#NAME, WIDTH, HEIGHT, UNIT
A4, 210, 297, mm
US Letter, 8.5, 11, in
US Legal, 8.5, 14, in
US Executive, 7.25, 10.5, in
US Ledger/Tabloid, 11, 17, in
A0, 841, 1189, mm
A1, 594, 841, mm
A2, 420, 594, mm
A3, 297, 420, mm
A5, 148, 210, mm
A6, 105, 148, mm
A7, 74, 105, mm
A8, 52, 74, mm
A9, 37, 52, mm
A10, 26, 37, mm
B0, 1000, 1414, mm
B1, 707, 1000, mm
B2, 500, 707, mm
B3, 353, 500, mm
B4, 250, 353, mm
B5, 176, 250, mm
B6, 125, 176, mm
B7, 88, 125, mm
B8, 62, 88, mm
B9, 44, 62, mm
B10, 31, 44, mm
C0, 917, 1297, mm
C1, 648, 917, mm
C2, 458, 648, mm
C3, 324, 458, mm
C4, 229, 324, mm
C5, 162, 229, mm
C6, 114, 162, mm
C7, 81, 114, mm
C8, 57, 81, mm
C9, 40, 57, mm
C10, 28, 40, mm
D1, 545, 771, mm
D2, 385, 545, mm
D3, 272, 385, mm
D4, 192, 272, mm
D5, 136, 192, mm
D6, 96, 136, mm
D7, 68, 96, mm
E3, 400, 560, mm
E4, 280, 400, mm
E5, 200, 280, mm
E6, 140, 200, mm
CSE, 462, 649, pt
US #10 Envelope, 9.5, 4.125, in
DL Envelope, 220, 110, mm
Banner 468x60, 468, 60, px
Icon 16x16, 16, 16, px
Icon 32x32, 32, 32, px
Icon 48x48, 48, 48, px
ID Card (ISO 7810), 85.60, 53.98, mm
Business Card (US), 3.5, 2, in
Business Card (Europe), 85, 55, mm
Business Card (AU/NZ), 90, 55, mm
Arch A, 9, 12, in
Arch B, 12, 18, in
Arch C, 18, 24, in
Arch D, 24, 36, in
Arch E, 36, 48, in
Arch E1, 30, 42, in
Video SD / PAL, 768, 576, px
Video SD-Widescreen / PAL, 1024, 576, px
Video SD / NTSC, 544, 480, px
Video SD-Widescreen / NTSC, 872, 486, px
Video HD 720p, 1280, 720, px
Video HD 1080p, 1920, 1080, px
Video DCI 2k (Full Frame), 2048, 1080, px
Video UHD 4k, 3840, 2160, px
Video DCI 4k (Full Frame), 4096, 2160, px
Video UHD 8k, 7680, 4320, px
1 #Inkscape page sizes
2 #NAME, WIDTH, HEIGHT, UNIT
3 A4, 210, 297, mm
4 US Letter, 8.5, 11, in
5 US Legal, 8.5, 14, in
6 US Executive, 7.25, 10.5, in
7 US Ledger/Tabloid, 11, 17, in
8 A0, 841, 1189, mm
9 A1, 594, 841, mm
10 A2, 420, 594, mm
11 A3, 297, 420, mm
12 A5, 148, 210, mm
13 A6, 105, 148, mm
14 A7, 74, 105, mm
15 A8, 52, 74, mm
16 A9, 37, 52, mm
17 A10, 26, 37, mm
18 B0, 1000, 1414, mm
19 B1, 707, 1000, mm
20 B2, 500, 707, mm
21 B3, 353, 500, mm
22 B4, 250, 353, mm
23 B5, 176, 250, mm
24 B6, 125, 176, mm
25 B7, 88, 125, mm
26 B8, 62, 88, mm
27 B9, 44, 62, mm
28 B10, 31, 44, mm
29 C0, 917, 1297, mm
30 C1, 648, 917, mm
31 C2, 458, 648, mm
32 C3, 324, 458, mm
33 C4, 229, 324, mm
34 C5, 162, 229, mm
35 C6, 114, 162, mm
36 C7, 81, 114, mm
37 C8, 57, 81, mm
38 C9, 40, 57, mm
39 C10, 28, 40, mm
40 D1, 545, 771, mm
41 D2, 385, 545, mm
42 D3, 272, 385, mm
43 D4, 192, 272, mm
44 D5, 136, 192, mm
45 D6, 96, 136, mm
46 D7, 68, 96, mm
47 E3, 400, 560, mm
48 E4, 280, 400, mm
49 E5, 200, 280, mm
50 E6, 140, 200, mm
51 CSE, 462, 649, pt
52 US #10 Envelope, 9.5, 4.125, in
53 DL Envelope, 220, 110, mm
54 Banner 468x60, 468, 60, px
55 Icon 16x16, 16, 16, px
56 Icon 32x32, 32, 32, px
57 Icon 48x48, 48, 48, px
58 ID Card (ISO 7810), 85.60, 53.98, mm
59 Business Card (US), 3.5, 2, in
60 Business Card (Europe), 85, 55, mm
61 Business Card (AU/NZ), 90, 55, mm
62 Arch A, 9, 12, in
63 Arch B, 12, 18, in
64 Arch C, 18, 24, in
65 Arch D, 24, 36, in
66 Arch E, 36, 48, in
67 Arch E1, 30, 42, in
68 Video SD / PAL, 768, 576, px
69 Video SD-Widescreen / PAL, 1024, 576, px
70 Video SD / NTSC, 544, 480, px
71 Video SD-Widescreen / NTSC, 872, 486, px
72 Video HD 720p, 1280, 720, px
73 Video HD 1080p, 1920, 1080, px
74 Video DCI 2k (Full Frame), 2048, 1080, px
75 Video UHD 4k, 3840, 2160, px
76 Video DCI 4k (Full Frame), 4096, 2160, px
77 Video UHD 8k, 7680, 4320, px

View File

@ -0,0 +1,13 @@
GIMP Palette
#Palette Name: Nineties Nine
#Description: A palette sampled from some popular 90s video game consoles
#Colors: 9
30 28 33 1e1c21
111 112 120 6f7078
175 179 184 afb3b8
161 136 192 a188c0
99 67 141 63438d
44 44 201 2c2cc9
18 133 35 128523
201 125 44 c97d2c
192 34 81 c02251

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="48"
height="48"
viewBox="0 0 48 48.000002"
version="1.1"
id="svg5"
inkscape:version="1.1.1 (3bf5ae0, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:document-units="px"
showgrid="false"
units="px"
inkscape:zoom="4.8604938"
inkscape:cx="40.325121"
inkscape:cy="44.131318"
inkscape:window-width="1920"
inkscape:window-height="1015"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1" />
<inkscape:templateinfo>
<inkscape:name>icon-arcticonpack</inkscape:name>
<inkscape:date>2022-01-24</inkscape:date>
</inkscape:templateinfo>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="48"
height="48"
viewBox="0 0 48 48.000002"
version="1.1"
id="svg5"
inkscape:version="1.1.1 (3bf5ae0, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:document-units="px"
showgrid="false"
units="px"
inkscape:zoom="4.8604938"
inkscape:cx="40.325121"
inkscape:cy="44.131318"
inkscape:window-width="1920"
inkscape:window-height="1015"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1" />
<inkscape:templateinfo>
<inkscape:name>icon-arcticonpack</inkscape:name>
<inkscape:date>2022-01-24</inkscape:date>
</inkscape:templateinfo>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="48"
height="48"
viewBox="0 0 48 48.000002"
version="1.1"
id="svg5"
inkscape:version="1.1.1 (3bf5ae0, 2021-09-20)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview7"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:document-units="px"
showgrid="false"
units="px"
inkscape:zoom="4.8604938"
inkscape:cx="40.325121"
inkscape:cy="44.131318"
inkscape:window-width="1920"
inkscape:window-height="1015"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs2" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1" />
<inkscape:templateinfo>
<inkscape:name>icon-arcticons</inkscape:name>
<inkscape:date>2022-01-24</inkscape:date>
</inkscape:templateinfo>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,24 @@
account joel.chrono@disroot.org
host disroot.org
port 587
from joel.chrono@disroot.org
user joel.chrono@disroot.org
passwordeval "pass joel.chrono@disroot.org"
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /home/joel/.config/msmtp/msmtp.log
# tls_starttls
account chrono@tilde.cafe
host smtp.tilde.cafe
port 465
from chrono@tilde.cafe
user chrono
passwordeval "pass chrono@tilde.cafe"
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /home/joel/.config/msmtp/msmtp.log
tls_starttls off

View File

@ -0,0 +1,24 @@
# vim: filetype=neomuttrc
# muttrc file for account chrono@tilde.cafe
set realname = "chrono"
set from = "chrono@tilde.cafe"
set sendmail = "msmtp -a chrono@tilde.cafe"
alias me chrono <chrono@tilde.cafe>
set folder = "/home/chrono/.local/share/mail/chrono@tilde.cafe"
set header_cache = /home/chrono/.cache/mutt-wizard/chrono@tilde.cafe/headers
set message_cachedir = /home/chrono/.cache/mutt-wizard/chrono@tilde.cafe/bodies
set mbox_type = Maildir
set hostname = "tilde.cafe"
source /usr/local/share/mutt-wizard/switch.muttrc
set spoolfile = +INBOX
set postponed = +Drafts
set trash = +Trash
set record = +Sent
macro index,pager Mf ";<save-message>=Fosstodon/<enter>" "move mail to Fosstodon"
macro index,pager gf "<change-folder>=Fosstodon/<enter>" "go to Fosstodon"
macro index o "<shell-escape>mw -y chrono@tilde.cafe<enter>" "run mbsync to sync chrono@tilde.cafe"
mailboxes "=Fosstodon" "=Queue" "=Trash" "=Junk" "=Drafts" "=Archive" "=Sent" "=INBOX"

View File

@ -0,0 +1,20 @@
# vim: filetype=neomuttrc
# muttrc file for account joel.chrono@disroot.org
set realname = "joel.chrono"
set from = "joel.chrono@disroot.org"
set sendmail = "msmtp -a joel.chrono@disroot.org"
alias me joel.chrono <joel.chrono@disroot.org>
set folder = "/home/chrono/.local/share/mail/joel.chrono@disroot.org"
set header_cache = /home/chrono/.cache/mutt-wizard/joel.chrono@disroot.org/headers
set message_cachedir = /home/chrono/.cache/mutt-wizard/joel.chrono@disroot.org/bodies
set mbox_type = Maildir
set hostname = "disroot.org"
source /usr/local/share/mutt-wizard/switch.muttrc
set spoolfile = +INBOX
set postponed = +Drafts
set trash = +Trash
set record = +Sent
macro index o "<shell-escape>mw -y joel.chrono@disroot.org<enter>" "run mbsync to sync joel.chrono@disroot.org"
mailboxes "=Gamedev" "=Newsletters" "=Drafts" "=Reddit" "=Queue" "=GitHub" "=Junk" "=Blog Comments" "=Archive" "=Mastodon Memories" "=Sent" "=Trash" "=INBOX"

View File

@ -0,0 +1,30 @@
# vim: filetype=neomuttrc
source /usr/local/share/mutt-wizard/mutt-wizard.muttrc
set text_flowed=yes
set editor = "nvim"
#unset envelope_from_address
#set use_envelope_from
# set crypt_replysignencrypted = yes
# set pgp_default_key = 'your@gpgemailaddre.ss'
# set crypt_autosign = yes
# set pgp_self_encrypt = yes
set crypt_opportunistic_encrypt = yes
set crypt_replysign = yes
macro index,pager A \
"<pipe-message>khard add-email<return>" \
"add the sender email address to khard"
set query_command = "khard email --parsable %s"
bind editor <Tab> complete-query
bind editor ^T complete
macro index,pager Mf ";<save-message>=Fosstodon/<enter>" "move mail to Fosstodon"
source /home/chrono/.config/mutt/accounts/joel.chrono@disroot.org.muttrc
source /home/chrono/.config/mutt/accounts/chrono@tilde.cafe.muttrc
source /home/chrono/.config/mutt/accounts/joel.chrono@disroot.org.muttrc
macro index,pager i1 '<sync-mailbox><enter-command>source /home/chrono/.config/mutt/accounts/joel.chrono@disroot.org.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to joel.chrono@disroot.org"
macro index,pager i2 '<sync-mailbox><enter-command>source /home/chrono/.config/mutt/accounts/chrono@tilde.cafe.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to chrono@tilde.cafe"

View File

@ -15,8 +15,9 @@
#FreshRSS
urls-source "freshrss"
freshrss-login "dietpi"
freshrss-passwordeval "pass personal/freshrss"
freshrss-url "http://100.114.188.127/freshrss/api/greader.php"
freshrss-passwordeval "pass selfhosted/freshrss"
freshrss-url "https://joelgarcia.xyz/freshrss/api/greader.php"
freshrss-flag-star "s"
#NextCloud News
#ocnews-url "https://cloud.xpenguin.club"
@ -39,24 +40,24 @@ freshrss-url "http://100.114.188.127/freshrss/api/greader.php"
#ttrss-flag-publish "p"
#cookie-cache "~/Documents/.rss/cookies.txt"
#auto-reload yes
auto-reload yes
#reload-time 120
#show-read-articles yes
#show-read-feeds yes
show-read-articles no
show-read-feeds yes
#max-items 4000
#text-width 80
#reload-threads 8
#show-title-bar yes
text-width 80
reload-threads 8
show-title-bar yes
#confirm-exit yes
#cleanup-on-quit yes
#delete-read-articles-on-quit no
#browser "firefox %u"
#external-url-viewer "urlscan"
#player "mpv"
browser "firefox %u"
external-url-viewer "urlscan"
player "mpv"
#download-retries 4
#pager internal
#article-sort-order date-asc
#datetime-format "%y-%m-%d"
pager internal
article-sort-order date-asc
datetime-format "%y-%m-%d"
#html-renderer "w3m -t text/html"
save-path ~/downloads/news/
cache-file "~/.config/newsboat/.rss/cache.db"
@ -71,26 +72,18 @@ notify-program "notify-send"
notify-format "%n unread articles"
#keys
bind-key j down
bind-key k up
bind-key j down feedlist
bind-key k up feedlist
bind-key j next articlelist
bind-key k prev articlelist
bind-key j next-feed articlelist
bind-key k prev-feed articlelist
bind-key g end
bind-key g home
bind-key d pagedown
bind-key u pageup
bind-key l open
bind-key h quit
bind-key a toggle-article-read
bind-key n next-unread
bind-key n prev-unread
bind-key d pb-download
bind-key u show-urls
bind-key x pb-delete
bind-key r reload
bind-key R reload-all
bind-key J next-feed articlelist
bind-key K prev-feed articlelist
bind-key j down article
bind-key k up article
bind-key j down tagselection
bind-key k up tagselection
unbind-key s save article
color background magenta default
@ -127,7 +120,7 @@ highlight article ":.*\\(image\\)$" blue default
highlight article ":.*\\(embedded flash\\)$" magenta default
#Bookmarks and shit
#bind-key i bookmark
bind-key i bookmark
#bookmark-cmd ~/.newsboat/bookmark.sh
#bookmark-interactive no
#bookmark-autopilot yes

View File

@ -0,0 +1 @@
s

View File

@ -2,7 +2,7 @@ configuration {
columns: 2;
terminal: "alacritty";
/*theme: "/home/joelchrono12/.config/rofi/themes/centered-nord.rasi";*/
modi: "drun,calc:qalc,window,run";
modi: "drun,window,run";
icon-theme: "Flatery-Blue-Dark";
}
@import "/usr/share/rofi/themes/Arc-Dark.rasi"

View File

@ -1,5 +1,5 @@
[general]
status_path = "~/.local/calendars/status"
status_path = "~/.local/calendars/status/"
# nextcloud
@ -19,7 +19,7 @@ fileext = ".ics"
[storage personal]
type = "caldav"
url = "https://cloud.joelgarcia.xyz/remote.php/dav"
url = "https://cloud.joelgarcia.xyz/remote.php/dav/"
username = "admin"
password.fetch = ["command", "pass", "selfhosted/davnextcloud"]
@ -40,6 +40,6 @@ fileext = ".vcf"
[storage contacts_remote]
type = "carddav"
url = "https://cloud.joelgarcia.xyz/remote.php/dav"
url = "https://cloud.joelgarcia.xyz/remote.php/dav/"
username = "admin"
password.fetch = ["command", "pass", "selfhosted/davnextcloud"]