Compare commits

..

No commits in common. "efb06c7d6341dd70e3f940805cb4f016376c3a16" and "1bda4bd974b17ec148db5199412836f5edaf7a72" have entirely different histories.

3 changed files with 121 additions and 0 deletions

View file

@ -0,0 +1,55 @@
font:
normal:
#family: Terminess Powerline
family: Iosevka Nerd Font
style: Regular
size: 13.5
mouse:
hide_when_typing: true
key_bindings:
- key: V
mods: Control|Alt
action: Paste
- key: C
mods: Control|Alt
action: Copy
bell:
duration: 100
# https://github.com/alacritty/alacritty/wiki/Color-schemes#solarized
colors:
# Default colors
primary:
background: '#002b36' # base03
foreground: '#839496' # base0
# Cursor colors
cursor:
text: '#002b36' # base03
cursor: '#839496' # base0
# Normal colors
normal:
black: '#073642' # base02
red: '#dc322f' # red
green: '#859900' # green
yellow: '#b58900' # yellow
blue: '#268bd2' # blue
magenta: '#d33682' # magenta
cyan: '#2aa198' # cyan
white: '#eee8d5' # base2
# Bright colors
bright:
black: '#002b36' # base03
red: '#cb4b16' # orange
green: '#586e75' # base01
yellow: '#657b83' # base00
blue: '#839496' # base0
magenta: '#6c71c4' # violet
cyan: '#93a1a1' # base1
white: '#fdf6e3' # base3

26
home/.config/htop/htoprc Normal file
View file

@ -0,0 +1,26 @@
# Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly.
fields=0 48 17 18 38 39 40 2 46 47 49 1
sort_key=46
sort_direction=1
hide_threads=0
hide_kernel_threads=1
hide_userland_threads=0
shadow_other_users=0
show_thread_names=0
show_program_path=1
highlight_base_name=0
highlight_megabytes=1
highlight_threads=1
tree_view=0
header_margin=1
detailed_cpu_time=0
cpu_count_from_zero=0
update_process_names=0
account_guest_in_cpu_meter=0
color_scheme=6
delay=15
left_meters=AllCPUs Memory Swap
left_meter_modes=1 1 1
right_meters=Tasks LoadAverage Uptime
right_meter_modes=2 2 2

View file

@ -0,0 +1,40 @@
set selection-clipboard "clipboard"
map <C-j> set page-right-to-left
# Base16 Solarized Dark
# Author: Ethan Schoonover (modified by aramisgithub)
# Source: https://github.com/nicodebo/base16-zathura (modified)
set default-bg "#002b36"
set default-fg "#002b36"
set statusbar-fg "#839496"
set statusbar-bg "#073642"
set inputbar-bg "#002b36"
set inputbar-fg "#fdf6e3"
set notification-bg "#002b36"
set notification-fg "#fdf6e3"
set notification-error-bg "#002b36"
set notification-error-fg "#dc322f"
set notification-warning-bg "#002b36"
set notification-warning-fg "#dc322f"
set highlight-color "#b58900"
set highlight-active-color "#859900"
set completion-bg "#073642"
set completion-fg "#859900"
set completion-highlight-fg "#fdf6e3"
set completion-highlight-bg "#859900"
set recolor-lightcolor "#002b36"
set recolor-darkcolor "#839496"
set recolor "false"
set recolor-keephue "false"