From acfaf0800032199ae5879954a67cd96991a5ceac Mon Sep 17 00:00:00 2001 From: Yuri Zamyatin Date: Tue, 9 Sep 2025 04:59:17 +0000 Subject: [PATCH] configs --- arch-root/install.sh | 4 +- arch-user/config/aichat/roles/search.md | 1 - arch-user/config/alacritty/alacritty.toml | 50 +++++++++++++++++++++++ arch-user/config/profile | 2 +- 4 files changed, 53 insertions(+), 4 deletions(-) delete mode 120000 arch-user/config/aichat/roles/search.md create mode 100644 arch-user/config/alacritty/alacritty.toml diff --git a/arch-root/install.sh b/arch-root/install.sh index 3983238..f789c62 100755 --- a/arch-root/install.sh +++ b/arch-root/install.sh @@ -6,7 +6,7 @@ PACKAGES=( linux base linux-firmware lvm2 sudo polkit # base pulseaudio pulseaudio-bluetooth bluez bluez-utils networkmanager udisks2 # device management - openssh sysstat screen man-db which rlwrap # system + openssh sysstat htop screen man-db which rlwrap # system nodejs dash jq # runtime qemu-system-x86 # virt @@ -29,7 +29,7 @@ PACKAGES=( greetd sway swaybg swayidle # desktop basic foot bemenu-wayland i3blocks mako libnotify # terminals, ui wev wl-clipboard wtype slurp grim # interaction - ttf-roboto ttf-roboto-mono ttf-font-awesome # fonts + ttf-roboto ttf-roboto-mono otf-font-awesome # fonts kvantum kvantum-qt5 kvantum-theme-materia materia-gtk-theme # themes ) diff --git a/arch-user/config/aichat/roles/search.md b/arch-user/config/aichat/roles/search.md deleted file mode 120000 index dd25b67..0000000 --- a/arch-user/config/aichat/roles/search.md +++ /dev/null @@ -1 +0,0 @@ -sonar.md \ No newline at end of file diff --git a/arch-user/config/alacritty/alacritty.toml b/arch-user/config/alacritty/alacritty.toml new file mode 100644 index 0000000..7776b73 --- /dev/null +++ b/arch-user/config/alacritty/alacritty.toml @@ -0,0 +1,50 @@ +[bell] +animation = "EaseOutExpo" +duration = 0 + +[colors.bright] +black = "#{{ .theme.color.bg }}" +magenta = "#{{ .theme.color.fg_accent }}" +white = "#{{ .theme.color.fg }}" + +[colors.normal] +black = "#{{ .theme.color.bg }}" +blue = "#5dc5f8" +cyan = "#24dfc4" +green = "#35d450" +magenta = "#{{ .theme.color.fg_accent }}" +red = "#ff4d51" +white = "#{{ .theme.color.fg }}" +yellow = "#e9e836" + +[colors.primary] +background = "#{{ .theme.color.bg }}" +foreground = "#{{ .theme.color.fg }}" + +[colors.search.focused_match] +background = "#{{ .theme.color.bg_accent_dark }}" +foreground = "#{{ .theme.color.fg }}" + +[colors.search.matches] +background = "#{{ .theme.color.bg_accent_dark }}" +foreground = "#{{ .theme.color.fg }}" + +[cursor] +blink_interval = 250 +vi_mode_style = "Block" + +[font] +size={{ .theme.font.size_base_pt }} + +[font.normal] +family = "{{ .theme.font.name_mono }}" + +[scrolling] +history = 10000 + +[window] +title = "term" + +[window.padding] +x = 8 +y = 4 diff --git a/arch-user/config/profile b/arch-user/config/profile index 8752c7e..cced9e6 100644 --- a/arch-user/config/profile +++ b/arch-user/config/profile @@ -2,7 +2,7 @@ export PATH=~/.local/bin:$PATH -export WLR_RENDERER=vulkan +#export WLR_RENDERER=vulkan export QT_STYLE_OVERRIDE=kvantum export GTK_THEME=Materia-dark