This commit is contained in:
tavo-wasd 2024-07-12 08:22:21 -06:00
parent eb621ba0bf
commit 82ce5aafc1
6 changed files with 53 additions and 24 deletions

29
alacritty/alacritty.toml Normal file
View file

@ -0,0 +1,29 @@
live_config_reload = true
[font]
normal = { family = "Jetbrains Mono"}
size = 10.5
[colors.primary]
background = '#1d2021'
foreground = '#d4be98'
[colors.normal]
black = '#32302f'
red = '#ea6962'
green = '#a9b665'
yellow = '#d8a657'
blue = '#7daea3'
magenta = '#d3869b'
cyan = '#89b482'
white = '#d4be98'
[colors.bright]
black = '#32302f'
red = '#ea6962'
green = '#a9b665'
yellow = '#d8a657'
blue = '#7daea3'
magenta = '#d3869b'
cyan = '#89b482'
white = '#d4be98'

View file

@ -79,7 +79,7 @@
(setq use-package-always-ensure t) (setq use-package-always-ensure t)
(dolist (pkg '(all-the-icons nerd-icons markdown-mode markdown-preview-mode)) (dolist (pkg '(visual-fill-column all-the-icons nerd-icons markdown-mode markdown-preview-mode))
(unless (package-installed-p pkg) (unless (package-installed-p pkg)
(package-install pkg))) (package-install pkg)))

View file

@ -1,26 +1,26 @@
font=JetBrainsMono:size=10.5 font=JetBrainsMono:size=10.5
dpi-aware=no dpi-aware=no
# Gruvbox Material
[colors] [colors]
alpha=0.98 background=1d2021
background=121212 foreground=d4be98
foreground=ebdbb2 regular0=32302f
regular0=525252 regular1=ea6962
regular1=cc241d regular2=a9b665
regular2=98971a regular3=d8a657
regular3=d79921 regular4=7daea3
regular4=458588 regular5=d3869b
regular5=b16286 regular6=89b482
regular6=689d6a regular7=d4be98
regular7=a89984 bright0=32302f
bright0=928374 bright1=ea6962
bright1=fb4934 bright2=a9b665
bright2=b8bb26 bright3=d8a657
bright3=fabd2f bright4=7daea3
bright4=83a598
bright5=d3869b bright5=d3869b
bright6=8ec07c bright6=89b482
bright7=ebdbb2 bright7=d4be98
[key-bindings] [key-bindings]
scrollback-up-line=Control+Shift+k scrollback-up-line=Control+Shift+k

View file

@ -6,9 +6,9 @@ BRUN="-run" DRUN="_run" TRUN="-run" FRUN=""
[ "$MODE" != "run" ] && BRUN="" DRUN="" TRUN="" FRUN="" [ "$MODE" != "run" ] && BRUN="" DRUN="" TRUN="" FRUN=""
# Configuration # Configuration
menu="menu_dmenu" menu="menu_bemenu"
font="JetbrainsMono" font="JetbrainsMono"
font_size="10" font_size="10.5"
col_white="#ebdbb2" # White col_white="#ebdbb2" # White
col_nb="#1d2021" # Normal background col_nb="#1d2021" # Normal background
col_nf="#606060" # Normal foreground col_nf="#606060" # Normal foreground

View file

@ -135,8 +135,8 @@ complete -cf doas
if [ "$(tty)" = "/dev/tty1" ] ; then if [ "$(tty)" = "/dev/tty1" ] ; then
sleep 0.5 sleep 0.5
amixer & amixer &
exec startx #exec startx
#exec sway exec sway
fi fi
command -v fetch >/dev/null 2>&1 && fetch min command -v fetch >/dev/null 2>&1 && fetch min

View file

@ -112,7 +112,7 @@ bindsym $mod+Shift+t layout tabbed
bindsym $mod+f fullscreen bindsym $mod+f fullscreen
bindsym $mod+Shift+f floating toggle bindsym $mod+Shift+f floating toggle
# - # -
bindsym $mod+Shift+c exec clipman pick -t dmenu -T'-i -l 10 -nb #1d2021 -nf #606060 -sb #fabd2f -sf #1d2021 -fn JetbrainsMono:size=10 -p Clip:' bindsym $mod+Shift+c exec clipman pick -t bemenu -T'--no-exec -i -c -l 10 -W 0.4 -B 2 --cw 1 --tb #fabd2f --tf #1d2021 --fb #1d2021 --ff #606060 --cb #1d2021 --cf #ebdbb2 --nb #1d2021 --nf #606060 --hb #fabd2f --hf #1d2021 --ab #1d2021 --af #606060 --bdr #fabd2f --fn JetbrainsMono -p Clip:'
# Layout # Layout
client.focused $col_fg $col_fg $col_bg $col_fg $col_fg client.focused $col_fg $col_fg $col_bg $col_fg $col_fg