From 2c260be2053d184cb58d0aabee11586cbd6e954d Mon Sep 17 00:00:00 2001 From: Uyanide Date: Fri, 1 Aug 2025 19:33:19 +0200 Subject: [PATCH] not much --- .scripts/change-colortheme.py | 8 + .yazi-themes/catppuccin-frappe-blue.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-frappe-flamingo.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-frappe-green.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-frappe-lavender.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-frappe-maroon.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-frappe-mauve.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-frappe-peach.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-frappe-pink.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-frappe-red.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-frappe-rosewater.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-frappe-sapphire.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-frappe-sky.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-frappe-teal.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-frappe-yellow.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-latte-blue.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-latte-flamingo.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-latte-green.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-latte-lavender.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-latte-maroon.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-latte-mauve.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-latte-peach.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-latte-pink.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-latte-red.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-latte-rosewater.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-latte-sapphire.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-latte-sky.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-latte-teal.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-latte-yellow.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-macchiato-blue.toml | 756 ++++++++++++++++++ .../catppuccin-macchiato-flamingo.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-macchiato-green.toml | 756 ++++++++++++++++++ .../catppuccin-macchiato-lavender.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-macchiato-maroon.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-macchiato-mauve.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-macchiato-peach.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-macchiato-pink.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-macchiato-red.toml | 756 ++++++++++++++++++ .../catppuccin-macchiato-rosewater.toml | 756 ++++++++++++++++++ .../catppuccin-macchiato-sapphire.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-macchiato-sky.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-macchiato-teal.toml | 756 ++++++++++++++++++ .yazi-themes/catppuccin-macchiato-yellow.toml | 756 ++++++++++++++++++ alacritty/alacritty.toml | 167 ---- alacritty/catppuccin-macchiato.toml | 65 -- alacritty/catppuccin-mocha.toml | 65 -- fuzzel/fuzzel.ini | 6 +- fuzzel/fuzzel.ini.template | 24 + gsimplecal/config | 2 - 49 files changed, 31787 insertions(+), 302 deletions(-) create mode 100644 .yazi-themes/catppuccin-frappe-blue.toml create mode 100644 .yazi-themes/catppuccin-frappe-flamingo.toml create mode 100644 .yazi-themes/catppuccin-frappe-green.toml create mode 100644 .yazi-themes/catppuccin-frappe-lavender.toml create mode 100644 .yazi-themes/catppuccin-frappe-maroon.toml create mode 100644 .yazi-themes/catppuccin-frappe-mauve.toml create mode 100644 .yazi-themes/catppuccin-frappe-peach.toml create mode 100644 .yazi-themes/catppuccin-frappe-pink.toml create mode 100644 .yazi-themes/catppuccin-frappe-red.toml create mode 100644 .yazi-themes/catppuccin-frappe-rosewater.toml create mode 100644 .yazi-themes/catppuccin-frappe-sapphire.toml create mode 100644 .yazi-themes/catppuccin-frappe-sky.toml create mode 100644 .yazi-themes/catppuccin-frappe-teal.toml create mode 100644 .yazi-themes/catppuccin-frappe-yellow.toml create mode 100644 .yazi-themes/catppuccin-latte-blue.toml create mode 100644 .yazi-themes/catppuccin-latte-flamingo.toml create mode 100644 .yazi-themes/catppuccin-latte-green.toml create mode 100644 .yazi-themes/catppuccin-latte-lavender.toml create mode 100644 .yazi-themes/catppuccin-latte-maroon.toml create mode 100644 .yazi-themes/catppuccin-latte-mauve.toml create mode 100644 .yazi-themes/catppuccin-latte-peach.toml create mode 100644 .yazi-themes/catppuccin-latte-pink.toml create mode 100644 .yazi-themes/catppuccin-latte-red.toml create mode 100644 .yazi-themes/catppuccin-latte-rosewater.toml create mode 100644 .yazi-themes/catppuccin-latte-sapphire.toml create mode 100644 .yazi-themes/catppuccin-latte-sky.toml create mode 100644 .yazi-themes/catppuccin-latte-teal.toml create mode 100644 .yazi-themes/catppuccin-latte-yellow.toml create mode 100644 .yazi-themes/catppuccin-macchiato-blue.toml create mode 100644 .yazi-themes/catppuccin-macchiato-flamingo.toml create mode 100644 .yazi-themes/catppuccin-macchiato-green.toml create mode 100644 .yazi-themes/catppuccin-macchiato-lavender.toml create mode 100644 .yazi-themes/catppuccin-macchiato-maroon.toml create mode 100644 .yazi-themes/catppuccin-macchiato-mauve.toml create mode 100644 .yazi-themes/catppuccin-macchiato-peach.toml create mode 100644 .yazi-themes/catppuccin-macchiato-pink.toml create mode 100644 .yazi-themes/catppuccin-macchiato-red.toml create mode 100644 .yazi-themes/catppuccin-macchiato-rosewater.toml create mode 100644 .yazi-themes/catppuccin-macchiato-sapphire.toml create mode 100644 .yazi-themes/catppuccin-macchiato-sky.toml create mode 100644 .yazi-themes/catppuccin-macchiato-teal.toml create mode 100644 .yazi-themes/catppuccin-macchiato-yellow.toml delete mode 100644 alacritty/alacritty.toml delete mode 100644 alacritty/catppuccin-macchiato.toml delete mode 100644 alacritty/catppuccin-mocha.toml mode change 100755 => 100644 fuzzel/fuzzel.ini create mode 100755 fuzzel/fuzzel.ini.template delete mode 100644 gsimplecal/config diff --git a/.scripts/change-colortheme.py b/.scripts/change-colortheme.py index 6717705..d9828ee 100755 --- a/.scripts/change-colortheme.py +++ b/.scripts/change-colortheme.py @@ -28,6 +28,8 @@ - wlogout: edit $HOME/.config/wlogout/style.css edit $HOME/.config/wlogout/icons/*.svg + +- fuzzel: edit $HOME/.config/fuzzel/fuzzel.ini ''' import os @@ -186,6 +188,12 @@ def change_wlogout(flavor): apply_flavor(icon_dist, flavor) +def change_fuzzel(flavor): + fuzzel_template = Path.home().joinpath('.config', 'fuzzel', 'fuzzel.ini.template') + fuzzel_dist = copy_template(fuzzel_template, Path.home().joinpath('.config', 'fuzzel')) + apply_flavor(fuzzel_dist, flavor) + + def match_color(color: str) -> str: """ Matches a given color to the closest color in the palette.""" # HUE distance of the given and returned color must no\t" -save_to_clipboard = true - -[cursor] -style = "Underline" -vi_mode_style = "None" -unfocused_hollow = true -thickness = 0.15 - -[mouse] -hide_when_typing = true - -[[mouse.bindings]] -mouse = "Middle" -action = "PasteSelection" - -[keyboard] -[[keyboard.bindings]] -key = "Paste" -action = "Paste" - -[[keyboard.bindings]] -key = "Copy" -action = "Copy" - -[[keyboard.bindings]] -key = "L" -mods = "Control" -action = "ClearLogNotice" - -[[keyboard.bindings]] -key = "L" -mods = "Control" -mode = "~Vi" -chars = "\f" - -[[keyboard.bindings]] -key = "PageUp" -mods = "Shift" -mode = "~Alt" -action = "ScrollPageUp" - -[[keyboard.bindings]] -key = "PageDown" -mods = "Shift" -mode = "~Alt" -action = "ScrollPageDown" - -[[keyboard.bindings]] -key = "Home" -mods = "Shift" -mode = "~Alt" -action = "ScrollToTop" - -[[keyboard.bindings]] -key = "End" -mods = "Shift" -mode = "~Alt" -action = "ScrollToBottom" - -[[keyboard.bindings]] -key = "V" -mods = "Control|Shift" -action = "Paste" - -[[keyboard.bindings]] -key = "C" -mods = "Control|Shift" -action = "Copy" - -[[keyboard.bindings]] -key = "F" -mods = "Control|Shift" -action = "SearchForward" - -[[keyboard.bindings]] -key = "B" -mods = "Control|Shift" -action = "SearchBackward" - -[[keyboard.bindings]] -key = "C" -mods = "Control|Shift" -mode = "Vi" -action = "ClearSelection" - -[[keyboard.bindings]] -key = "Key0" -mods = "Control" -action = "ResetFontSize" - -[general] -live_config_reload = true -working_directory = "None" -import = ["~/.config/alacritty/catppuccin-mocha.toml"] diff --git a/alacritty/catppuccin-macchiato.toml b/alacritty/catppuccin-macchiato.toml deleted file mode 100644 index 64b6214..0000000 --- a/alacritty/catppuccin-macchiato.toml +++ /dev/null @@ -1,65 +0,0 @@ -[colors.primary] -background = "#24273a" -foreground = "#cad3f5" -dim_foreground = "#8087a2" -bright_foreground = "#cad3f5" - -[colors.cursor] -text = "#24273a" -cursor = "#f4dbd6" - -[colors.vi_mode_cursor] -text = "#24273a" -cursor = "#b7bdf8" - -[colors.search.matches] -foreground = "#24273a" -background = "#a5adcb" - -[colors.search.focused_match] -foreground = "#24273a" -background = "#a6da95" - -[colors.footer_bar] -foreground = "#24273a" -background = "#a5adcb" - -[colors.hints.start] -foreground = "#24273a" -background = "#eed49f" - -[colors.hints.end] -foreground = "#24273a" -background = "#a5adcb" - -[colors.selection] -text = "#24273a" -background = "#f4dbd6" - -[colors.normal] -black = "#494d64" -red = "#ed8796" -green = "#a6da95" -yellow = "#eed49f" -blue = "#8aadf4" -magenta = "#f5bde6" -cyan = "#8bd5ca" -white = "#b8c0e0" - -[colors.bright] -black = "#5b6078" -red = "#ed8796" -green = "#a6da95" -yellow = "#eed49f" -blue = "#8aadf4" -magenta = "#f5bde6" -cyan = "#8bd5ca" -white = "#a5adcb" - -[[colors.indexed_colors]] -index = 16 -color = "#f5a97f" - -[[colors.indexed_colors]] -index = 17 -color = "#f4dbd6" diff --git a/alacritty/catppuccin-mocha.toml b/alacritty/catppuccin-mocha.toml deleted file mode 100644 index de33f2d..0000000 --- a/alacritty/catppuccin-mocha.toml +++ /dev/null @@ -1,65 +0,0 @@ -[colors.primary] -background = "#1e1e2e" -foreground = "#cdd6f4" -dim_foreground = "#7f849c" -bright_foreground = "#cdd6f4" - -[colors.cursor] -text = "#1e1e2e" -cursor = "#f5e0dc" - -[colors.vi_mode_cursor] -text = "#1e1e2e" -cursor = "#b4befe" - -[colors.search.matches] -foreground = "#1e1e2e" -background = "#a6adc8" - -[colors.search.focused_match] -foreground = "#1e1e2e" -background = "#a6e3a1" - -[colors.footer_bar] -foreground = "#1e1e2e" -background = "#a6adc8" - -[colors.hints.start] -foreground = "#1e1e2e" -background = "#f9e2af" - -[colors.hints.end] -foreground = "#1e1e2e" -background = "#a6adc8" - -[colors.selection] -text = "#1e1e2e" -background = "#f5e0dc" - -[colors.normal] -black = "#45475a" -red = "#f38ba8" -green = "#a6e3a1" -yellow = "#f9e2af" -blue = "#89b4fa" -magenta = "#f5c2e7" -cyan = "#94e2d5" -white = "#bac2de" - -[colors.bright] -black = "#585b70" -red = "#f38ba8" -green = "#a6e3a1" -yellow = "#f9e2af" -blue = "#89b4fa" -magenta = "#f5c2e7" -cyan = "#94e2d5" -white = "#a6adc8" - -[[colors.indexed_colors]] -index = 16 -color = "#fab387" - -[[colors.indexed_colors]] -index = 17 -color = "#f5e0dc" diff --git a/fuzzel/fuzzel.ini b/fuzzel/fuzzel.ini old mode 100755 new mode 100644 index 3fc8ea3..cdc09f4 --- a/fuzzel/fuzzel.ini +++ b/fuzzel/fuzzel.ini @@ -8,12 +8,12 @@ text=cdd6f4ff prompt=bac2deff placeholder=7f849cff input=cdd6f4ff -match=89b4faff +match=f5c2e7ff selection=585b70ff selection-text=cdd6f4ff -selection-match=89b4faff +selection-match=f5c2e7ff counter=7f849cff -border=89b4faff +border=f5c2e7ff [border] diff --git a/fuzzel/fuzzel.ini.template b/fuzzel/fuzzel.ini.template new file mode 100755 index 0000000..07c5d02 --- /dev/null +++ b/fuzzel/fuzzel.ini.template @@ -0,0 +1,24 @@ +terminal=kitty -e +prompt=">> " +layer=overlay + +[colors] +background=1e1e2edd +text=cdd6f4ff +prompt=bac2deff +placeholder=7f849cff +input=cdd6f4ff +match=ff +selection=585b70ff +selection-text=cdd6f4ff +selection-match=ff +counter=7f849cff +border=ff + + +[border] +radius=17 +width=2 + +[dmenu] +exit-immediately-if-empty=yes diff --git a/gsimplecal/config b/gsimplecal/config deleted file mode 100644 index c18b57b..0000000 --- a/gsimplecal/config +++ /dev/null @@ -1,2 +0,0 @@ -close_on_unfocus = 1 -mainwindow_resizable = 1 \ No newline at end of file