added venv delimeters
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user