From cd89df7c8b4a68b7c3aa877806d103eca0da5077 Mon Sep 17 00:00:00 2001 From: quak Date: Thu, 26 Sep 2024 23:22:13 +0200 Subject: [PATCH] stuff --- dunst/.config/dunst/dunstrc | 12 ++-- starship/.config/backup/240913_starship.toml | 60 -------------------- starship/.config/starship.toml | 16 +++--- 3 files changed, 14 insertions(+), 74 deletions(-) delete mode 100755 starship/.config/backup/240913_starship.toml diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 7c2d812..d4c95a5 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -24,10 +24,10 @@ # dynamic width from 0 to 300 # width = (0, 300) # constant width of 300 - width = 300 + width = 250 400 # The maximum height of a single notification, excluding the frame. - height = 180 + height = 200 # Position the notification in the top right corner origin = top-right @@ -89,7 +89,7 @@ frame_width = 1 # Defines color of the frame around the notification window. - frame_color = "#85C567" + frame_color = "#8AD577" # Define a color for the separator. # possible values are: @@ -97,7 +97,7 @@ # * foreground: use the same color as the foreground; # * frame: use the same color as the frame; # * anything else will be interpreted as a X color. - separator_color = "#85C567" + separator_color = "#8AD577" # Sort messages by urgency. sort = no @@ -293,14 +293,14 @@ # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. background = "#0C0C18E2" - foreground = "#85C567" + foreground = "#8AD577" timeout = 8 # Icon for notifications with low urgency, uncomment to enable #default_icon = /path/to/icon [urgency_normal] background = "#0C0C18E2" - foreground = "#85C567" + foreground = "#8AD577" timeout = 8 # Icon for notifications with normal urgency, uncomment to enable #default_icon = /path/to/icon diff --git a/starship/.config/backup/240913_starship.toml b/starship/.config/backup/240913_starship.toml deleted file mode 100755 index 57332c3..0000000 --- a/starship/.config/backup/240913_starship.toml +++ /dev/null @@ -1,60 +0,0 @@ -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 10fa9d2..3562244 100755 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -2,13 +2,13 @@ format = """ \n\ [╭─ ](bold)[⟨](bold zx_light_magenta) \ $shell \ -[//](bold zx_magenta)\ -$username\ [//](bold zx_cyan)\ +$username\ +[//](bold zx_blue)\ $directory\ -[//](bold zx_light_yellow)\ -$git_branch[-](zx_light_magenta)$git_status\ [//](bold zx_yellow)\ +$git_branch[-](zx_light_magenta)$git_status\ +[//](bold zx_light_yellow)\ $jobs\ [⟩ ](bold zx_dark_cyan)\ $fill$status\ @@ -26,7 +26,7 @@ palette = 'zegonix' zx_green = "#0CB653" zx_light_green = "#4BDD94" zx_yellow = "#5EB34D" -zx_light_yellow = "#9EDF6D" +zx_light_yellow = "#8CDF5A" zx_blue = "#2050A0" zx_light_blue = "#72AFE3" zx_magenta = "#E02482" @@ -50,7 +50,7 @@ format = '[ $user ]($style)' disabled = false style = "fg:zx_white" format = "[ $path ]($style)" -truncation_length = 4 +truncation_length = 6 truncation_symbol = "…/" truncate_to_repo = false @@ -107,11 +107,11 @@ style = 'bold zx_white' [shell] disabled = false style = "bold fg:zx_white" -format = '[\[](bold zx_gray)[$indicator]($style)[\]](bold zx_gray)' +format = '[\[](bold zx_magenta)[$indicator]($style)[\]](bold zx_magenta)' bash_indicator = "bash" [python] disabled = false -style = "bold fg:zx_blue" +style = "bold fg:zx_gray" format = '[\(]($style) [$virtualenv](fg:zx_white) [\)]($style) ' detect_extensions = [] \ No newline at end of file