mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-15 03:04:31 +10:00
init illogical-impulse
This commit is contained in:
+13
-11
@@ -10,27 +10,29 @@ $cmd_duration
|
||||
"""
|
||||
|
||||
format = """
|
||||
$username$hostname$directory
|
||||
$username$hostname $directory $git_branch
|
||||
$character
|
||||
"""
|
||||
|
||||
# Replace the "❯" symbol in the prompt with "➜"
|
||||
[character] # The name of the module we are configuring is "character"
|
||||
success_symbol = "[🭧🭒](bold fg:blue)[ ➜ ](bold bg:blue fg:black)[](bold fg:blue)"
|
||||
success_symbol = "[• ](bold fg:blue)"
|
||||
|
||||
error_symbol = "[🭧🭒](bold fg:red)[ ✗ ](bold bg:red fg:black)[](bold fg:red)"
|
||||
error_symbol = "[• ](bold fg:red)"
|
||||
# Disable the package module, hiding it from the prompt completely
|
||||
[package]
|
||||
disabled = true
|
||||
|
||||
[git_branch]
|
||||
symbol = "🌱 "
|
||||
style = "bg: green"
|
||||
symbol = ""
|
||||
truncation_length = 4
|
||||
truncation_symbol = ""
|
||||
format = "• [](bold fg:green)[$symbol $branch(:$remote_branch)](fg:black bg:green)[](bold fg:green)"
|
||||
|
||||
[git_commit]
|
||||
commit_hash_length = 4
|
||||
tag_symbol = "🔖 "
|
||||
tag_symbol = " "
|
||||
|
||||
[git_state]
|
||||
format = '[\($state( $progress_current of $progress_total)\)]($style) '
|
||||
@@ -50,7 +52,7 @@ deleted = " 🗑 "
|
||||
|
||||
[hostname]
|
||||
ssh_only = false
|
||||
format = "[ ](bold bg:cyan fg:blue)[$hostname ](bg:cyan bold fg:black)[ ](bold fg:cyan bg:blue)"
|
||||
format = "[•$hostname](bg:cyan bold fg:black)[](bold fg:cyan )"
|
||||
trim_at = ".companyname.com"
|
||||
disabled = false
|
||||
|
||||
@@ -69,9 +71,9 @@ format = '🕙[\[ $time \]]($style) '
|
||||
time_format = "%T"
|
||||
|
||||
[username]
|
||||
style_user = "bold bg:blue fg:black"
|
||||
style_user = "bold bg:cyan fg:black"
|
||||
style_root = "red bold"
|
||||
format = "[🭃](bold fg:blue)[$user ]($style)"
|
||||
format = "[](bold fg:cyan)[$user]($style)"
|
||||
disabled = false
|
||||
show_always = true
|
||||
|
||||
@@ -81,16 +83,16 @@ read_only = " "
|
||||
style = "bg:blue fg:black"
|
||||
truncation_length = 2
|
||||
truncation_symbol = "./"
|
||||
format = '[$path]($style)[🭞](fg:blue)'
|
||||
format = '[](bold fg:blue)[$path]($style)[](bold fg:blue)'
|
||||
|
||||
|
||||
[directory.substitutions]
|
||||
"Documents" = " "
|
||||
"/" = " "
|
||||
"/" = "|"
|
||||
"Downloads" = " "
|
||||
"Music" = " "
|
||||
"Pictures" = " "
|
||||
|
||||
[cmd_duration]
|
||||
min_time = 0
|
||||
format = '[🬈🬖🬥🬅 ](bold bg:yellow fg:black)[time:$duration](bold bg:yellow fg:black)[ 🬖🬥🬔🬗](bold bg:yellow fg:black)'
|
||||
format = '[](bold fg:yellow)[$duration](bold bg:yellow fg:black)[](bold fg:yellow)'
|
||||
|
||||
Reference in New Issue
Block a user