diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml new file mode 100644 index 0000000..7a22e8d --- /dev/null +++ b/alacritty/alacritty.toml @@ -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' diff --git a/emacs/init.el b/emacs/init.el index 8eafc5b..a200506 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -79,7 +79,7 @@ (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) (package-install pkg))) diff --git a/foot/foot.ini b/foot/foot.ini index a18289c..d4bc4d4 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -1,26 +1,26 @@ font=JetBrainsMono:size=10.5 dpi-aware=no +# Gruvbox Material [colors] -alpha=0.98 -background=121212 -foreground=ebdbb2 -regular0=525252 -regular1=cc241d -regular2=98971a -regular3=d79921 -regular4=458588 -regular5=b16286 -regular6=689d6a -regular7=a89984 -bright0=928374 -bright1=fb4934 -bright2=b8bb26 -bright3=fabd2f -bright4=83a598 +background=1d2021 +foreground=d4be98 +regular0=32302f +regular1=ea6962 +regular2=a9b665 +regular3=d8a657 +regular4=7daea3 +regular5=d3869b +regular6=89b482 +regular7=d4be98 +bright0=32302f +bright1=ea6962 +bright2=a9b665 +bright3=d8a657 +bright4=7daea3 bright5=d3869b -bright6=8ec07c -bright7=ebdbb2 +bright6=89b482 +bright7=d4be98 [key-bindings] scrollback-up-line=Control+Shift+k diff --git a/scripts/menu/menu b/scripts/menu/menu index d422067..7aa40dc 100755 --- a/scripts/menu/menu +++ b/scripts/menu/menu @@ -6,9 +6,9 @@ BRUN="-run" DRUN="_run" TRUN="-run" FRUN="" [ "$MODE" != "run" ] && BRUN="" DRUN="" TRUN="" FRUN="" # Configuration -menu="menu_dmenu" +menu="menu_bemenu" font="JetbrainsMono" -font_size="10" +font_size="10.5" col_white="#ebdbb2" # White col_nb="#1d2021" # Normal background col_nf="#606060" # Normal foreground diff --git a/shell/bashrc b/shell/bashrc index c5b1b49..c17bb28 100644 --- a/shell/bashrc +++ b/shell/bashrc @@ -135,8 +135,8 @@ complete -cf doas if [ "$(tty)" = "/dev/tty1" ] ; then sleep 0.5 amixer & - exec startx - #exec sway + #exec startx + exec sway fi command -v fetch >/dev/null 2>&1 && fetch min diff --git a/sway/config b/sway/config index 40ecf02..6f491e1 100644 --- a/sway/config +++ b/sway/config @@ -112,7 +112,7 @@ bindsym $mod+Shift+t layout tabbed bindsym $mod+f fullscreen 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 client.focused $col_fg $col_fg $col_bg $col_fg $col_fg