Commit-v2.0-1

This commit is contained in:
BlossomOfTheLavender 2024-05-27 20:00:24 +07:00
parent 87a90a53c7
commit 4a10d2775a
3 changed files with 16 additions and 18 deletions

View File

@ -215,20 +215,20 @@
# SDL and sdl_glsl only support hex code colors, these are the default: # SDL and sdl_glsl only support hex code colors, these are the default:
; background = '#111111' ; background = '#111111'
; foreground = '#33ffff' foreground = '#b4befe'
# Gradient mode, only hex defined colors are supported, # Gradient mode, only hex defined colors are supported,
# background must also be defined in hex or remain commented out. 1 = on, 0 = off. # 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 # You can define as many as 8 different colors. They range from bottom to top of screen
gradient = 1 #gradient = 1
gradient_count = 2 #gradient_count = 2
#gradient_color_1 = '#31748f' #gradient_color_1 = '#31748f'
#gradient_color_2 = '#9ccfd8' #gradient_color_2 = '#9ccfd8'
#gradient_color_1 = '#cba6f7' #gradient_color_1 = '#cba6f7'
gradient_color_1 = '#f5c2e7' #gradient_color_1 = '#f5c2e7'
gradient_color_2 = '#b4befe' #gradient_color_2 = '#b4befe'

View File

@ -7,14 +7,14 @@ window {
#window-box { #window-box {
padding: 40px; padding: 40px;
border-radius: 12px; border-radius: 35px;
box-shadow: rgba(0, 0, 0, 0.56) 4 4 5 2px; /*box-shadow: rgba(0, 0, 0, 0.56) 4 4 5 2px;
/*box-shadow: 1 1 3 1px #101010;*/ box-shadow: 1 1 3 1px #101010;*/
background-color: #181825; background-color: #181825;
color: #cdd6f4; color: #cdd6f4;
} }
#clock-label { #clock-label {
font-family: RobotoMonoNerdFontMono; font-family: RobotoMonoNerdFontMono;
font-size: 54px; font-size: 60px;
} }

View File

@ -4,9 +4,7 @@
format = """ format = """$username$directory$git_status$character
$username$directory$git_status
$character
""" """
# Sets user-defined palette # Sets user-defined palette
@ -14,16 +12,16 @@ palette = "catppuccin_mocha"
[character] [character]
# Note the use of Catppuccin color 'maroon' # Note the use of Catppuccin color 'maroon'
success_symbol = "[└](bold overlay0)[  ](bold lavender)" success_symbol = "[ ](bold lavender)"
error_symbol = "[└](bold overlay0)[  ](bold maroon)" error_symbol = "[ ](bold maroon)"
vimcmd_symbol = "[└](bold overlay0)[  ](bold teal)" vimcmd_symbol = "[ ](bold teal)"
#error_symbol = "[└  ](bold maroon)" #error_symbol = "[└  ](bold maroon)"
#vimcmd_symbol = "[└  ](sky)" #vimcmd_symbol = "[└  ](sky)"
[directory] [directory]
truncation_length = 4 truncation_length = 4
read_only = " read " read_only = " read "
format = "[$path ]($style)" format = "[$path]($style)"
# Catppuccin 'lavender' # Catppuccin 'lavender'
#style = "bold text" #style = "bold text"
style = "bold overlay0" style = "bold overlay0"
@ -31,7 +29,7 @@ style = "bold overlay0"
[username] [username]
style_user = "bold overlay0" style_user = "bold overlay0"
style_root = "bold red" style_root = "bold red"
format = "[┌](bold overlay0)[ $user ]($style)" format = "($style)"
disabled = false disabled = false
show_always = true show_always = true