From a7e6261a9fe3dd5ad2fa366b8f7117f65153a067 Mon Sep 17 00:00:00 2001 From: flof-ik Date: Wed, 9 Mar 2022 23:58:15 +0200 Subject: [PATCH] Updated kitty, starship --- config/kitty/kitty.conf | 4 ++-- config/starship.toml | 50 +++++++++++++++++++++++------------------ 2 files changed, 30 insertions(+), 24 deletions(-) diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index e142455..421cdca 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -11,7 +11,7 @@ disable_ligatures never ## Tabs tab_bar_style fade -tab_fade 0.5 0.75 1 +tab_fade 1 ## Bell enable_audio_bell no @@ -41,7 +41,7 @@ map ctrl+minus change_font_size all -1 map ctrl+backspace change_font_size all 0 ## Colors -background #2E3440 +background #24283b foreground #d4d4d4 selection_background #d7ba7d diff --git a/config/starship.toml b/config/starship.toml index 90d0078..4b3ee2f 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -1,30 +1,36 @@ add_newline = false -[nodejs] -symbol = "Node " - -[python] -symbol = "Py " - -[elm] -symbol = "Elm " - -[lua] -symbol = "Lua " -lua_binary = "luajit" - -[rust] -symbol = "Rust " - -[package] -symbol = "PKG " - -[battery] -disabled = true - [cmd_duration] disabled = true +[nodejs] +symbol = " " + +[package] +symbol = " " + +[python] +symbol = " " + +[golang] +symbol = " " + +[rust] +symbol = " " + +[elm] +symbol = " " + +[lua] +symbol = " " +lua_binary = "luajit" + +[battery] +disabled = true +full_symbol = "" +charging_symbol = "" +discharging_symbol = "" + [directory] truncation_length = 5 truncate_to_repo = false