feat/ultraviolet-theme #1

Merged
Damien merged 4 commits from feat/ultraviolet-theme into main 2026-06-21 10:09:25 +00:00
Showing only changes of commit ce4cb5e63c - Show all commits
+10
View File
@@ -85,3 +85,13 @@ style = 'bold fg:#E297DB'
pyenv_version_name = false
detect_extensions = ['py']
detect_files = ['.python-version', 'pyproject.toml', 'requirements.txt', 'setup.py', 'Pipfile']
# Shows if a ContainerLab topology file is present in the current directory
[custom.containerlab]
description = "Shows ContainerLab topology name when present"
command = 'grep -m1 "^name:" *.clab.y*ml 2>/dev/null | head -1 | cut -d: -f2 | xargs'
when = 'ls *.clab.yml *.clab.yaml 2>/dev/null | grep -q .'
symbol = '󰒍 '
format = 'via [$symbol($output)]($style) '
style = 'bold fg:#C58FFF'
shell = ['bash', '--noprofile', '--norc']