This commit is contained in:
2026-03-05 18:30:37 +01:00
parent 26d48504ef
commit 94f9cbef4a
14 changed files with 20 additions and 75 deletions
+5
View File
@@ -17,3 +17,8 @@ hidden = false
[keys.normal]
X = "extend_line_above"
"C-h" = "jump_view_left"
"C-j" = "jump_view_down"
"C-k" = "jump_view_up"
"C-l" = "jump_view_right"
-2
View File
@@ -17,8 +17,6 @@ output_path = "~/.config/btop/themes/matugen.theme"
input_path = "~/.config/matugen/templates/fish-colors.fish"
output_path = "~/.config/fish/conf.d/matugen_colors.fish"
# --- GTK / Waybar Colors ---
# (Wird oft von Waybar style.css importiert)
[templates.gtk_css]
input_path = "~/.config/matugen/templates/colors-gtk.css"
output_path = "~/.config/matugen/colors.css"
-73
View File
@@ -1,73 +0,0 @@
"$schema" = 'https://starship.rs/config-schema.json'
format = """
[░▒▓](#00504a)\
$username\
[  ](bg:#00504a fg:#00fded)\
$directory\
$time\
$git_branch\
$git_status\
$nix_shell\
$character"""
[username]
show_always = true
style_user = "bg:#00504a fg:#00fded"
format = "[ $user]($style)"
[directory]
style = "fg:#003733 bg:#00decf"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = "󰈙 "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
"Dokumente" = "󰈙 "
"Musik" = " "
"Bilder" = " "
"Dev" = " "
[time]
disabled = false
time_format = "%R"
style = "bg:#152220"
format = '[[  $time ](fg:#bbcac7 bg:#152220)]($style)'
[git_branch]
disabled = false
symbol = " "
style = "bg:#a1ced4 fg:#00363b"
format = '[ $symbol$branch ](bold $style)'
[git_status]
disabled = false
style = "bg:#a1ced4 fg:#00363b"
format = '[$all_status$ahead_behind]($style)'
# up_to_date = " synced "
modified = "modified "
staged = "staged "
untracked = "untracked "
ahead = "ahead ⇡${count} "
behind = "behind ⇣${count} "
diverged = "diverged ⇕⇡${ahead_count}⇣${behind_count} "
conflicted = "conflict "
stashed = "stashed "
renamed = "renamed "
deleted = "deleted "
[nix_shell]
disabled = false
format = '[  <$name> ]($style)'
style = "bg:#3c4947 fg:#bbcac7"
impure_msg = '(impure)'
pure_msg = '(pure)'
[character]
success_symbol = "[ ➜](#00decf)"
error_symbol = "[ ERROR ](bold #ffb4ab)[➜](#ffb4ab)"
+2
View File
@@ -4,3 +4,5 @@ set selection-clipboard clipboard
set adjust-open best-fit
set page-h-padding 10
set page-v-padding 10
set recolor-keephue "true"