summaryrefslogtreecommitdiffstats
path: root/.config/hypr/appearance.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr/appearance.conf')
-rw-r--r--.config/hypr/appearance.conf61
1 files changed, 61 insertions, 0 deletions
diff --git a/.config/hypr/appearance.conf b/.config/hypr/appearance.conf
new file mode 100644
index 0000000..055c5b7
--- /dev/null
+++ b/.config/hypr/appearance.conf
@@ -0,0 +1,61 @@
+
+general {
+ gaps_in = 5
+ gaps_out = 5
+ border_size = 2
+ col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
+ col.inactive_border = rgba(595959aa)
+ resize_on_border = false
+ allow_tearing = true
+ layout = dwindle
+}
+
+decoration {
+ rounding = 5
+
+ active_opacity = 1.0
+ inactive_opacity = 0.9
+
+# drop_shadow = true
+# shadow_range = 4
+# shadow_render_power = 3
+# col.shadow = rgba(1a1a1aee)
+
+ blur {
+ enabled = true
+ size = 3
+ passes = 1
+ vibrancy = 0.1696
+ }
+}
+
+animations {
+ enabled = true
+ bezier = myBezier, 0.05, 0.9, 0.1, 1.05
+
+ animation = windows, 1, 7, myBezier
+ animation = windowsOut, 1, 7, default, popin 80%
+ animation = border, 1, 10, default
+ animation = borderangle, 1, 8, default
+ animation = fade, 1, 7, default
+ animation = workspaces, 1, 6, default
+}
+
+# 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
+}
+
+# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
+master {
+ new_status = master
+}
+
+# https://wiki.hyprland.org/Configuring/Variables/#misc
+misc {
+ force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
+ disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
+}
+
+