summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/hypr/hyprland.conf1
-rw-r--r--.config/hypr/looknfeel.conf147
2 files changed, 148 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index c9280c6..8c0c82c 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -4,3 +4,4 @@ source = ~/.config/hypr/monitors.conf
source = ~/.config/hypr/input.conf
source = ~/.config/hypr/bindings.conf
source = ~/.config/hypr/envs.conf
+source = ~/.config/hypr/looknfeel.conf
diff --git a/.config/hypr/looknfeel.conf b/.config/hypr/looknfeel.conf
new file mode 100644
index 0000000..5f38613
--- /dev/null
+++ b/.config/hypr/looknfeel.conf
@@ -0,0 +1,147 @@
+# Look'n'feel configurations
+# Inspired by Omarchy Hyprland setup
+# Source: https://github.com/basecamp/omarchy/tree/8a37f3dce71b0764e3758cb86478c503a4a8746e/config/hypr/looknfeel.conf
+# Defaults: https://github.com/basecamp/omarchy/blob/8a37f3dce71b0764e3758cb86478c503a4a8746e/default/hypr/looknfeel.conf
+
+# Refer to https://wiki.hyprland.org/Configuring/Variables/
+# Variables
+$activeBorderColor = rgba(33ccffee) rgba(00ff99ee) 45deg
+$inactiveBorderColor = rgba(595959aa)
+
+# https://wiki.hyprland.org/Configuring/Variables/#general
+general {
+ gaps_in = 5
+ gaps_out = 10
+
+ border_size = 2
+
+ # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
+ col.active_border = $activeBorderColor
+ col.inactive_border = $inactiveBorderColor
+
+ # Set to true enable resizing windows by clicking and dragging on borders and gaps
+ resize_on_border = false
+
+ # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
+ allow_tearing = false
+
+ layout = dwindle
+}
+
+# https://wiki.hyprland.org/Configuring/Variables/#decoration
+decoration {
+ rounding = 5
+
+ shadow {
+ enabled = true
+ range = 2
+ render_power = 3
+ color = rgba(1a1a1aee)
+ }
+
+ # Change transparency of focused and unfocused windows
+ active_opacity = 1.0
+ inactive_opacity = 0.75
+
+ # https://wiki.hyprland.org/Configuring/Variables/#blur
+ blur {
+ enabled = true
+ size = 2
+ passes = 2
+ special = true
+ brightness = 0.60
+ contrast = 0.75
+ }
+}
+
+# https://wiki.hypr.land/Configuring/Variables/#group
+group {
+ col.border_active = $activeBorderColor
+ col.border_inactive = $inactiveBorderColor
+ col.border_locked_active = -1
+ col.border_locked_inactive = -1
+
+ groupbar {
+ font_size = 12
+ font_family = monospace
+ font_weight_active = ultraheavy
+ font_weight_inactive = normal
+
+ indicator_height = 0
+ indicator_gap = 5
+ height = 22
+ gaps_in = 5
+ gaps_out = 0
+
+ text_color = rgb(ffffff)
+ text_color_inactive = rgba(ffffff90)
+ col.active = rgba(00000040)
+ col.inactive = rgba(00000020)
+
+ gradients = true
+ gradient_rounding = 0
+ gradient_round_only_edges = false
+ }
+}
+
+
+# https://wiki.hyprland.org/Configuring/Variables/#animations
+animations {
+ enabled = yes, please :)
+
+ # Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
+
+ bezier = easeOutQuint,0.23,1,0.32,1
+ bezier = easeInOutCubic,0.65,0.05,0.36,1
+ bezier = linear,0,0,1,1
+ bezier = almostLinear,0.5,0.5,0.75,1.0
+ bezier = quick,0.15,0,0.1,1
+
+ animation = global, 1, 10, default
+ animation = border, 1, 5.39, easeOutQuint
+ animation = windows, 1, 4.79, easeOutQuint
+ animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
+ animation = windowsOut, 1, 1.49, linear, popin 87%
+ animation = fadeIn, 1, 1.73, almostLinear
+ animation = fadeOut, 1, 1.46, almostLinear
+ animation = fade, 1, 3.03, quick
+ animation = layers, 1, 3.81, easeOutQuint
+ animation = layersIn, 1, 4, easeOutQuint, fade
+ animation = layersOut, 1, 1.5, linear, fade
+ animation = fadeLayersIn, 1, 1.79, almostLinear
+ animation = fadeLayersOut, 1, 1.39, almostLinear
+ animation = workspaces, 0, 0, ease
+}
+
+# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
+dwindle {
+ pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
+ preserve_split = true # You probably want this
+ force_split = 2 # Always split on the right
+}
+
+# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
+master {
+ new_status = master
+}
+
+# https://wiki.hyprland.org/Configuring/Variables/#misc
+misc {
+ disable_hyprland_logo = true
+ disable_splash_rendering = true
+ focus_on_activate = true
+ anr_missed_pings = 3
+ new_window_takes_over_fullscreen = 1
+}
+
+# https://wiki.hypr.land/Configuring/Variables/#cursor
+cursor {
+ hide_on_key_press = true
+}
+
+# Style Gum confirm to match terminal theme
+env = GUM_CONFIRM_PROMPT_FOREGROUND,6 # Cyan
+env = GUM_CONFIRM_SELECTED_FOREGROUND,0 # Black
+env = GUM_CONFIRM_SELECTED_BACKGROUND,2 # Green
+env = GUM_CONFIRM_UNSELECTED_FOREGROUND,0 # Black
+env = GUM_CONFIRM_UNSELECTED_BACKGROUND,8 # Dark grey