From 4f70fab4a24abc98723ab69703ed8a714fe870d8 Mon Sep 17 00:00:00 2001 From: Fedor Lyanguzov Date: Sun, 15 Mar 2026 13:38:42 +0300 Subject: [PATCH] 2026-03-15 Tower-arch --- gui/.config/i3/config | 10 +++-- .../fish/conf.d/fish_frozen_theme.fish | 45 +++++++++++++++++++ server/.config/fish/config.fish | 2 +- server/.config/fish/fish_variables | 31 +------------ 4 files changed, 55 insertions(+), 33 deletions(-) create mode 100644 server/.config/fish/conf.d/fish_frozen_theme.fish diff --git a/gui/.config/i3/config b/gui/.config/i3/config index 27a62f1..bb2e3af 100644 --- a/gui/.config/i3/config +++ b/gui/.config/i3/config @@ -194,9 +194,13 @@ bar { assign [class="^firefox$"] $ws1 -assign [class="^KeePassXC$"] $ws7 -assign [class="^TelegramDesktop$"] $ws8 +assign [class="^obsidian$"] $ws5 +assign [class="^strawberry$"] $ws6 +assign [class="^KeePassXC$"] $ws7 +assign [class="^TelegramDesktop$"] $ws8 exec firefox exec keepassxc -exec Telegram +exec strawberry +exec obsidian +exec Telegram diff --git a/server/.config/fish/conf.d/fish_frozen_theme.fish b/server/.config/fish/conf.d/fish_frozen_theme.fish new file mode 100644 index 0000000..fc92718 --- /dev/null +++ b/server/.config/fish/conf.d/fish_frozen_theme.fish @@ -0,0 +1,45 @@ +# Don't edit this file, as it will be written by the web-config tool (`fish_config`). +# To customize your theme, delete this file and see +# help interactive#syntax-highlighting +# or +# man fish-interactive | less +/^SYNTAX.HIGHLIGHTING +# for appropriate commands to add to ~/.config/fish/config.fish instead. + +set --global fish_color_autosuggestion 586e75 +set --global fish_color_cancel --reverse +set --global fish_color_command 93a1a1 +set --global fish_color_comment 586e75 +set --global fish_color_cwd green +set --global fish_color_cwd_root red +set --global fish_color_end 268bd2 +set --global fish_color_error dc322f +set --global fish_color_escape 00a6b2 +set --global fish_color_gray +set --global fish_color_history_current --bold +set --global fish_color_host normal +set --global fish_color_host_remote yellow +set --global fish_color_keyword +set --global fish_color_normal normal +set --global fish_color_operator 00a6b2 +set --global fish_color_option +set --global fish_color_param 839496 +set --global fish_color_quote 657b83 +set --global fish_color_redirection 6c71c4 +set --global fish_color_search_match bryellow --bold --background=black +set --global fish_color_selection white --bold --background=brblack +set --global fish_color_status red +set --global fish_color_user brgreen +set --global fish_color_valid_path --underline=single +set --global fish_pager_color_background +set --global fish_pager_color_completion B3A06D +set --global fish_pager_color_description B3A06D +set --global fish_pager_color_prefix cyan --underline=single +set --global fish_pager_color_progress brwhite --bold --background=cyan +set --global fish_pager_color_secondary_background +set --global fish_pager_color_secondary_completion +set --global fish_pager_color_secondary_description +set --global fish_pager_color_secondary_prefix +set --global fish_pager_color_selected_background --background=brblack +set --global fish_pager_color_selected_completion +set --global fish_pager_color_selected_description +set --global fish_pager_color_selected_prefix diff --git a/server/.config/fish/config.fish b/server/.config/fish/config.fish index 31caa87..e204f31 100644 --- a/server/.config/fish/config.fish +++ b/server/.config/fish/config.fish @@ -9,7 +9,7 @@ if status is-interactive alias edit nvim alias find fd zoxide init --cmd cd fish | source - aslias show-packages "expac -H M '%-20n\t%10d' (pacman -Qqe)" + alias show-packages "expac -H M '%-20n\t%10d' (pacman -Qqe)" function mkcd mkdir $argv[1] && cd $argv[1] end diff --git a/server/.config/fish/fish_variables b/server/.config/fish/fish_variables index 5c8b637..5dbb9ee 100644 --- a/server/.config/fish/fish_variables +++ b/server/.config/fish/fish_variables @@ -2,34 +2,7 @@ # VERSION: 3.0 SETUVAR MANPAGER:nvim\x20\x2bMan\x21 SETUVAR VISUAL:nvim -SETUVAR __fish_initialized:3800 -SETUVAR fish_color_autosuggestion:555\x1ebrblack -SETUVAR fish_color_cancel:\x2dr -SETUVAR fish_color_command:blue -SETUVAR fish_color_comment:red -SETUVAR fish_color_cwd:green -SETUVAR fish_color_cwd_root:red -SETUVAR fish_color_end:green -SETUVAR fish_color_error:brred -SETUVAR fish_color_escape:brcyan -SETUVAR fish_color_history_current:\x2d\x2dbold -SETUVAR fish_color_host:normal -SETUVAR fish_color_host_remote:yellow -SETUVAR fish_color_normal:normal -SETUVAR fish_color_operator:brcyan -SETUVAR fish_color_param:cyan -SETUVAR fish_color_quote:yellow -SETUVAR fish_color_redirection:cyan\x1e\x2d\x2dbold -SETUVAR fish_color_search_match:white\x1e\x2d\x2dbackground\x3dbrblack -SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack -SETUVAR fish_color_status:red -SETUVAR fish_color_user:brgreen -SETUVAR fish_color_valid_path:\x2d\x2dunderline +SETUVAR __fish_initialized:4300 +SETUVAR __fish_webconfig_theme_notification:set\x2dtheme\x2dv1\x2d\x231 SETUVAR fish_greeting:\x1d -SETUVAR fish_key_bindings:fish_default_key_bindings -SETUVAR fish_pager_color_completion:normal -SETUVAR fish_pager_color_description:B3A06D\x1eyellow\x1e\x2di -SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline -SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan -SETUVAR fish_pager_color_selected_background:\x2dr SETUVAR fish_user_paths:/home/fedor/\x2elocal/bin\x1e/usr/local/bin