Browse Source

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

Colin Powell 5 years ago
parent
commit
bd39fe6e21

+ 21 - 58
alacritty/.config/alacritty/alacritty.yml

@@ -3,14 +3,14 @@
 # Any items in the `env` entry below will be added as
 # environment variables. Some entries may override variables
 # set by alacritty itself.
-#env:
+env:
   # TERM variable
   #
   # This value is used to set the `$TERM` environment variable for
   # each instance of Alacritty. If it is not present, alacritty will
   # check the local terminfo database and use 'alacritty' if it is
   # available, otherwise 'xterm-256color' is used.
-  #TERM: xterm-256color
+  TERM: xterm-256color
 
 window:
   # Window dimensions (changes require restart)
@@ -115,71 +115,34 @@ font:
 # If `true`, bold text is drawn using the bright color variants.
 draw_bold_text_with_bright_colors: false
 
-# Colors (Tomorrow Night Bright)
+# Colors (Nord)
 colors:
   # Default colors
   primary:
-    background: '0x111111'
-    foreground: '0xeaeaea'
-
-    # 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'
+    background: '0x2E3440'
+    foreground: '0xD8DEE9'
 
   # Normal colors
   normal:
-    black:   '0x000000'
-    red:     '0xd54e53'
-    green:   '0xb9ca4a'
-    yellow:  '0xe6c547'
-    blue:    '0x7aa6da'
-    magenta: '0xc397d8'
-    cyan:    '0x70c0ba'
-    white:   '0xffffff'
+    black:   '0x3B4252'
+    red:     '0xBF616A'
+    green:   '0xA3BE8C'
+    yellow:  '0xEBCB8B'
+    blue:    '0x81A1C1'
+    magenta: '0xB48EAD'
+    cyan:    '0x88C0D0'
+    white:   '0xE5E9F0'
 
   # Bright colors
   bright:
-    black:   '0x666666'
-    red:     '0xff3334'
-    green:   '0x9ec400'
-    yellow:  '0xe7c547'
-    blue:    '0x7aa6da'
-    magenta: '0xb77ee0'
-    cyan:    '0x54ced6'
-    white:   '0xffffff'
-
-  # 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' }
+    black:   '0x4C566A'
+    red:     '0xBF616A'
+    green:   '0xA3BE8C'
+    yellow:  '0xEBCB8B'
+    blue:    '0x81A1C1'
+    magenta: '0xB48EAD'
+    cyan:    '0x8FBCBB'
+    white:   '0xECEFF4'
 
 # Visual Bell
 #

BIN
fish/.config/fish/.config.fish.swp


+ 5 - 0
i3/.Xresources

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

+ 4 - 3
i3/.config/compton/compton.conf

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

+ 1 - 1
i3/.config/i3/config

@@ -142,7 +142,7 @@ bindsym $mod+f fullscreen toggle
 bindsym $mod+Shift+space focus mode_toggle
 
 # 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
 bindsym $mod+c $center

+ 18 - 45
mail/.mbsyncrc

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

+ 7 - 0
qutebrowser/.config/qutebrowser/autoconfig.yml

@@ -10,3 +10,10 @@ settings:
     https://campfire.rest: true
   content.register_protocol_handler:
     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

+ 3 - 0
ssh/.ssh/known_hosts

@@ -5,4 +5,7 @@ rhea.unbl.ink ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNT
 iapetus.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGpauqkCh1QmXI3ORJyyTh/uArdO5fkbxPumQB0rwF5kj1ROpCTNP2wMncfy1FSju3Mw05edFFO/CbLFixPK/M4=
 dione.local ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK4vtbDoOekuiqbkDNeC8qJt44OSPf0PF4RQYDEuFOw5ArBnet7OyiO3XMIYZq/L6fW3ie8crESYk3NYt7ZFqlM=
 [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=