This commit is contained in:
Never Gude 2026-04-03 22:19:11 +02:00
parent 8604af60af
commit 76cda4860c
5 changed files with 12 additions and 11 deletions

View file

@ -71,7 +71,7 @@ if status is-interactive
set fish_pager_color_secondary_completion
end
if test $XDG_CURRENT_DESKTOP = niri
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

View file

@ -3,11 +3,13 @@ function fish_prompt
set -g VIRTUAL_ENV_DISABLE_PROMPT true
end
set_color white --background=brwhite --dim --reverse
# set_color white --background=brwhite --dim --reverse
set_color brwhite
set -g __fish_git_prompt_show_informative_status true
printf '%s' (fish_git_prompt " %s ")
printf '%s' (fish_git_prompt " %s")
set_color black --background=white --dim --reverse
# set_color black --background=white --dim --reverse
set_color white
printf ' %s ' (prompt_pwd -D 8)
echo