diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index a8635fc..e73d019 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1,5 +1,5 @@ -preload = ~/Pictures/wallpapers/a_foggy_landscape_with_trees_and_grass.jpg +preload = ~/Pictures/wallpapers/a_group_of_white_lines_on_a_black_background.jpeg -wallpaper = HDMI-A-1,~/Pictures/wallpapers/a_foggy_landscape_with_trees_and_grass.jpg -wallpaper = DP-2,~/Pictures/wallpapers/a_foggy_landscape_with_trees_and_grass.jpg +wallpaper = HDMI-A-1,~/Pictures/wallpapers/a_group_of_white_lines_on_a_black_background.jpeg +wallpaper = DP-2,~/Pictures/wallpapers/a_group_of_white_lines_on_a_black_background.jpeg splash = false diff --git a/.p10k.zsh b/.p10k.zsh index eef5b0f..4c1cea7 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -91,7 +91,8 @@ typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=$grey # Don't show Python version. typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false - typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER= + typeset -g POWERLEVEL9K_VIRTUALENV_LEFT_DELIMITER='(' + typeset -g POWERLEVEL9K_VIRTUALENV_RIGHT_DELIMITER=')' # Blue current directory. typeset -g POWERLEVEL9K_DIR_FOREGROUND=$blue