summaryrefslogtreecommitdiff
path: root/.config/hypr/config.d/theme.conf
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2023-11-27 13:03:12 -0500
committerFreya Murphy <freya@freyacat.org>2023-11-27 13:03:12 -0500
commit849ab46bd68fd8e8c275cfa8b918a16cfcd59642 (patch)
tree0e6d10d74c6e5096ab8b6c725eb475949edb20fb /.config/hypr/config.d/theme.conf
downloaddotfiles-arch-849ab46bd68fd8e8c275cfa8b918a16cfcd59642.tar.gz
dotfiles-arch-849ab46bd68fd8e8c275cfa8b918a16cfcd59642.tar.bz2
dotfiles-arch-849ab46bd68fd8e8c275cfa8b918a16cfcd59642.zip
initial
Diffstat (limited to '')
-rw-r--r--.config/hypr/config.d/theme.conf40
1 files changed, 40 insertions, 0 deletions
diff --git a/.config/hypr/config.d/theme.conf b/.config/hypr/config.d/theme.conf
new file mode 100644
index 0000000..90e23e8
--- /dev/null
+++ b/.config/hypr/config.d/theme.conf
@@ -0,0 +1,40 @@
+general {
+ gaps_in = $radius
+ gaps_out = $gaps
+ border_size = $border
+ col.active_border = rgba(aaaaaa90)
+ col.inactive_border = rgba(77777790)
+ col.group_border_active = rgba(aaaaaa90)
+ col.group_border = rgba(77777790)
+
+ layout = dwindle
+}
+
+decoration {
+
+ rounding = 5
+ drop_shadow = yes
+ shadow_range = 4
+ shadow_render_power = 3
+ col.shadow = rgba(1a1a1aee)
+}
+
+animations {
+ enabled = yes
+
+ 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
+}
+
+windowrule = float, ^(wlogout)$
+windowrule = move 12.5% 12.5%, ^(wlogout)$
+windowrule = size 75% 75%, ^(wlogout)$
+windowrule = noborder, ^(wlogout)$
+windowrule = noshadow, ^(wlogout)$
+windowrule = nofullscreenrequest, ^(wlogout)$