diff --git a/.stow-local-ignore b/.stow-local-ignore index 13e779b..2b0376a 100644 --- a/.stow-local-ignore +++ b/.stow-local-ignore @@ -24,4 +24,5 @@ _darcs images fonts -misc \ No newline at end of file +misc +*/backup diff --git a/alacritty/.config/alacritty/alacritty.toml b/alacritty/.config/alacritty/alacritty.toml index 39143a6..68c17c9 100755 --- a/alacritty/.config/alacritty/alacritty.toml +++ b/alacritty/.config/alacritty/alacritty.toml @@ -9,18 +9,24 @@ history = 100000 [font] size = 13.0 +[font.normal] +family = "VictorMono Nerd Font" +style = "SemiBold" +# family = "Meslo LGS Nerd Font" +# style = "Regular" + [font.bold] family = "VictorMono Nerd Font" +# family = "Mononoki Nerd Font Mono" style = "Bold" -[font.bold_italic] -family = "VictorMono Nerd Font" -style = "BoldItalic" - [font.italic] family = "VictorMono Nerd Font" +# family = "Mononoki Nerd Font Mono" style = "SemiBoldItalic" -[font.normal] +[font.bold_italic] family = "VictorMono Nerd Font" -style = "SemiBold" \ No newline at end of file +# family = "Mononoki Nerd Font Mono" +style = "BoldItalic" + diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 3c06b7f..6d66e0c 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -13,7 +13,7 @@ fade-delta = 8; # opacity opacity-rule = [ - "90:class_g = 'Alacritty'" + "93:class_g = 'Alacritty'" ]; # corners diff --git a/starship/.config/backup/240913_starship.toml b/starship/.config/backup/240913_starship.toml new file mode 100755 index 0000000..57332c3 --- /dev/null +++ b/starship/.config/backup/240913_starship.toml @@ -0,0 +1,60 @@ +format = """ +\n\ +$username\ +[](bg:#1E3769 fg:#361C72)\ +$directory\ +[](fg:#1E3769 bg:#215189)\ +$git_branch\ +$git_status\ +[](fg:#215189 bg:#2A76A9)\ +$time\ +[](fg:#2A76A9)\n\ +>> +""" + +# Disable the blank line at the start of the prompt +add_newline = false + +# You can also replace your username with a neat symbol like  or disable this +# and use the os module below +[username] +disabled = false +show_always = true +style_user = "bg:#361C72 fg:#DFDFD0" +style_root = "bg:#361C72 fg:#DFDFD0" +format = '[ $user ]($style)' + +[directory] +disabled = false +style = "bg:#1E3769 fg:#DFDFD0" +format = "[ $path ]($style)" +truncation_length = 8 +truncation_symbol = "…/" +truncate_to_repo = false + +[git_branch] +disabled = false +symbol = "" +style = "bg:#215189 fg:#DFDFD0" +format = '[ $symbol $branch ]($style)' + +[git_status] +disabled = false +style = "bg:#215189 fg:#DFDFD0" +format = '[$all_status$ahead_behind ]($style)' + +[time] +disabled = false +style = "bg:#2A76A9 fg:#DFDFD0" +format = '[ $time ]($style)' +use_12hr = false + +[status] +disabled = true +symbol = "[failure](fg:red)" +success_symbol = "[success](fg:green)" + +[fill] +disabled = true +symbol = ' ' +style = '' \ No newline at end of file diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 57332c3..3b1afc6 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -1,60 +1,110 @@ format = """ \n\ +[╭─ ](bold)[⟨](bold zx_light_magenta)\ +$status\ +[//](bold zx_magenta)\ $username\ -[](bg:#1E3769 fg:#361C72)\ +[//](bold zx_cyan)\ $directory\ -[](fg:#1E3769 bg:#215189)\ -$git_branch\ -$git_status\ -[](fg:#215189 bg:#2A76A9)\ -$time\ -[](fg:#2A76A9)\n\ ->> +[//](bold zx_light_yellow)\ +$git_branch[-](zx_light_magenta)$git_status\ +[//](bold zx_yellow)\ +$jobs\ +[⟩ ](bold zx_dark_cyan)\ +$fill$shell\ +\n[╰─](bold) """ +# \n[╰─](bold zx_light_magenta) # Disable the blank line at the start of the prompt add_newline = false +palette = 'zegonix' + +# custom colors +[palettes.zegonix] +zx_green = "#0CB653" +zx_light_green = "#4BDD94" +zx_yellow = "#5EB34D" +zx_light_yellow = "#9EDF6D" +zx_blue = "#0E4081" +zx_light_blue = "#72AFE3" +zx_magenta = "#E02482" +zx_light_magenta = "#FBADDD" +zx_cyan = "#15D7E5" +zx_light_cyan = "#65E7F1" +zx_dark_cyan = "#109EA8" +zx_white = "#DFDFD0" + # You can also replace your username with a neat symbol like  or disable this # and use the os module below [username] disabled = false show_always = true -style_user = "bg:#361C72 fg:#DFDFD0" -style_root = "bg:#361C72 fg:#DFDFD0" +style_user = "fg:zx_white" +style_root = "fg:zx_white" format = '[ $user ]($style)' [directory] disabled = false -style = "bg:#1E3769 fg:#DFDFD0" +style = "fg:zx_white" format = "[ $path ]($style)" -truncation_length = 8 +truncation_length = 4 truncation_symbol = "…/" truncate_to_repo = false [git_branch] disabled = false symbol = "" -style = "bg:#215189 fg:#DFDFD0" +style = "fg:zx_white" format = '[ $symbol $branch ]($style)' [git_status] disabled = false -style = "bg:#215189 fg:#DFDFD0" -format = '[$all_status$ahead_behind ]($style)' +style = "fg:zx_white" +format = '[ $all_status$ahead_behind ]($style)' +conflicted = ' ' +ahead = ' ' +behind = ' ' +diverged = ' ' +up_to_date = ' ' +untracked = ' ' +stashed = '' +modified = ' ' +staged = ' ' +renamed = ' ' +deleted = ' ' +typechanged = '' + +[jobs] +disabled = false +symbol_threshold = 0 +number_threshold = 1 +symbol = '󰁀 ' +style = 'bold fg:zx_white' +format ="[ $symbol$number ]($style)" + [time] -disabled = false -style = "bg:#2A76A9 fg:#DFDFD0" +disabled = true +style = "fg:zx_light_blue" format = '[ $time ]($style)' use_12hr = false [status] -disabled = true -symbol = "[failure](fg:red)" -success_symbol = "[success](fg:green)" +disabled = false +style = "fg:zx_white" +format = "[ $symbol ]($style)" +symbol = '[\[err\]](bold)' +success_symbol = '[\[ok\]](bold)' [fill] -disabled = true -symbol = ' ' -style = '' \ No newline at end of file +disabled = false +symbol = '─' +style = 'bold zx_white' + +[shell] +disabled = false +style = "zx_green" +format = ' [\[]($style)[$indicator](fg:zx_white)[\]]($style) ' +bash_indicator = "bash" \ No newline at end of file