From e1212c3e65485bfd68273ed0c7be2ac289b32c5a Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Wed, 19 Aug 2026 12:36:44 +0700 Subject: simplify theme-switcher to day.jpg/night.jpg, add backdrop, clean up configs - theme-switcher: remove wallpaper rotation/pools, use only day.jpg and night.jpg - add set-backdrop.sh for niri Overview blurred backdrop - niri config: add blur settings, awww-daemon backdrop, matugen focus-ring colors - apply-colors.sh: add backdrop generation, formatting cleanup - wallust: add vicinae theme templates and hooks - zshrc: clean up comments, add aliases - ghostty: remove config (moved elsewhere) - portage: add tmux, evince, imv, bibata-xcursors; replace librewolf/mullvad with waterfox --- ghostty/.config/ghostty/config.ghostty | 46 --------------------------------- ghostty/.config/ghostty/themes/noctalia | 22 ---------------- 2 files changed, 68 deletions(-) delete mode 100644 ghostty/.config/ghostty/config.ghostty delete mode 100644 ghostty/.config/ghostty/themes/noctalia (limited to 'ghostty') diff --git a/ghostty/.config/ghostty/config.ghostty b/ghostty/.config/ghostty/config.ghostty deleted file mode 100644 index f56acbc..0000000 --- a/ghostty/.config/ghostty/config.ghostty +++ /dev/null @@ -1,46 +0,0 @@ -# Dynamic theme colors - -# Font -font-family = "JetBrainsMono Nerd Font" -font-style = Regular -font-size = 13 - -# Window -window-theme = ghostty -window-padding-x = 2 -window-padding-y = 0 -confirm-close-surface=false -resize-overlay = never -gtk-toolbar-style = flat -# Делаем фон полностью непрозрачным (1.0) -background-opacity = 1 - -# Отключаем размытие фона (очень важно для экономии VRAM) -background-blur = false -# Cursor styling -cursor-style = "block" -cursor-style-blink = true -cursor-text = cell-foreground - -# Cursor styling + SSH session terminfo -# (all shell iYour spectaclesntegration options must be passed together) -shell-integration-features = no-cursor,ssh-env - -# Keyboard bindings -keybind = shift+insert=paste_from_clipboard -keybind = control+insert=copy_to_clipboard -# Send Shift+Enter as CSI-u so TUIs can distinguish it from Enter. -keybind = shift+enter=csi:13;2u -# Legacy encoding sends Alt+Shift+Enter the same as Alt+Enter; send CSI-u so tmux can match M-S-Enter. -keybind = alt+shift+enter=csi:13;4u -keybind = super+control+shift+alt+arrow_down=resize_split:down,100 -keybind = super+control+shift+alt+arrow_up=resize_split:up,100 -keybind = super+control+shift+alt+arrow_left=resize_split:left,100 -keybind = super+control+shift+alt+arrow_right=resize_split:right,100 - -# Slowdown mouse scrolling -mouse-scroll-multiplier = 1.5 - -# Fix general slowness on hyprland (https://github.com/ghostty-org/ghostty/discussions/3224) -async-backend = epoll -theme = noctalia diff --git a/ghostty/.config/ghostty/themes/noctalia b/ghostty/.config/ghostty/themes/noctalia deleted file mode 100644 index a5aeff8..0000000 --- a/ghostty/.config/ghostty/themes/noctalia +++ /dev/null @@ -1,22 +0,0 @@ -palette = 0=#4a463d -palette = 1=#ffb4ab -palette = 2=#d2c6a3 -palette = 3=#cdc6b5 -palette = 4=#becbb0 -palette = 5=#d2c6a3 -palette = 6=#cdc6b5 -palette = 7=#e6e2dd -palette = 8=#969084 -palette = 9=#ffb4ab -palette = 10=#d2c6a3 -palette = 11=#cdc6b5 -palette = 12=#becbb0 -palette = 13=#d2c6a3 -palette = 14=#cdc6b5 -palette = 15=#e6e2dd -background = #141311 -foreground = #e6e2dd -cursor-color = #e6e2dd -cursor-text = #141311 -selection-background = #4a463d -selection-foreground = #ccc6b9 -- cgit v1.2.3