From 9ac40bd36b02ed118fdd1b78f81974c2520c4d8e Mon Sep 17 00:00:00 2001 From: krolyxon Date: Mon, 27 Jun 2022 11:21:18 +0530 Subject: [PATCH] changes --- .config/alacritty/alacritty.yml | 71 ++++++++++----------------------- .config/sxiv/exec/key-handler | 4 +- .config/x11/xinitrc | 3 +- .local/share/vocab/words.txt | 3 ++ 4 files changed, 28 insertions(+), 53 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index b0b2644..be4f3ab 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -37,65 +37,36 @@ font: # Style can be specified to pick a specific face. style: italic + +# XTerm's default colors colors: # Default colors primary: - background: '0x1e2127' - foreground: '0xabb2bf' - - # 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: '0xe6efff' - - # 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: '0x000000' + foreground: '0xffffff' # Normal colors normal: - black: '#1e2127' - red: '#e06c75' - green: '#98c379' - yellow: '#d19a66' - blue: '#61afef' - magenta: '#c678dd' - cyan: '#56b6c2' - white: '#828791' + black: '#000000' + red: '#cd0000' + green: '#00cd00' + yellow: '#cdcd00' + blue: '#0000ee' + magenta: '#cd00cd' + cyan: '#00cdcd' + white: '#e5e5e5' # Bright colors bright: - black: '#5c6370' - red: '#e06c75' - green: '#98c379' - yellow: '#d19a66' - blue: '#61afef' - magenta: '#c678dd' - cyan: '#56b6c2' - white: '#e6efff' + black: '#7f7f7f' + red: '#ff0000' + green: '#00ff00' + yellow: '#ffff00' + blue: '#5c5cff' + magenta: '#ff00ff' + cyan: '#00ffff' + white: '#ffffff' - # Dim colors - # - # If the dim colors are not set, they will be calculated automatically based - # on the `normal` colors. - dim: - black: '#1e2127' - red: '#e06c75' - green: '#98c379' - yellow: '#d19a66' - blue: '#61afef' - magenta: '#c678dd' - cyan: '#56b6c2' - white: '#828791' - - # Indexed Colors +# Indexed Colors # # The indexed colors include all colors from 16 to 256. # When these are not set, they're filled with sensible defaults. diff --git a/.config/sxiv/exec/key-handler b/.config/sxiv/exec/key-handler index 303ea63..d776d04 100755 --- a/.config/sxiv/exec/key-handler +++ b/.config/sxiv/exec/key-handler @@ -5,7 +5,7 @@ do case "$1" in "d") [ "$(printf "No\\nYes" | dmenu -i -p "Really delete $file?")" = "Yes" ] && rm "$file" && notify-send "$file deleted." ;; - "w") - genwall $file + "w") genwall $file;; + "c") cat "$file" | xclip -sel c -t image/png && notify-send "$file Copied ";; esac done diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 98db031..7a0d878 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -1,7 +1,8 @@ #!/bin/sh slstatus & -setwall & +#setwall & +xwallpaper --zoom ~/.local/share/wallpaper.jpg xcompmgr & xset r rate 300 50 dunst & diff --git a/.local/share/vocab/words.txt b/.local/share/vocab/words.txt index af01f21..f81b075 100644 --- a/.local/share/vocab/words.txt +++ b/.local/share/vocab/words.txt @@ -73,3 +73,6 @@ contiguous -> sharing a common border; touching. concurrent -> operating or occuring at the same time vague -> of uncertain, indefinite, or unclear character or meaning concise -> giving a lot of information cleary and in a few words; brief but comprehensive +lunatic -> a person who is mentally ill (not in technical use) +deterrent -> a thing that discourages or is intended to discourage someone from doing sometihng +omit -> leave out or exclude someone or something, either intentionally or forgetfully