From 997a49e6236ee43fdfd01a924c0da72c699b78fa Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 5 Feb 2020 18:05:28 -0500 Subject: [PATCH] Updates --- alacritty/.config/alacritty/alacritty.yml | 79 +++++------------- bin/.bin/changepaper.sh | 2 +- fish/.config/fish/.config.fish.swp | Bin 12288 -> 0 bytes i3/.Xresources | 5 ++ i3/.config/compton/compton.conf | 7 +- i3/.config/i3/config | 2 +- .../.config/qutebrowser/autoconfig.yml | 7 ++ ssh/.ssh/known_hosts | 2 + 8 files changed, 41 insertions(+), 63 deletions(-) delete mode 100644 fish/.config/fish/.config.fish.swp diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index e6d63e6..3b30926 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/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 # diff --git a/bin/.bin/changepaper.sh b/bin/.bin/changepaper.sh index 3fbd8e4..82f0e19 100755 --- a/bin/.bin/changepaper.sh +++ b/bin/.bin/changepaper.sh @@ -10,7 +10,7 @@ export DISPLAY=:0.0 export XAUTHORITY=/home/powellc/.Xauthority # Choices: astrobin,natgeo,nasa -BASEDIR="$HOME/var/backgrounds/natgeo/" +BASEDIR="$HOME/var/backgrounds/astrobin/" # Get daily NatGeo POTD python3 ~/.bin/get_natgeo_potd.py diff --git a/fish/.config/fish/.config.fish.swp b/fish/.config/fish/.config.fish.swp deleted file mode 100644 index 23cf17c6ac7f8277f58a013d13cbf10c190d7e04..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeI&J#W)M7zgkx5(5L2myPM53}uL~rAybUiNH$JqL3gatc!h4PPyDgzH?{+6?W!I zdM#-!EA(j({~?b3?b;OV@fh%y&)ZIlDF(xV1_y5KF|Ic;CzEQqV zK2b)L7Ue$W2i1P3e5HJ*yrWd}r#-Hq0hSB_2tWV=5P$##AOHafKmY>&Kp@kFvJ*aV zZpf>jy7_zVU0I}xsfjdvb9@p8&hpxbPjnGVX{w^f%&Wj_{bT;B{xoTK4?A(Ik<{Zh z7e#4B=~W>%b;fJuMP;KNcaGZBh2?MaWT;M(p0=5`ea|))-Ci8*?KhMCgE;9NH5-TY zbm=`GtHL`gjqpaMLlN9i*^9o<_d3t`sfeV{a-ppc(imEW4}vaxMhSWhe^gbSFM2V> nxRknHK28f=GO9*0^-;E@;_}X^Ec))xnN#xfZB%=i{bK(c$E31G diff --git a/i3/.Xresources b/i3/.Xresources index be212ab..8626e5d 100644 --- a/i3/.Xresources +++ b/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 diff --git a/i3/.config/compton/compton.conf b/i3/.config/compton/compton.conf index 5a00604..2ff6476 100644 --- a/i3/.config/compton/compton.conf +++ b/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; diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 2751f0c..998a703 100644 --- a/i3/.config/i3/config +++ b/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 diff --git a/qutebrowser/.config/qutebrowser/autoconfig.yml b/qutebrowser/.config/qutebrowser/autoconfig.yml index d69d296..2ccec34 100644 --- a/qutebrowser/.config/qutebrowser/autoconfig.yml +++ b/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 diff --git a/ssh/.ssh/known_hosts b/ssh/.ssh/known_hosts index fff8c18..7ba1fe0 100644 --- a/ssh/.ssh/known_hosts +++ b/ssh/.ssh/known_hosts @@ -5,5 +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=