Merge branch 'master' of git.unbl.ink:secstate/dotfiles

This commit is contained in:
Colin Powell
2020-02-05 19:33:32 -05:00
8 changed files with 59 additions and 107 deletions

View File

@ -3,14 +3,14 @@
# Any items in the `env` entry below will be added as # Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables # environment variables. Some entries may override variables
# set by alacritty itself. # set by alacritty itself.
#env: env:
# TERM variable # TERM variable
# #
# This value is used to set the `$TERM` environment variable for # This value is used to set the `$TERM` environment variable for
# each instance of Alacritty. If it is not present, alacritty will # each instance of Alacritty. If it is not present, alacritty will
# check the local terminfo database and use 'alacritty' if it is # check the local terminfo database and use 'alacritty' if it is
# available, otherwise 'xterm-256color' is used. # available, otherwise 'xterm-256color' is used.
#TERM: xterm-256color TERM: xterm-256color
window: window:
# Window dimensions (changes require restart) # Window dimensions (changes require restart)
@ -115,71 +115,34 @@ font:
# If `true`, bold text is drawn using the bright color variants. # If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: false draw_bold_text_with_bright_colors: false
# Colors (Tomorrow Night Bright) # Colors (Nord)
colors: colors:
# Default colors # Default colors
primary: primary:
background: '0x111111' background: '0x2E3440'
foreground: '0xeaeaea' foreground: '0xD8DEE9'
# Bright and dim foreground colors
#
# The dimmed foreground color is calculated automatically if it is not present.
# If the bright foreground color is not set, or `draw_bold_text_with_bright_colors`
# is `false`, the normal foreground color will be used.
#dim_foreground: '0x9a9a9a'
#bright_foreground: '0xffffff'
# Cursor colors
#
# Colors which should be used to draw the terminal cursor. If these are unset,
# the cursor color will be the inverse of the cell color.
#cursor:
# text: '0x000000'
# cursor: '0xffffff'
# Normal colors # Normal colors
normal: normal:
black: '0x000000' black: '0x3B4252'
red: '0xd54e53' red: '0xBF616A'
green: '0xb9ca4a' green: '0xA3BE8C'
yellow: '0xe6c547' yellow: '0xEBCB8B'
blue: '0x7aa6da' blue: '0x81A1C1'
magenta: '0xc397d8' magenta: '0xB48EAD'
cyan: '0x70c0ba' cyan: '0x88C0D0'
white: '0xffffff' white: '0xE5E9F0'
# Bright colors # Bright colors
bright: bright:
black: '0x666666' black: '0x4C566A'
red: '0xff3334' red: '0xBF616A'
green: '0x9ec400' green: '0xA3BE8C'
yellow: '0xe7c547' yellow: '0xEBCB8B'
blue: '0x7aa6da' blue: '0x81A1C1'
magenta: '0xb77ee0' magenta: '0xB48EAD'
cyan: '0x54ced6' cyan: '0x8FBCBB'
white: '0xffffff' white: '0xECEFF4'
# Dim colors
#
# If the dim colors are not set, they will be calculated automatically based
# on the `normal` colors.
dim:
black: '0x333333'
red: '0xf2777a'
green: '0x99cc99'
yellow: '0xffcc66'
blue: '0x6699cc'
magenta: '0xcc99cc'
cyan: '0x66cccc'
white: '0xdddddd'
# Indexed Colors
#
# The indexed colors include all colors from 16 to 256.
# When these are not set, they're filled with sensible defaults.
#indexed_colors:
# - { index: 16, color: '0x000000' }
# Visual Bell # Visual Bell
# #

Binary file not shown.

View File

@ -3,3 +3,8 @@ setxkbmap -option caps:escape -option compose:ralt &
Xcursor*size: 24 Xcursor*size: 24
Xcursor*theme: whiteglass Xcursor*theme: whiteglass
!SXIV COLORS
Sxiv.font: "Go Mono":size=10
Sxiv.foreground: #000000
Sxiv.background: #393939

