diff --git a/bin/omarchy-theme-next b/bin/omarchy-theme-next index e71849c..f5d5403 100755 --- a/bin/omarchy-theme-next +++ b/bin/omarchy-theme-next @@ -38,6 +38,7 @@ touch "$HOME/.config/alacritty/alacritty.toml" # Restart for new theme pkill waybar && setsid waybar pkill swaync && setsid swaync +hyprctl reload # Set new background ln -nsf $(find "$HOME/.config/omarchy/current/backgrounds/" -type f | head -n 1) "$HOME/.config/omarchy/current/background" diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 81e5ddf..855aa39 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -25,6 +25,7 @@ source = ~/.local/share/omarchy/default/hypr/envs.conf source = ~/.local/share/omarchy/default/hypr/looknfeel.conf source = ~/.local/share/omarchy/default/hypr/input.conf source = ~/.local/share/omarchy/default/hypr/windows.conf +source = ~/.config/omarchy/current/theme/hyprland.conf # Extra bindings bind = SUPER, A, exec, $webapp="https://chatgpt.com" diff --git a/themes/catppuccin/hyprland.conf b/themes/catppuccin/hyprland.conf new file mode 100644 index 0000000..dd59f04 --- /dev/null +++ b/themes/catppuccin/hyprland.conf @@ -0,0 +1,4 @@ +general { + # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors + col.active_border = rgb(c6d0f5) +} diff --git a/themes/everforest/hyprland.conf b/themes/everforest/hyprland.conf new file mode 100644 index 0000000..67b51cd --- /dev/null +++ b/themes/everforest/hyprland.conf @@ -0,0 +1,4 @@ +general { + # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors + col.active_border = rgb(d3c6aa) +} diff --git a/themes/gruvbox/hyprland.conf b/themes/gruvbox/hyprland.conf new file mode 100644 index 0000000..52331e8 --- /dev/null +++ b/themes/gruvbox/hyprland.conf @@ -0,0 +1,4 @@ +general { + # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors + col.active_border = rgb(a89984) +} diff --git a/themes/kanagawa/hyprland.conf b/themes/kanagawa/hyprland.conf new file mode 100644 index 0000000..49c58d7 --- /dev/null +++ b/themes/kanagawa/hyprland.conf @@ -0,0 +1,4 @@ +general { + # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors + col.active_border = rgb(dcd7ba) +} diff --git a/themes/nord/hyprland.conf b/themes/nord/hyprland.conf new file mode 100644 index 0000000..e5fd3b8 --- /dev/null +++ b/themes/nord/hyprland.conf @@ -0,0 +1,4 @@ +general { + # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors + col.active_border = rgb(D8DEE9) +} diff --git a/themes/tokyo-night/hyprland.conf b/themes/tokyo-night/hyprland.conf new file mode 100644 index 0000000..0611c0a --- /dev/null +++ b/themes/tokyo-night/hyprland.conf @@ -0,0 +1,5 @@ +general { + # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors + col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg +} +