diff --git a/.config/wallust/templates/colors-cava b/.config/wallust/templates/colors-cava index 05e55918..3860904f 100644 --- a/.config/wallust/templates/colors-cava +++ b/.config/wallust/templates/colors-cava @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # /* wallust template - colors-cava */ ## Configuration file for CAVA. diff --git a/.config/wallust/templates/colors-ghostty.conf b/.config/wallust/templates/colors-ghostty.conf new file mode 100644 index 00000000..c1817cc4 --- /dev/null +++ b/.config/wallust/templates/colors-ghostty.conf @@ -0,0 +1,28 @@ +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ +# wallust template - colors for Ghostty +# This file is included by ~/.config/ghostty/ghostty.config when present. + +# Core UI colors +foreground = {{foreground}} +background = {{background}} +cursor-color = {{cursor}} +selection-foreground = {{foreground}} +selection-background = {{color12}} + +# 16-color palette +palette = 0={{color0}} +palette = 1={{color1}} +palette = 2={{color2}} +palette = 3={{color3}} +palette = 4={{color4}} +palette = 5={{color5}} +palette = 6={{color6}} +palette = 7={{color7}} +palette = 8={{color8}} +palette = 9={{color9}} +palette = 10={{color10}} +palette = 11={{color11}} +palette = 12={{color12}} +palette = 13={{color13}} +palette = 14={{color14}} +palette = 15={{color15}} diff --git a/.config/wallust/templates/colors-hyprland.conf b/.config/wallust/templates/colors-hyprland.conf index 12188328..37c9f16f 100644 --- a/.config/wallust/templates/colors-hyprland.conf +++ b/.config/wallust/templates/colors-hyprland.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # /* wallust template - colors-hyprland */ $background = rgb({{background | strip}}) diff --git a/.config/wallust/templates/colors-kitty.conf b/.config/wallust/templates/colors-kitty.conf index 8f0618c2..1ea291be 100644 --- a/.config/wallust/templates/colors-kitty.conf +++ b/.config/wallust/templates/colors-kitty.conf @@ -1,4 +1,4 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # /* wallust template - colors-kitty */ foreground {{foreground}} diff --git a/.config/wallust/templates/colors-rofi.rasi b/.config/wallust/templates/colors-rofi.rasi index 68bc8b6b..a5555df6 100644 --- a/.config/wallust/templates/colors-rofi.rasi +++ b/.config/wallust/templates/colors-rofi.rasi @@ -1,4 +1,4 @@ - /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* wallust template - colors-rofi */ * { @@ -16,12 +16,12 @@ alternate-normal-foreground: {{foreground}}; alternate-urgent-background: {{background}}; alternate-urgent-foreground: {{foreground}}; -selected-active-background: {{color13}}; -selected-active-foreground: {{foreground}}; -selected-normal-background: {{color13}}; -selected-normal-foreground: {{foreground}}; -selected-urgent-background: {{color12}}; -selected-urgent-foreground: {{foreground}}; +selected-active-background: {{color12}}; +selected-active-foreground: {{background}}; +selected-normal-background: {{color12}}; +selected-normal-foreground: {{background}}; +selected-urgent-background: {{color11}}; +selected-urgent-foreground: {{background}}; background-color: {{background}}; background: rgba(0,0,0,0.7); diff --git a/.config/wallust/templates/colors-swaync.css b/.config/wallust/templates/colors-swaync.css index cab0dffb..240ccde5 100644 --- a/.config/wallust/templates/colors-swaync.css +++ b/.config/wallust/templates/colors-swaync.css @@ -1,4 +1,4 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* wallust template - colors-swaync */ @define-color text {{foreground}}; diff --git a/.config/wallust/templates/colors-waybar.css b/.config/wallust/templates/colors-waybar.css index c59e4914..7dd191aa 100644 --- a/.config/wallust/templates/colors-waybar.css +++ b/.config/wallust/templates/colors-waybar.css @@ -1,7 +1,7 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* wallust template - colors-waybar */ - @define-color foreground {{foreground}}; + @define-color foreground {{color12}}; @define-color background {{background}}; @define-color background-alt rgba({{background | rgb}},0.25); @define-color cursor {{cursor}}; diff --git a/.config/wallust/wallust-kitty.toml b/.config/wallust/wallust-kitty.toml new file mode 100644 index 00000000..05ef2b55 --- /dev/null +++ b/.config/wallust/wallust-kitty.toml @@ -0,0 +1,11 @@ +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # +# wallust configuration - kitty only + +backend = "fastresize" +color_space = "labmixed" +palette = "softdark16" +threshold = 11 + +[templates] +kitty.template = 'colors-kitty.conf' +kitty.target = '~/.config/kitty/kitty-themes/01-Wallust.conf' diff --git a/.config/wallust/wallust.toml b/.config/wallust/wallust.toml index d1f40ab2..b74794d9 100644 --- a/.config/wallust/wallust.toml +++ b/.config/wallust/wallust.toml @@ -1,9 +1,9 @@ -# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # # wallust configuration - for wallust version 3.0 # How the image is parse, in order to get the colors: # full - resized - wal - thumb - fastresize - kmeans -backend = "kmeans" +backend = "fastresize" # What color space to use to produce and select the most prominent colors: # lab - labmixed - lch - lchmixed @@ -46,8 +46,9 @@ rofi.target = '~/.config/rofi/wallust/colors-rofi.rasi' waybar.template = 'colors-waybar.css' waybar.target = '~/.config/waybar/wallust/colors-waybar.css' -kitty.template = 'colors-kitty.conf' -kitty.target = '~/.config/kitty/kitty-themes/01-Wallust.conf' + +ghostty.template = 'colors-ghostty.conf' +ghostty.target = '~/.config/ghostty/wallust.conf' quickshell.template = 'qml_color.json' quickshell.target = '~/.config/quickshell/qml_color.json'