View File

@ -10,7 +10,7 @@ inactive-opacity = 1;
active-opacity = 1; active-opacity = 1;
frame-opacity = 1; frame-opacity = 1;
inactive-opacity-override = false; inactive-opacity-override = false;
alpha-step = 0.06; alpha-step = 0.04;
##### SHADOW ###################################### ##### SHADOW ######################################
@ -20,7 +20,7 @@ shadow = true;
shadow-radius = 32; shadow-radius = 32;
shadow-offset-x = -32; shadow-offset-x = -32;
shadow-offset-y = -32; shadow-offset-y = -32;
shadow-opacity = 0.2; shadow-opacity = 0.5;
# Sharp # Sharp
#shadow-radius = 0; #shadow-radius = 0;
@ -39,6 +39,7 @@ shadow-exclude = [
corner-radius = 7 corner-radius = 7
blur-background = true; blur-background = true;
blur-background-frame = true; blur-background-frame = true;
blur-kern = "3x3box"; blur-kern = "3x3box";
@ -51,7 +52,7 @@ opacity-rule = [
fading = true; fading = true;
#fade-delta = 5; #fade-delta = 5;
fade-in-step = 0.2; fade-in-step = 0.1;
fade-out-step = 0.1; fade-out-step = 0.1;
#no-fading-openclose = true; #no-fading-openclose = true;
no-fading-destroyed-argb = true; no-fading-destroyed-argb = true;

View File

@ -142,7 +142,7 @@ bindsym $mod+f fullscreen toggle
bindsym $mod+Shift+space focus mode_toggle bindsym $mod+Shift+space focus mode_toggle
# PAPER MODE # PAPER MODE
bindsym $mod+Ctrl+space floating toggle; resize set 700px 975px; $center bindsym $mod+Ctrl+space floating toggle; resize set 700px 700px; $center
# CENTER FLOATING # CENTER FLOATING
bindsym $mod+c $center bindsym $mod+c $center

View File

@ -1,34 +1,7 @@
IMAPAccount onec
Host box.onec.me
User colin@onec.me
PassCmd "pass personal/colin@onec.me"
SSLType IMAPS
Port 993
IMAPStore onec-remote
account onec
MaildirStore onec-local
# trailing "/" is important
Path ~/Mail/colin@onec.me/
Inbox ~/Mail/colin@onec.me/Inbox
Trash Trash
Channel onec-folders
Master :onec-remote:
Slave :onec-local:
Patterns "INBOX" "Drafts" "Archive" "Sent" "Trash"
Create Both
Expunge Both
SyncState *
Group onec
Channel onec-folders
IMAPAccount timberwyck IMAPAccount timberwyck
Host box.onec.me Host box.unbl.ink
User colin@timberwyckfarm.com User colin@timberwyckfarm.com
PassCmd "pass personal/colin@onec.me" PassCmd "pass personal/colin@timberwyckfarm.com"
SSLType IMAPS SSLType IMAPS
Port 993 Port 993
@ -53,9 +26,9 @@ Group timberwyck
Channel timberwyck-folders Channel timberwyck-folders
IMAPAccount unblink IMAPAccount unblink
Host box.onec.me Host box.unbl.ink
User colin@unbl.ink User colin@unbl.ink
PassCmd "pass personal/colin@onec.me" PassCmd "pass personal/colin@unbl.ink"
SSLType IMAPS SSLType IMAPS
Port 993 Port 993
@ -79,32 +52,32 @@ SyncState *
Group unblink Group unblink
Channel unblink-folders Channel unblink-folders
IMAPAccount selectperson IMAPAccount castine
Host box.onec.me Host box.castine.town
User colin@selectperson.me User colin@castine.town
PassCmd "pass personal/colin@onec.me" PassCmd "pass personal/colin@castine.town"
SSLType IMAPS SSLType IMAPS
Port 993 Port 993
IMAPStore selectperson-remote IMAPStore castine-remote
account selectperson account castine
MaildirStore selectperson-local MaildirStore castine-local
# trailing "/" is important # trailing "/" is important
Path ~/Mail/colin@selectperson.me/ Path ~/Mail/colin@castine.town/
Inbox ~/Mail/colin@selectperson.me/Inbox Inbox ~/Mail/colin@castine.town/Inbox
Trash Trash Trash Trash
Channel selectperson-folders Channel castine-folders
Master :selectperson-remote: Master :castine-remote:
Slave :selectperson-local: Slave :castine-local:
Patterns "INBOX" "Drafts" "Archive" "Sent" "Trash" Patterns "INBOX" "Drafts" "Archive" "Sent" "Trash"
Create Both Create Both
Expunge Both Expunge Both
SyncState * SyncState *
Group selectperson Group castine
Channel selectperson-folders Channel castine-folders
IMAPAccount sdf IMAPAccount sdf
Host mx.sdf.org Host mx.sdf.org

View File

@ -10,3 +10,10 @@ settings:
https://campfire.rest: true https://campfire.rest: true
content.register_protocol_handler: content.register_protocol_handler:
https://calendar.google.com?cid=%25s: true https://calendar.google.com?cid=%25s: true
content.media_capture:
https://zoom.us: true
content.notifications:
https://www.reddit.com: false
content.register_protocol_handler:
https://box.unbl.ink#subscribe_to_webcal?url=%25s: true
https://calendar.google.com?cid=%25s: true

View File

@ -5,4 +5,7 @@ rhea.unbl.ink ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNT
iapetus.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGpauqkCh1QmXI3ORJyyTh/uArdO5fkbxPumQB0rwF5kj1ROpCTNP2wMncfy1FSju3Mw05edFFO/CbLFixPK/M4= iapetus.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGpauqkCh1QmXI3ORJyyTh/uArdO5fkbxPumQB0rwF5kj1ROpCTNP2wMncfy1FSju3Mw05edFFO/CbLFixPK/M4=
dione.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK4vtbDoOekuiqbkDNeC8qJt44OSPf0PF4RQYDEuFOw5ArBnet7OyiO3XMIYZq/L6fW3ie8crESYk3NYt7ZFqlM= dione.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK4vtbDoOekuiqbkDNeC8qJt44OSPf0PF4RQYDEuFOw5ArBnet7OyiO3XMIYZq/L6fW3ie8crESYk3NYt7ZFqlM=
[git.unbl.ink]:222 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGKnCbntVuLMvk1FNbipLDErM7xQM7Ag2mYICATUWhtZbU+SvOrL/iPbwy0+UtGEws/78CkY6tZzC6SJU40WMys= [git.unbl.ink]:222 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGKnCbntVuLMvk1FNbipLDErM7xQM7Ag2mYICATUWhtZbU+SvOrL/iPbwy0+UtGEws/78CkY6tZzC6SJU40WMys=
<<<<<<< Updated upstream
titan.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDgvE1U+w/DG5/l0YP5T9jXtp9PPLD2DTyBAx3gTeJo4kqJtPmSPiUlLhaE9SXqtYuNoofLAJ5oGhUN+3s/61/E=
|1|rY4P3IN0Qlx1t2x54o8zczgnBfU=|MBhELu6TEILRxwcMYxqg6PaGAN0= ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGKnCbntVuLMvk1FNbipLDErM7xQM7Ag2mYICATUWhtZbU+SvOrL/iPbwy0+UtGEws/78CkY6tZzC6SJU40WMys=
titan.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDgvE1U+w/DG5/l0YP5T9jXtp9PPLD2DTyBAx3gTeJo4kqJtPmSPiUlLhaE9SXqtYuNoofLAJ5oGhUN+3s/61/E= titan.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDgvE1U+w/DG5/l0YP5T9jXtp9PPLD2DTyBAx3gTeJo4kqJtPmSPiUlLhaE9SXqtYuNoofLAJ5oGhUN+3s/61/E=