This commit is contained in:
Never Gude 2026-02-24 16:16:27 +01:00
parent 33cb54e789
commit 225bb398f1
7 changed files with 498 additions and 468 deletions

View file

@ -53,7 +53,7 @@ if status is-interactive
set -U fish_color_status red
set -U fish_color_cancel white --bold
set -U fish_pager_color_prefix normal --bold --underline
set -U fish_pager_color_progress normal --bold --reverse
set -U fish_pager_color_progress normal --reverse
set -U fish_pager_color_completion normal
set -U fish_pager_color_description yellow --italics
set -U fish_pager_color_selected_background --background brblue
@ -66,3 +66,11 @@ if status is-interactive
set -U fish_pager_color_selected_prefix black --bold --underline
set -U fish_pager_color_secondary_completion
end
if test $XDG_CURRENT_DESKTOP = niri
dconf write /org/gnome/desktop/wm/preferences/button-layout "'appmenu'"
else
dconf reset /org/gnome/desktop/wm/preferences/button-layout
end

View file

@ -35,7 +35,7 @@ SETUVAR fish_pager_color_background:\x1d
SETUVAR fish_pager_color_completion:normal
SETUVAR fish_pager_color_description:yellow\x1e\x2d\x2ditalics
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:normal\x1e\x2d\x2dbold\x1e\x2d\x2dreverse
SETUVAR fish_pager_color_progress:normal\x1e\x2d\x2dreverse
SETUVAR fish_pager_color_secondary_background:\x1d
SETUVAR fish_pager_color_secondary_completion:\x1d
SETUVAR fish_pager_color_secondary_description:\x1d