added venv delimeters

This commit is contained in:
2024-10-27 21:11:19 +05:00
parent 2ef4ee0d75
commit 24c5fef1cb
2 changed files with 5 additions and 4 deletions

View File

@ -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 = HDMI-A-1,~/Pictures/wallpapers/a_group_of_white_lines_on_a_black_background.jpeg
wallpaper = DP-2,~/Pictures/wallpapers/a_foggy_landscape_with_trees_and_grass.jpg wallpaper = DP-2,~/Pictures/wallpapers/a_group_of_white_lines_on_a_black_background.jpeg
splash = false splash = false

View File

@ -91,7 +91,8 @@
typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=$grey typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=$grey
# Don't show Python version. # Don't show Python version.
typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false 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. # Blue current directory.
typeset -g POWERLEVEL9K_DIR_FOREGROUND=$blue typeset -g POWERLEVEL9K_DIR_FOREGROUND=$blue