From 4a10d2775a4f3c0ac1c1aacf828f34159cbfcb7e Mon Sep 17 00:00:00 2001 From: BlossomOfTheLavender Date: Mon, 27 May 2024 20:00:24 +0700 Subject: [PATCH] Commit-v2.0-1 --- Configs/cava/config | 10 +++++----- Configs/gtklock/style.css | 10 +++++----- Configs/starship.toml | 14 ++++++-------- 3 files changed, 16 insertions(+), 18 deletions(-) diff --git a/Configs/cava/config b/Configs/cava/config index 667c654..7de65b8 100755 --- a/Configs/cava/config +++ b/Configs/cava/config @@ -215,20 +215,20 @@ # SDL and sdl_glsl only support hex code colors, these are the default: ; background = '#111111' -; foreground = '#33ffff' + foreground = '#b4befe' # Gradient mode, only hex defined colors are supported, # background must also be defined in hex or remain commented out. 1 = on, 0 = off. # You can define as many as 8 different colors. They range from bottom to top of screen -gradient = 1 -gradient_count = 2 +#gradient = 1 +#gradient_count = 2 #gradient_color_1 = '#31748f' #gradient_color_2 = '#9ccfd8' #gradient_color_1 = '#cba6f7' -gradient_color_1 = '#f5c2e7' -gradient_color_2 = '#b4befe' +#gradient_color_1 = '#f5c2e7' +#gradient_color_2 = '#b4befe' diff --git a/Configs/gtklock/style.css b/Configs/gtklock/style.css index b04a0cb..a030fc9 100755 --- a/Configs/gtklock/style.css +++ b/Configs/gtklock/style.css @@ -7,14 +7,14 @@ window { #window-box { padding: 40px; - border-radius: 12px; - box-shadow: rgba(0, 0, 0, 0.56) 4 4 5 2px; - /*box-shadow: 1 1 3 1px #101010;*/ + border-radius: 35px; + /*box-shadow: rgba(0, 0, 0, 0.56) 4 4 5 2px; + box-shadow: 1 1 3 1px #101010;*/ background-color: #181825; color: #cdd6f4; -} + } #clock-label { font-family: RobotoMonoNerdFontMono; - font-size: 54px; + font-size: 60px; } diff --git a/Configs/starship.toml b/Configs/starship.toml index 4fc6617..c8216af 100755 --- a/Configs/starship.toml +++ b/Configs/starship.toml @@ -4,9 +4,7 @@ -format = """ -$username$directory$git_status -$character +format = """$username$directory$git_status$character """ # Sets user-defined palette @@ -14,16 +12,16 @@ palette = "catppuccin_mocha" [character] # Note the use of Catppuccin color 'maroon' -success_symbol = "[└](bold overlay0)[  ](bold lavender)" -error_symbol = "[└](bold overlay0)[  ](bold maroon)" -vimcmd_symbol = "[└](bold overlay0)[  ](bold teal)" +success_symbol = "[  ](bold lavender)" +error_symbol = "[  ](bold maroon)" +vimcmd_symbol = "[  ](bold teal)" #error_symbol = "[└  ](bold maroon)" #vimcmd_symbol = "[└  ](sky)" [directory] truncation_length = 4 read_only = " read " -format = "[─ $path ]($style)" +format = "[$path]($style)" # Catppuccin 'lavender' #style = "bold text" style = "bold overlay0" @@ -31,7 +29,7 @@ style = "bold overlay0" [username] style_user = "bold overlay0" style_root = "bold red" -format = "[┌](bold overlay0)[ $user ]($style)" +format = "($style)" disabled = false show_always = true