Updates
This commit is contained in:
@ -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
|
||||
#
|
||||
|
||||
@ -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
|
||||
|
||||
Binary file not shown.
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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=
|
||||
|
||||
Reference in New Issue
Block a user