diff --git a/.config/hypr/animations.conf b/.config/hypr/animations.conf
new file mode 100644
index 0000000..2ae8f82
--- /dev/null
+++ b/.config/hypr/animations.conf
@@ -0,0 +1,11 @@
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# See https://wiki.hyprland.org/Configuring/Animations/
+# this file can be edited manually or use animation selector to select animations
+
+# disable animations while in hyprpicker and selection screenshot
+layerrule = noanim, hyprpicker
+layerrule = noanim, selection
+
+source = $HOME/.config/hypr/animations/end4.conf
diff --git a/.config/hypr/animations/animations-classic.conf b/.config/hypr/animations/animations-classic.conf
new file mode 100644
index 0000000..d1b032f
--- /dev/null
+++ b/.config/hypr/animations/animations-classic.conf
@@ -0,0 +1,18 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Classic"
+# credit https://github.com/mylinuxforwork/dotfiles
+# -----------------------------------------------------
+
+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
+}
diff --git a/.config/hypr/animations/animations-default.conf b/.config/hypr/animations/animations-default.conf
new file mode 100644
index 0000000..fffbb22
--- /dev/null
+++ b/.config/hypr/animations/animations-default.conf
@@ -0,0 +1,24 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Default"
+# credit https://github.com/prasanthrangan/hyprdots
+# -----------------------------------------------------
+
+animations {
+ enabled = yes
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = winIn, 0.1, 1.1, 0.1, 1.1
+ bezier = winOut, 0.3, -0.3, 0, 1
+ bezier = liner, 1, 1, 1, 1
+ animation = windows, 1, 6, wind, slide
+ animation = windowsIn, 1, 6, winIn, slide
+ animation = windowsOut, 1, 5, winOut, slide
+ animation = windowsMove, 1, 5, wind, slide
+ animation = border, 1, 1, liner
+ animation = borderangle, 1, 30, liner, once
+ animation = fade, 1, 10, default
+ animation = workspaces, 1, 5, wind
+ animation = specialWorkspace, 1, 5, wind, slidevert
+}
diff --git a/.config/hypr/animations/animations-diablo-1.conf b/.config/hypr/animations/animations-diablo-1.conf
new file mode 100644
index 0000000..84c3225
--- /dev/null
+++ b/.config/hypr/animations/animations-diablo-1.conf
@@ -0,0 +1,35 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Diablo-1"
+# credit https://github.com/Itz-Abhishek-Tiwari
+# -----------------------------------------------------
+
+animations {
+ enabled = 1
+ bezier = default, 0.05, 0.9, 0.1, 1.05
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = overshot, 0.13, 0.99, 0.29, 1.08
+ bezier = liner, 1, 1, 1, 1
+ bezier = bounce, 0.4, 0.9, 0.6, 1.0
+ bezier = snappyReturn, 0.4, 0.9, 0.6, 1.0
+
+ bezier = slideInFromRight, 0.5, 0.0, 0.5, 1.0
+ animation = windows, 1, 5, snappyReturn, slidevert
+ animation = windowsIn, 1, 5, snappyReturn, slidevert right
+
+ animation = windowsOut, 1, 5, snappyReturn, slide
+ animation = windowsMove, 1, 6, bounce, slide
+ animation = layersOut, 1, 5, bounce, slidevert right
+ animation = fadeIn, 1, 10, default
+ animation = fadeOut, 1, 10, default
+ animation = fadeSwitch, 1, 10, default
+ animation = fadeShadow, 1, 10, default
+ animation = fadeDim, 1, 10, default
+ animation = fadeLayers, 1, 10, default
+ animation = workspaces, 1, 7, overshot, slidevert
+ animation = border, 1, 1, liner
+ animation = layers, 1, 4, bounce, slidevert right
+ animation = borderangle, 1, 30, liner, once
+}
diff --git a/.config/hypr/animations/animations-diablo-2.conf b/.config/hypr/animations/animations-diablo-2.conf
new file mode 100644
index 0000000..8db6c59
--- /dev/null
+++ b/.config/hypr/animations/animations-diablo-2.conf
@@ -0,0 +1,29 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Diablo-2"
+# credit https://github.com/Itz-Abhishek-Tiwari
+# -----------------------------------------------------
+
+animations {
+ enabled = 1
+ bezier = default, 0.05, 0.9, 0.1, 1.05
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = overshot, 0.13, 0.99, 0.29, 1.08
+ bezier = liner, 1, 1, 1, 1
+ animation = windows, 1, 7, wind, popin
+ animation = windowsIn, 1, 7, overshot, popin
+ animation = windowsOut, 1, 5, overshot, popin
+ animation = windowsMove, 1, 6, overshot, slide
+ animation = layers, 1, 5, default, popin
+ animation = fadeIn, 1, 10, default
+ animation = fadeOut, 1, 10, default
+ animation = fadeSwitch, 1, 10, default
+ animation = fadeShadow, 1, 10, default
+ animation = fadeDim, 1, 10, default
+ animation = fadeLayers, 1, 10, default
+ animation = workspaces, 1, 7, overshot, slidevert
+ animation = border, 1, 1, liner
+ animation = borderangle, 1, 30, liner, once
+}
diff --git a/.config/hypr/animations/animations-disabled.conf b/.config/hypr/animations/animations-disabled.conf
new file mode 100644
index 0000000..0b1d638
--- /dev/null
+++ b/.config/hypr/animations/animations-disabled.conf
@@ -0,0 +1,10 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Disabled"
+# credit https://github.com/mylinuxforwork/dotfiles
+# -----------------------------------------------------
+animations {
+ enabled = false
+}
diff --git a/.config/hypr/animations/animations-dynamic.conf b/.config/hypr/animations/animations-dynamic.conf
new file mode 100644
index 0000000..1903794
--- /dev/null
+++ b/.config/hypr/animations/animations-dynamic.conf
@@ -0,0 +1,23 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Dynamic"
+# credit https://github.com/mylinuxforwork/dotfiles
+# -----------------------------------------------------
+
+animations {
+ enabled = true
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = winIn, 0.1, 1.1, 0.1, 1.1
+ bezier = winOut, 0.3, -0.3, 0, 1
+ bezier = liner, 1, 1, 1, 1
+ animation = windows, 1, 6, wind, slide
+ animation = windowsIn, 1, 6, winIn, slide
+ animation = windowsOut, 1, 5, winOut, slide
+ animation = windowsMove, 1, 5, wind, slide
+ animation = border, 1, 1, liner
+ animation = borderangle, 1, 30, liner, once
+ animation = fade, 1, 10, default
+ animation = workspaces, 1, 5, wind
+}
diff --git a/.config/hypr/animations/animations-end4.conf b/.config/hypr/animations/animations-end4.conf
new file mode 100644
index 0000000..8be409c
--- /dev/null
+++ b/.config/hypr/animations/animations-end4.conf
@@ -0,0 +1,43 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "End4"
+# credit https://github.com/end-4/dots-hyprland
+# -----------------------------------------------------
+
+animations {
+ enabled = true
+ # Animation curves
+
+ bezier = linear, 0, 0, 1, 1
+ bezier = md3_standard, 0.2, 0, 0, 1
+ bezier = md3_decel, 0.05, 0.7, 0.1, 1
+ bezier = md3_accel, 0.3, 0, 0.8, 0.15
+ bezier = overshot, 0.05, 0.9, 0.1, 1.1
+ bezier = crazyshot, 0.1, 1.5, 0.76, 0.92
+ bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
+ bezier = menu_decel, 0.1, 1, 0, 1
+ bezier = menu_accel, 0.38, 0.04, 1, 0.07
+ bezier = easeInOutCirc, 0.85, 0, 0.15, 1
+ bezier = easeOutCirc, 0, 0.55, 0.45, 1
+ bezier = easeOutExpo, 0.16, 1, 0.3, 1
+ bezier = softAcDecel, 0.26, 0.26, 0.15, 1
+ bezier = md2, 0.4, 0, 0.2, 1 # use with .2s duration
+ # Animation configs
+ animation = windows, 1, 3, md3_decel, popin 60%
+ animation = windowsIn, 1, 3, md3_decel, popin 60%
+ animation = windowsOut, 1, 3, md3_accel, popin 60%
+ animation = border, 1, 10, default
+ animation = fade, 1, 3, md3_decel
+ # animation = layers, 1, 2, md3_decel, slide
+ animation = layersIn, 1, 3, menu_decel, slide
+ animation = layersOut, 1, 1.6, menu_accel
+ animation = fadeLayersIn, 1, 2, menu_decel
+ animation = fadeLayersOut, 1, 4.5, menu_accel
+ animation = workspaces, 1, 7, menu_decel, slide
+ # animation = workspaces, 1, 2.5, softAcDecel, slide
+ # animation = workspaces, 1, 7, menu_decel, slidefade 15%
+ # animation = specialWorkspace, 1, 3, md3_decel, slidefadevert 15%
+ animation = specialWorkspace, 1, 3, md3_decel, slidevert
+}
diff --git a/.config/hypr/animations/animations-fast.conf b/.config/hypr/animations/animations-fast.conf
new file mode 100644
index 0000000..f6f2984
--- /dev/null
+++ b/.config/hypr/animations/animations-fast.conf
@@ -0,0 +1,26 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Fast"
+# credit https://github.com/mylinuxforwork/dotfiles
+# -----------------------------------------------------
+animations {
+ enabled = true
+ bezier = linear, 0, 0, 1, 1
+ bezier = md3_standard, 0.2, 0, 0, 1
+ bezier = md3_decel, 0.05, 0.7, 0.1, 1
+ bezier = md3_accel, 0.3, 0, 0.8, 0.15
+ bezier = overshot, 0.05, 0.9, 0.1, 1.1
+ bezier = crazyshot, 0.1, 1.5, 0.76, 0.92
+ bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
+ bezier = fluent_decel, 0.1, 1, 0, 1
+ bezier = easeInOutCirc, 0.85, 0, 0.15, 1
+ bezier = easeOutCirc, 0, 0.55, 0.45, 1
+ bezier = easeOutExpo, 0.16, 1, 0.3, 1
+ animation = windows, 1, 3, md3_decel, popin 60%
+ animation = border, 1, 10, default
+ animation = fade, 1, 2.5, md3_decel
+ animation = workspaces, 1, 3.5, easeOutExpo, slide
+ animation = specialWorkspace, 1, 3, md3_decel, slidevert
+}
\ No newline at end of file
diff --git a/.config/hypr/animations/animations-high.conf b/.config/hypr/animations/animations-high.conf
new file mode 100644
index 0000000..52b452c
--- /dev/null
+++ b/.config/hypr/animations/animations-high.conf
@@ -0,0 +1,23 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "High"
+# credit https://github.com/mylinuxforwork/dotfiles
+# -----------------------------------------------------
+
+animations {
+ enabled = true
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = winIn, 0.1, 1.1, 0.1, 1.1
+ bezier = winOut, 0.3, -0.3, 0, 1
+ bezier = liner, 1, 1, 1, 1
+ animation = windows, 1, 6, wind, slide
+ animation = windowsIn, 1, 6, winIn, slide
+ animation = windowsOut, 1, 5, winOut, slide
+ animation = windowsMove, 1, 5, wind, slide
+ animation = border, 1, 1, liner
+ animation = borderangle, 1, 30, liner, once
+ animation = fade, 1, 10, default
+ animation = workspaces, 1, 5, wind
+}
diff --git a/.config/hypr/animations/animations-ja.conf b/.config/hypr/animations/animations-ja.conf
new file mode 100644
index 0000000..50bf468
--- /dev/null
+++ b/.config/hypr/animations/animations-ja.conf
@@ -0,0 +1,32 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Ja"
+# credit https://github.com/JaKooLit/Hyprland-Dots
+# -----------------------------------------------------
+
+animations {
+ enabled = yes
+
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = winIn, 0.1, 1.1, 0.1, 1.1
+ bezier = winOut, 0.3, -0.3, 0, 1
+ bezier = liner, 1, 1, 1, 1
+ bezier = overshot, 0.05, 0.9, 0.1, 1.05
+ bezier = smoothOut, 0.5, 0, 0.99, 0.99
+ bezier = smoothIn, 0.5, -0.5, 0.68, 1.5
+
+ animation = windows, 1, 6, wind, slide
+ animation = windowsIn, 1, 5, winIn, slide
+ animation = windowsOut, 1, 3, smoothOut, slide
+ animation = windowsMove, 1, 5, wind, slide
+ animation = border, 1, 1, liner
+ #animation = borderangle, 1, 180, liner, once #used by rainbow borders and rotating colors
+ animation = fade, 1, 3, smoothOut
+ animation = workspaces, 1, 5, overshot
+
+ # animations for -git or version >0.42.0
+ animation = workspacesIn, 1, 5, winIn, slide
+ animation = workspacesOut, 1, 5, winOut, slide
+}
diff --git a/.config/hypr/animations/animations-me-1.conf b/.config/hypr/animations/animations-me-1.conf
new file mode 100644
index 0000000..efa525b
--- /dev/null
+++ b/.config/hypr/animations/animations-me-1.conf
@@ -0,0 +1,58 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Me-1"
+# credit https://github.com/mahaveergurjar
+# -----------------------------------------------------
+
+animations {
+ enabled = true
+ # Animation curves
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = winIn, 0.1, 1.1, 0.1, 1.1
+ bezier = winOut, 0.3, -0.3, 0, 1
+ bezier = liner, 1, 1, 1, 1
+ # bezier = linear, 0, 0, 1, 1
+ bezier = md3_standard, 0.2, 0, 0, 1
+ bezier = md3_decel, 0.05, 0.7, 0.1, 1
+ bezier = md3_accel, 0.3, 0, 0.8, 0.15
+ bezier = overshot, 0.05, 0.9, 0.1, 1.1
+ bezier = crazyshot, 0.1, 1.5, 0.76, 0.92
+ bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
+ bezier = menu_decel, 0.1, 1, 0, 1
+ bezier = menu_accel, 0.38, 0.04, 1, 0.07
+ bezier = easeInOutCirc, 0.85, 0, 0.15, 1
+ bezier = easeOutCirc, 0, 0.55, 0.45, 1
+ bezier = easeOutExpo, 0.16, 1, 0.3, 1
+ bezier = softAcDecel, 0.26, 0.26, 0.15, 1
+ bezier = md2, 0.4, 0, 0.2, 1 # use with .2s duration
+
+ # Animation configs
+ # animation = windows, 1, 3, md3_decel, popin 60%
+ # animation = windowsIn, 1, 3, md3_decel, popin 60%
+ # animation = windowsOut, 1, 3, md3_accel, popin 60%
+ # animation = windows, 1, 6, wind, slide
+ animation = border, 1, 1, liner
+ animation = borderangle, 1, 30, liner, once
+ animation = windows, 1, 6, wind, slide
+ animation = windowsIn, 1, 6, winIn, slide
+ animation = windowsOut, 1, 5, winOut, slide
+ animation = windowsMove, 1, 5, wind, slide
+
+ # animation = border, 1, 10, default
+ animation = fade, 1, 3, md3_decel
+ # animation = layers, 1, 2, md3_decel, slide
+ animation = layersIn, 1, 3, menu_decel, slide
+ animation = layersOut, 1, 1.6, menu_accel
+ animation = fadeLayersIn, 1, 2, menu_decel
+ animation = fadeLayersOut, 1, 4.5, menu_accel
+ animation = workspaces, 1, 7, menu_decel, slide
+ animation = workspaces, 1, 5, wind
+ # animation = workspaces, 1, 2.5, softAcDecel, slide
+ # animation = workspaces, 1, 7, menu_decel, slidefade 15%
+ animation = specialWorkspace, 1, 3, md3_decel, slidefadevert 15%
+ animation = specialWorkspace, 1, 3, md3_decel, slidevert
+}
+
+
diff --git a/.config/hypr/animations/animations-me-2.conf b/.config/hypr/animations/animations-me-2.conf
new file mode 100644
index 0000000..cc6be75
--- /dev/null
+++ b/.config/hypr/animations/animations-me-2.conf
@@ -0,0 +1,50 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Me-2"
+# credit https://github.com/mahaveergurjar
+# -----------------------------------------------------
+
+animations {
+ enabled = true
+ # Animation curves
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = winIn, 0.1, 1.1, 0.1, 1.1
+ bezier = winOut, 0.3, -0.3, 0, 1
+ bezier = liner, 1, 1, 1, 1
+ bezier = md3_standard, 0.2, 0, 0, 1
+ bezier = md3_decel, 0.05, 0.7, 0.1, 1
+ bezier = md3_accel, 0.3, 0, 0.8, 0.15
+ bezier = overshot, 0.05, 0.9, 0.1, 1.1
+ bezier = crazyshot, 0.1, 1.5, 0.76, 0.92
+ bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
+ bezier = menu_decel, 0.1, 1, 0, 1
+ bezier = menu_accel, 0.38, 0.04, 1, 0.07
+ bezier = easeInOutCirc, 0.85, 0, 0.15, 1
+ bezier = easeOutCirc, 0, 0.55, 0.45, 1
+ bezier = easeOutExpo, 0.16, 1, 0.3, 1
+ bezier = softAcDecel, 0.26, 0.26, 0.15, 1
+ bezier = md2, 0.4, 0, 0.2, 1 # use with .2s duration
+
+ bezier = OutBack, 0.34, 1.56, 0.64, 1
+ bezier = easeInOutCirc, 0.85, 0, 0.15, 1
+
+ animation = border, 1, 1, liner
+ animation = borderangle, 1, 30, liner, once
+ # animation = windows, 1, 6, wind, slide
+ animation = windowsIn, 1, 6, winIn, slide
+ # animation = windowsOut, 1, 5, winOut, slide
+ animation = windows, 1, 5, easeInOutCirc
+ animation = windowsOut, 1, 5, OutBack
+ animation = windowsMove, 1, 5, wind, slide
+ animation = fade, 1, 3, md3_decel
+ animation = layersIn, 1, 3, menu_decel, slide
+ animation = layersOut, 1, 1.6, menu_accel
+ animation = fadeLayersIn, 1, 2, menu_decel
+ animation = fadeLayersOut, 1, 4.5, menu_accel
+ animation = workspaces, 1, 7, menu_decel, slide
+ animation = workspaces, 1, 5, wind
+ animation = specialWorkspace, 1, 3, md3_decel, slidefadevert 15%
+ animation = specialWorkspace, 1, 3, md3_decel, slidevert
+}
diff --git a/.config/hypr/animations/animations-minimal-1.conf b/.config/hypr/animations/animations-minimal-1.conf
new file mode 100644
index 0000000..c8605e5
--- /dev/null
+++ b/.config/hypr/animations/animations-minimal-1.conf
@@ -0,0 +1,29 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Minimal-1"
+# -----------------------------------------------------
+
+animations {
+ enabled = true
+
+ # █▄▄ █▀▀ ▀█ █ █▀▀ █▀█ █▀▀ █░█ █▀█ █░█ █▀▀
+ # █▄█ ██▄ █▄ █ ██▄ █▀▄ █▄▄ █▄█ █▀▄ ▀▄▀ ██▄
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = winIn, 0.1, 1.1, 0.1, 1.1
+ bezier = winOut, 0.3, -0.3, 0, 1
+ bezier = liner, 1, 1, 1, 1
+
+
+ #▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+ #█▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+ animation = windows, 1, 6, wind, slide
+ animation = windowsIn, 1, 6, winIn, slide
+ animation = windowsOut, 1, 5, winOut, slide
+ animation = windowsMove, 1, 5, wind, slide
+ animation = border, 1, 1, liner
+ animation = borderangle, 1, 30, liner, once
+ animation = fade, 1, 10, default
+ animation = workspaces, 1, 5, wind
+}
diff --git a/.config/hypr/animations/animations-minimal-2.conf b/.config/hypr/animations/animations-minimal-2.conf
new file mode 100644
index 0000000..66da51b
--- /dev/null
+++ b/.config/hypr/animations/animations-minimal-2.conf
@@ -0,0 +1,18 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Minimal-2"
+# -----------------------------------------------------
+
+animations {
+ enabled = yes
+
+ bezier = quart, 0.25, 1, 0.5, 1
+
+ animation = windows, 1, 6, quart, slide
+ animation = border, 1, 6, quart
+ animation = borderangle, 1, 6, quart
+ animation = fade, 1, 6, quart
+ animation = workspaces, 1, 6, quart
+}
\ No newline at end of file
diff --git a/.config/hypr/animations/animations-moving.conf b/.config/hypr/animations/animations-moving.conf
new file mode 100644
index 0000000..23b1dec
--- /dev/null
+++ b/.config/hypr/animations/animations-moving.conf
@@ -0,0 +1,22 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Moving"
+# credit https://github.com/mylinuxforwork/dotfiles
+# -----------------------------------------------------
+
+animations {
+ enabled = true
+ bezier = overshot, 0.05, 0.9, 0.1, 1.05
+ bezier = smoothOut, 0.5, 0, 0.99, 0.99
+ bezier = smoothIn, 0.5, -0.5, 0.68, 1.5
+ animation = windows, 1, 5, overshot, slide
+ animation = windowsOut, 1, 3, smoothOut
+ animation = windowsIn, 1, 3, smoothOut
+ animation = windowsMove, 1, 4, smoothIn, slide
+ animation = border, 1, 5, default
+ animation = fade, 1, 5, smoothIn
+ animation = fadeDim, 1, 5, smoothIn
+ animation = workspaces, 1, 6, default
+}
diff --git a/.config/hypr/animations/animations-optimized.conf b/.config/hypr/animations/animations-optimized.conf
new file mode 100644
index 0000000..dc86787
--- /dev/null
+++ b/.config/hypr/animations/animations-optimized.conf
@@ -0,0 +1,43 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Optimized"
+# -----------------------------------------------------
+
+animations {
+ enabled = true
+ bezier = wind, 0.05, 0.85, 0.03, 0.97
+ bezier = winIn, 0.07, 0.88, 0.04, 0.99
+ bezier = winOut, 0.20, -0.15, 0, 1
+ bezier = liner, 1, 1, 1, 1
+ bezier = md3_standard, 0.12, 0, 0, 1
+ bezier = md3_decel, 0.05, 0.80, 0.10, 0.97
+ bezier = md3_accel, 0.20, 0, 0.80, 0.08
+ bezier = overshot, 0.05, 0.85, 0.07, 1.04
+ bezier = crazyshot, 0.1, 1.22, 0.68, 0.98
+ bezier = hyprnostretch, 0.05, 0.82, 0.03, 0.94
+ bezier = menu_decel, 0.05, 0.82, 0, 1
+ bezier = menu_accel, 0.20, 0, 0.82, 0.10
+ bezier = easeInOutCirc, 0.75, 0, 0.15, 1
+ bezier = easeOutCirc, 0, 0.48, 0.38, 1
+ bezier = easeOutExpo, 0.10, 0.94, 0.23, 0.98
+ bezier = softAcDecel, 0.20, 0.20, 0.15, 1
+ bezier = md2, 0.30, 0, 0.15, 1
+
+ bezier = OutBack, 0.28, 1.40, 0.58, 1
+ bezier = easeInOutCirc, 0.78, 0, 0.15, 1
+
+ animation = border, 1, 1.6, liner
+ animation = borderangle, 1, 82, liner, once
+ animation = windowsIn, 1, 3.2, winIn, slide
+ animation = windowsOut, 1, 2.8, easeOutCirc
+ animation = windowsMove, 1, 3.0, wind, slide
+ animation = fade, 1, 1.8, md3_decel
+ animation = layersIn, 1, 1.8, menu_decel, slide
+ animation = layersOut, 1, 1.5, menu_accel
+ animation = fadeLayersIn, 1, 1.6, menu_decel
+ animation = fadeLayersOut, 1, 1.8, menu_accel
+ animation = workspaces, 1, 4.0, menu_decel, slide
+ animation = specialWorkspace, 1, 2.3, md3_decel, slidefadevert 15%
+}
diff --git a/.config/hypr/animations/animations-standard.conf b/.config/hypr/animations/animations-standard.conf
new file mode 100644
index 0000000..4482dd9
--- /dev/null
+++ b/.config/hypr/animations/animations-standard.conf
@@ -0,0 +1,18 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Standard"
+# credit https://github.com/mylinuxforwork/dotfiles
+# -----------------------------------------------------
+
+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
+}
diff --git a/.config/hypr/animations/animations-vertical.conf b/.config/hypr/animations/animations-vertical.conf
new file mode 100644
index 0000000..c22a266
--- /dev/null
+++ b/.config/hypr/animations/animations-vertical.conf
@@ -0,0 +1,34 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Vertical"
+# -----------------------------------------------------
+
+animations {
+ bezier = fluent_decel, 0, 0.2, 0.4, 1
+ bezier = easeOutCirc, 0, 0.55, 0.45, 1
+ bezier = easeOutCubic, 0.33, 1, 0.68, 1
+ bezier = easeinoutsine, 0.37, 0, 0.63, 1
+
+ # Windows
+ animation = windowsIn, 1, 1.5, easeinoutsine, popin 60% # window open
+ animation = windowsOut, 1, 1.5, easeOutCubic, popin 60% # window close.
+ animation = windowsMove, 1, 1.5, easeinoutsine, slide # everything in between, moving, dragging, resizing.
+
+ # Fading
+ animation = fade, 1, 2.5, fluent_decel
+
+ animation = fadeLayersIn, 0
+ animation = border, 0
+
+
+ # Layers
+ animation = layers, 1, 1.5, easeinoutsine, popin
+
+ # Workspaces
+ #animation = workspaces, 1, 3, fluent_decel, slidefade 30% # styles: slide, slidevert, fade, slidefade, slidefadevert
+ animation = workspaces, 1, 3, fluent_decel, slidefadevert 30% # styles: slide, slidevert, fade, slidefade, slidefadevert
+
+ animation = specialWorkspace, 1, 2, fluent_decel, slidefade 10%
+}
diff --git a/.config/hypr/animations/classic.conf b/.config/hypr/animations/classic.conf
new file mode 100644
index 0000000..d1b032f
--- /dev/null
+++ b/.config/hypr/animations/classic.conf
@@ -0,0 +1,18 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Classic"
+# credit https://github.com/mylinuxforwork/dotfiles
+# -----------------------------------------------------
+
+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
+}
diff --git a/.config/hypr/animations/diablo-1.conf b/.config/hypr/animations/diablo-1.conf
new file mode 100644
index 0000000..6de9a8c
--- /dev/null
+++ b/.config/hypr/animations/diablo-1.conf
@@ -0,0 +1,35 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Diablo-1"
+# credit https://github.com/Itz-Abhishek-Tiwari
+# -----------------------------------------------------
+
+animations {
+ enabled = 1
+ bezier = default, 0.05, 0.9, 0.1, 1.05
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = overshot, 0.13, 0.99, 0.29, 1.08
+ bezier = liner, 1, 1, 1, 1
+ bezier = bounce, 0.4, 0.9, 0.6, 1.0
+ bezier = snappyReturn, 0.4, 0.9, 0.6, 1.0
+
+ bezier = slideInFromRight, 0.5, 0.0, 0.5, 1.0
+ animation = windows, 1, 5, snappyReturn, slidevert
+ animation = windowsIn, 1, 5, snappyReturn, slidevert right
+
+ animation = windowsOut, 1, 5, snappyReturn, slide
+ animation = windowsMove, 1, 6, bounce, slide
+ animation = layersOut, 1, 5, bounce, slidevert right
+ animation = fadeIn, 1, 10, default
+ animation = fadeOut, 1, 10, default
+ animation = fadeSwitch, 1, 10, default
+ animation = fadeShadow, 1, 10, default
+ animation = fadeDim, 1, 10, default
+ animation = fadeLayers, 1, 10, default
+ animation = workspaces, 1, 7, overshot, slidevert
+ animation = border, 1, 1, liner
+ animation = layers, 1, 4, bounce, slidevert right
+ animation = borderangle, 1, 30, liner, loop
+}
\ No newline at end of file
diff --git a/.config/hypr/animations/diablo-2.conf b/.config/hypr/animations/diablo-2.conf
new file mode 100644
index 0000000..679db41
--- /dev/null
+++ b/.config/hypr/animations/diablo-2.conf
@@ -0,0 +1,29 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Diablo-2"
+# credit https://github.com/Itz-Abhishek-Tiwari
+# -----------------------------------------------------
+
+animations {
+ enabled = 1
+ bezier = default, 0.05, 0.9, 0.1, 1.05
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = overshot, 0.13, 0.99, 0.29, 1.08
+ bezier = liner, 1, 1, 1, 1
+ animation = windows, 1, 7, wind, popin
+ animation = windowsIn, 1, 7, overshot, popin
+ animation = windowsOut, 1, 5, overshot, popin
+ animation = windowsMove, 1, 6, overshot, slide
+ animation = layers, 1, 5, default, popin
+ animation = fadeIn, 1, 10, default
+ animation = fadeOut, 1, 10, default
+ animation = fadeSwitch, 1, 10, default
+ animation = fadeShadow, 1, 10, default
+ animation = fadeDim, 1, 10, default
+ animation = fadeLayers, 1, 10, default
+ animation = workspaces, 1, 7, overshot, slidevert
+ animation = border, 1, 1, liner
+ animation = borderangle, 1, 30, liner, loop
+}
\ No newline at end of file
diff --git a/.config/hypr/animations/disable.conf b/.config/hypr/animations/disable.conf
new file mode 100644
index 0000000..b9ac665
--- /dev/null
+++ b/.config/hypr/animations/disable.conf
@@ -0,0 +1,9 @@
+
+# // ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# // █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+
+# See https://wiki.hyprland.org/Configuring/Animations/
+# credits: https://github.com/prasanthrangan/hyprdots
+
+animations:enabled=false
+
diff --git a/.config/hypr/animations/dynamic.conf b/.config/hypr/animations/dynamic.conf
new file mode 100644
index 0000000..f460dac
--- /dev/null
+++ b/.config/hypr/animations/dynamic.conf
@@ -0,0 +1,23 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Dynamic"
+# credit https://github.com/mylinuxforwork/dotfiles
+# -----------------------------------------------------
+
+animations {
+ enabled = true
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = winIn, 0.1, 1.1, 0.1, 1.1
+ bezier = winOut, 0.3, -0.3, 0, 1
+ bezier = liner, 1, 1, 1, 1
+ animation = windows, 1, 6, wind, slide
+ animation = windowsIn, 1, 6, winIn, slide
+ animation = windowsOut, 1, 5, winOut, slide
+ animation = windowsMove, 1, 5, wind, slide
+ animation = border, 1, 1, liner
+ animation = borderangle, 1, 30, liner, loop
+ animation = fade, 1, 10, default
+ animation = workspaces, 1, 5, wind
+}
diff --git a/.config/hypr/animations/end4.conf b/.config/hypr/animations/end4.conf
new file mode 100644
index 0000000..8be409c
--- /dev/null
+++ b/.config/hypr/animations/end4.conf
@@ -0,0 +1,43 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "End4"
+# credit https://github.com/end-4/dots-hyprland
+# -----------------------------------------------------
+
+animations {
+ enabled = true
+ # Animation curves
+
+ bezier = linear, 0, 0, 1, 1
+ bezier = md3_standard, 0.2, 0, 0, 1
+ bezier = md3_decel, 0.05, 0.7, 0.1, 1
+ bezier = md3_accel, 0.3, 0, 0.8, 0.15
+ bezier = overshot, 0.05, 0.9, 0.1, 1.1
+ bezier = crazyshot, 0.1, 1.5, 0.76, 0.92
+ bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
+ bezier = menu_decel, 0.1, 1, 0, 1
+ bezier = menu_accel, 0.38, 0.04, 1, 0.07
+ bezier = easeInOutCirc, 0.85, 0, 0.15, 1
+ bezier = easeOutCirc, 0, 0.55, 0.45, 1
+ bezier = easeOutExpo, 0.16, 1, 0.3, 1
+ bezier = softAcDecel, 0.26, 0.26, 0.15, 1
+ bezier = md2, 0.4, 0, 0.2, 1 # use with .2s duration
+ # Animation configs
+ animation = windows, 1, 3, md3_decel, popin 60%
+ animation = windowsIn, 1, 3, md3_decel, popin 60%
+ animation = windowsOut, 1, 3, md3_accel, popin 60%
+ animation = border, 1, 10, default
+ animation = fade, 1, 3, md3_decel
+ # animation = layers, 1, 2, md3_decel, slide
+ animation = layersIn, 1, 3, menu_decel, slide
+ animation = layersOut, 1, 1.6, menu_accel
+ animation = fadeLayersIn, 1, 2, menu_decel
+ animation = fadeLayersOut, 1, 4.5, menu_accel
+ animation = workspaces, 1, 7, menu_decel, slide
+ # animation = workspaces, 1, 2.5, softAcDecel, slide
+ # animation = workspaces, 1, 7, menu_decel, slidefade 15%
+ # animation = specialWorkspace, 1, 3, md3_decel, slidefadevert 15%
+ animation = specialWorkspace, 1, 3, md3_decel, slidevert
+}
diff --git a/.config/hypr/animations/fast.conf b/.config/hypr/animations/fast.conf
new file mode 100644
index 0000000..f6f2984
--- /dev/null
+++ b/.config/hypr/animations/fast.conf
@@ -0,0 +1,26 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Fast"
+# credit https://github.com/mylinuxforwork/dotfiles
+# -----------------------------------------------------
+animations {
+ enabled = true
+ bezier = linear, 0, 0, 1, 1
+ bezier = md3_standard, 0.2, 0, 0, 1
+ bezier = md3_decel, 0.05, 0.7, 0.1, 1
+ bezier = md3_accel, 0.3, 0, 0.8, 0.15
+ bezier = overshot, 0.05, 0.9, 0.1, 1.1
+ bezier = crazyshot, 0.1, 1.5, 0.76, 0.92
+ bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
+ bezier = fluent_decel, 0.1, 1, 0, 1
+ bezier = easeInOutCirc, 0.85, 0, 0.15, 1
+ bezier = easeOutCirc, 0, 0.55, 0.45, 1
+ bezier = easeOutExpo, 0.16, 1, 0.3, 1
+ animation = windows, 1, 3, md3_decel, popin 60%
+ animation = border, 1, 10, default
+ animation = fade, 1, 2.5, md3_decel
+ animation = workspaces, 1, 3.5, easeOutExpo, slide
+ animation = specialWorkspace, 1, 3, md3_decel, slidevert
+}
\ No newline at end of file
diff --git a/.config/hypr/animations/high.conf b/.config/hypr/animations/high.conf
new file mode 100644
index 0000000..f05559a
--- /dev/null
+++ b/.config/hypr/animations/high.conf
@@ -0,0 +1,23 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "High"
+# credit https://github.com/mylinuxforwork/dotfiles
+# -----------------------------------------------------
+
+animations {
+ enabled = true
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = winIn, 0.1, 1.1, 0.1, 1.1
+ bezier = winOut, 0.3, -0.3, 0, 1
+ bezier = liner, 1, 1, 1, 1
+ animation = windows, 1, 6, wind, slide
+ animation = windowsIn, 1, 6, winIn, slide
+ animation = windowsOut, 1, 5, winOut, slide
+ animation = windowsMove, 1, 5, wind, slide
+ animation = border, 1, 1, liner
+ animation = borderangle, 1, 30, liner, loop
+ animation = fade, 1, 10, default
+ animation = workspaces, 1, 5, wind
+}
diff --git a/.config/hypr/animations/ja.conf b/.config/hypr/animations/ja.conf
new file mode 100644
index 0000000..d1768f6
--- /dev/null
+++ b/.config/hypr/animations/ja.conf
@@ -0,0 +1,32 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Ja"
+# credit https://github.com/JaKooLit/Hyprland-Dots
+# -----------------------------------------------------
+
+animations {
+ enabled = yes
+
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = winIn, 0.1, 1.1, 0.1, 1.1
+ bezier = winOut, 0.3, -0.3, 0, 1
+ bezier = liner, 1, 1, 1, 1
+ bezier = overshot, 0.05, 0.9, 0.1, 1.05
+ bezier = smoothOut, 0.5, 0, 0.99, 0.99
+ bezier = smoothIn, 0.5, -0.5, 0.68, 1.5
+
+ animation = windows, 1, 6, wind, slide
+ animation = windowsIn, 1, 5, winIn, slide
+ animation = windowsOut, 1, 3, smoothOut, slide
+ animation = windowsMove, 1, 5, wind, slide
+ animation = border, 1, 1, liner
+ #animation = borderangle, 1, 180, liner, loop #used by rainbow borders and rotating colors
+ animation = fade, 1, 3, smoothOut
+ animation = workspaces, 1, 5, overshot
+
+ # animations for -git or version >0.42.0
+ animation = workspacesIn, 1, 5, winIn, slide
+ animation = workspacesOut, 1, 5, winOut, slide
+}
diff --git a/.config/hypr/animations/me-1.conf b/.config/hypr/animations/me-1.conf
new file mode 100644
index 0000000..3606429
--- /dev/null
+++ b/.config/hypr/animations/me-1.conf
@@ -0,0 +1,58 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Me-1"
+# credit https://github.com/mahaveergurjar
+# -----------------------------------------------------
+
+animations {
+ enabled = true
+ # Animation curves
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = winIn, 0.1, 1.1, 0.1, 1.1
+ bezier = winOut, 0.3, -0.3, 0, 1
+ bezier = liner, 1, 1, 1, 1
+ # bezier = linear, 0, 0, 1, 1
+ bezier = md3_standard, 0.2, 0, 0, 1
+ bezier = md3_decel, 0.05, 0.7, 0.1, 1
+ bezier = md3_accel, 0.3, 0, 0.8, 0.15
+ bezier = overshot, 0.05, 0.9, 0.1, 1.1
+ bezier = crazyshot, 0.1, 1.5, 0.76, 0.92
+ bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
+ bezier = menu_decel, 0.1, 1, 0, 1
+ bezier = menu_accel, 0.38, 0.04, 1, 0.07
+ bezier = easeInOutCirc, 0.85, 0, 0.15, 1
+ bezier = easeOutCirc, 0, 0.55, 0.45, 1
+ bezier = easeOutExpo, 0.16, 1, 0.3, 1
+ bezier = softAcDecel, 0.26, 0.26, 0.15, 1
+ bezier = md2, 0.4, 0, 0.2, 1 # use with .2s duration
+
+ # Animation configs
+ # animation = windows, 1, 3, md3_decel, popin 60%
+ # animation = windowsIn, 1, 3, md3_decel, popin 60%
+ # animation = windowsOut, 1, 3, md3_accel, popin 60%
+ # animation = windows, 1, 6, wind, slide
+ animation = border, 1, 1, liner
+ animation = borderangle, 1, 30, liner, loop
+ animation = windows, 1, 6, wind, slide
+ animation = windowsIn, 1, 6, winIn, slide
+ animation = windowsOut, 1, 5, winOut, slide
+ animation = windowsMove, 1, 5, wind, slide
+
+ # animation = border, 1, 10, default
+ animation = fade, 1, 3, md3_decel
+ # animation = layers, 1, 2, md3_decel, slide
+ animation = layersIn, 1, 3, menu_decel, slide
+ animation = layersOut, 1, 1.6, menu_accel
+ animation = fadeLayersIn, 1, 2, menu_decel
+ animation = fadeLayersOut, 1, 4.5, menu_accel
+ animation = workspaces, 1, 7, menu_decel, slide
+ animation = workspaces, 1, 5, wind
+ # animation = workspaces, 1, 2.5, softAcDecel, slide
+ # animation = workspaces, 1, 7, menu_decel, slidefade 15%
+ animation = specialWorkspace, 1, 3, md3_decel, slidefadevert 15%
+ animation = specialWorkspace, 1, 3, md3_decel, slidevert
+}
+
+
diff --git a/.config/hypr/animations/me-2.conf b/.config/hypr/animations/me-2.conf
new file mode 100644
index 0000000..4de5ceb
--- /dev/null
+++ b/.config/hypr/animations/me-2.conf
@@ -0,0 +1,50 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Me-2"
+# credit https://github.com/mahaveergurjar
+# -----------------------------------------------------
+
+animations {
+ enabled = true
+ # Animation curves
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = winIn, 0.1, 1.1, 0.1, 1.1
+ bezier = winOut, 0.3, -0.3, 0, 1
+ bezier = liner, 1, 1, 1, 1
+ bezier = md3_standard, 0.2, 0, 0, 1
+ bezier = md3_decel, 0.05, 0.7, 0.1, 1
+ bezier = md3_accel, 0.3, 0, 0.8, 0.15
+ bezier = overshot, 0.05, 0.9, 0.1, 1.1
+ bezier = crazyshot, 0.1, 1.5, 0.76, 0.92
+ bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
+ bezier = menu_decel, 0.1, 1, 0, 1
+ bezier = menu_accel, 0.38, 0.04, 1, 0.07
+ bezier = easeInOutCirc, 0.85, 0, 0.15, 1
+ bezier = easeOutCirc, 0, 0.55, 0.45, 1
+ bezier = easeOutExpo, 0.16, 1, 0.3, 1
+ bezier = softAcDecel, 0.26, 0.26, 0.15, 1
+ bezier = md2, 0.4, 0, 0.2, 1 # use with .2s duration
+
+ bezier = OutBack, 0.34, 1.56, 0.64, 1
+ bezier = easeInOutCirc, 0.85, 0, 0.15, 1
+
+ animation = border, 1, 1, liner
+ animation = borderangle, 1, 30, liner, loop
+ # animation = windows, 1, 6, wind, slide
+ animation = windowsIn, 1, 6, winIn, slide
+ # animation = windowsOut, 1, 5, winOut, slide
+ animation = windows, 1, 5, easeInOutCirc
+ animation = windowsOut, 1, 5, OutBack
+ animation = windowsMove, 1, 5, wind, slide
+ animation = fade, 1, 3, md3_decel
+ animation = layersIn, 1, 3, menu_decel, slide
+ animation = layersOut, 1, 1.6, menu_accel
+ animation = fadeLayersIn, 1, 2, menu_decel
+ animation = fadeLayersOut, 1, 4.5, menu_accel
+ animation = workspaces, 1, 7, menu_decel, slide
+ animation = workspaces, 1, 5, wind
+ animation = specialWorkspace, 1, 3, md3_decel, slidefadevert 15%
+ animation = specialWorkspace, 1, 3, md3_decel, slidevert
+}
\ No newline at end of file
diff --git a/.config/hypr/animations/minimal-1.conf b/.config/hypr/animations/minimal-1.conf
new file mode 100644
index 0000000..4aa1f79
--- /dev/null
+++ b/.config/hypr/animations/minimal-1.conf
@@ -0,0 +1,29 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Minimal-1"
+# -----------------------------------------------------
+
+animations {
+ enabled = true
+
+ # █▄▄ █▀▀ ▀█ █ █▀▀ █▀█ █▀▀ █░█ █▀█ █░█ █▀▀
+ # █▄█ ██▄ █▄ █ ██▄ █▀▄ █▄▄ █▄█ █▀▄ ▀▄▀ ██▄
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = winIn, 0.1, 1.1, 0.1, 1.1
+ bezier = winOut, 0.3, -0.3, 0, 1
+ bezier = liner, 1, 1, 1, 1
+
+
+ #▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+ #█▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+ animation = windows, 1, 6, wind, slide
+ animation = windowsIn, 1, 6, winIn, slide
+ animation = windowsOut, 1, 5, winOut, slide
+ animation = windowsMove, 1, 5, wind, slide
+ animation = border, 1, 1, liner
+ animation = borderangle, 1, 30, liner, loop
+ animation = fade, 1, 10, default
+ animation = workspaces, 1, 5, wind
+}
diff --git a/.config/hypr/animations/minimal-2.conf b/.config/hypr/animations/minimal-2.conf
new file mode 100644
index 0000000..66da51b
--- /dev/null
+++ b/.config/hypr/animations/minimal-2.conf
@@ -0,0 +1,18 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Minimal-2"
+# -----------------------------------------------------
+
+animations {
+ enabled = yes
+
+ bezier = quart, 0.25, 1, 0.5, 1
+
+ animation = windows, 1, 6, quart, slide
+ animation = border, 1, 6, quart
+ animation = borderangle, 1, 6, quart
+ animation = fade, 1, 6, quart
+ animation = workspaces, 1, 6, quart
+}
\ No newline at end of file
diff --git a/.config/hypr/animations/moving.conf b/.config/hypr/animations/moving.conf
new file mode 100644
index 0000000..23b1dec
--- /dev/null
+++ b/.config/hypr/animations/moving.conf
@@ -0,0 +1,22 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Moving"
+# credit https://github.com/mylinuxforwork/dotfiles
+# -----------------------------------------------------
+
+animations {
+ enabled = true
+ bezier = overshot, 0.05, 0.9, 0.1, 1.05
+ bezier = smoothOut, 0.5, 0, 0.99, 0.99
+ bezier = smoothIn, 0.5, -0.5, 0.68, 1.5
+ animation = windows, 1, 5, overshot, slide
+ animation = windowsOut, 1, 3, smoothOut
+ animation = windowsIn, 1, 3, smoothOut
+ animation = windowsMove, 1, 4, smoothIn, slide
+ animation = border, 1, 5, default
+ animation = fade, 1, 5, smoothIn
+ animation = fadeDim, 1, 5, smoothIn
+ animation = workspaces, 1, 6, default
+}
diff --git a/.config/hypr/animations/optimized.conf b/.config/hypr/animations/optimized.conf
new file mode 100644
index 0000000..23c698f
--- /dev/null
+++ b/.config/hypr/animations/optimized.conf
@@ -0,0 +1,43 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Optimized"
+# -----------------------------------------------------
+
+animations {
+ enabled = true
+ bezier = wind, 0.05, 0.85, 0.03, 0.97
+ bezier = winIn, 0.07, 0.88, 0.04, 0.99
+ bezier = winOut, 0.20, -0.15, 0, 1
+ bezier = liner, 1, 1, 1, 1
+ bezier = md3_standard, 0.12, 0, 0, 1
+ bezier = md3_decel, 0.05, 0.80, 0.10, 0.97
+ bezier = md3_accel, 0.20, 0, 0.80, 0.08
+ bezier = overshot, 0.05, 0.85, 0.07, 1.04
+ bezier = crazyshot, 0.1, 1.22, 0.68, 0.98
+ bezier = hyprnostretch, 0.05, 0.82, 0.03, 0.94
+ bezier = menu_decel, 0.05, 0.82, 0, 1
+ bezier = menu_accel, 0.20, 0, 0.82, 0.10
+ bezier = easeInOutCirc, 0.75, 0, 0.15, 1
+ bezier = easeOutCirc, 0, 0.48, 0.38, 1
+ bezier = easeOutExpo, 0.10, 0.94, 0.23, 0.98
+ bezier = softAcDecel, 0.20, 0.20, 0.15, 1
+ bezier = md2, 0.30, 0, 0.15, 1
+
+ bezier = OutBack, 0.28, 1.40, 0.58, 1
+ bezier = easeInOutCirc, 0.78, 0, 0.15, 1
+
+ animation = border, 1, 1.6, liner
+ animation = borderangle, 1, 82, liner, loop
+ animation = windowsIn, 1, 3.2, winIn, slide
+ animation = windowsOut, 1, 2.8, easeOutCirc
+ animation = windowsMove, 1, 3.0, wind, slide
+ animation = fade, 1, 1.8, md3_decel
+ animation = layersIn, 1, 1.8, menu_decel, slide
+ animation = layersOut, 1, 1.5, menu_accel
+ animation = fadeLayersIn, 1, 1.6, menu_decel
+ animation = fadeLayersOut, 1, 1.8, menu_accel
+ animation = workspaces, 1, 4.0, menu_decel, slide
+ animation = specialWorkspace, 1, 2.3, md3_decel, slidefadevert 15%
+}
\ No newline at end of file
diff --git a/.config/hypr/animations/standard.conf b/.config/hypr/animations/standard.conf
new file mode 100644
index 0000000..4482dd9
--- /dev/null
+++ b/.config/hypr/animations/standard.conf
@@ -0,0 +1,18 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Standard"
+# credit https://github.com/mylinuxforwork/dotfiles
+# -----------------------------------------------------
+
+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
+}
diff --git a/.config/hypr/animations/theme.conf b/.config/hypr/animations/theme.conf
new file mode 100644
index 0000000..42e5eeb
--- /dev/null
+++ b/.config/hypr/animations/theme.conf
@@ -0,0 +1,23 @@
+# This file is generated by wallbash:animations.dcol
+
+# // ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# // █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+
+# See https://wiki.hyprland.org/Configuring/Animations/
+# credits: https://github.com/prasanthrangan/hyprdots
+
+animations {
+ enabled = yes
+ bezier = wind, 0.05, 0.9, 0.1, 1.05
+ bezier = winIn, 0.1, 1.1, 0.1, 1.1
+ bezier = winOut, 0.3, -0.3, 0, 1
+ bezier = liner, 1, 1, 1, 1
+ animation = windows, 1, 6, wind, slide
+ animation = windowsIn, 1, 6, winIn, slide
+ animation = windowsOut, 1, 5, winOut, slide
+ animation = windowsMove, 1, 5, wind, slide
+ animation = border, 1, 1, liner
+ animation = borderangle, 1, 30, liner, once
+ animation = fade, 1, 10, default
+ animation = workspaces, 1, 5, wind
+}
diff --git a/.config/hypr/animations/vertical.conf b/.config/hypr/animations/vertical.conf
new file mode 100644
index 0000000..272d28f
--- /dev/null
+++ b/.config/hypr/animations/vertical.conf
@@ -0,0 +1,34 @@
+# -----------------------------------------------------
+# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█
+# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█
+#
+# name "Vertical"
+# -----------------------------------------------------
+
+animations {
+ bezier = fluent_decel, 0, 0.2, 0.4, 1
+ bezier = easeOutCirc, 0, 0.55, 0.45, 1
+ bezier = easeOutCubic, 0.33, 1, 0.68, 1
+ bezier = easeinoutsine, 0.37, 0, 0.63, 1
+
+ # Windows
+ animation = windowsIn, 1, 1.5, easeinoutsine, popin 60% # window open
+ animation = windowsOut, 1, 1.5, easeOutCubic, popin 60% # window close.
+ animation = windowsMove, 1, 1.5, easeinoutsine, slide # everything in between, moving, dragging, resizing.
+
+ # Fading
+ animation = fade, 1, 2.5, fluent_decel
+
+ animation = fadeLayersIn, 0
+ animation = border, 0
+
+
+ # Layers
+ animation = layers, 1, 1.5, easeinoutsine, popin
+
+ # Workspaces
+ #animation = workspaces, 1, 3, fluent_decel, slidefade 30% # styles: slide, slidevert, fade, slidefade, slidefadevert
+ animation = workspaces, 1, 3, fluent_decel, slidefadevert 30% # styles: slide, slidevert, fade, slidefade, slidefadevert
+
+ animation = specialWorkspace, 1, 2, fluent_decel, slidefade 10%
+}
diff --git a/.config/hypr/env_var.conf b/.config/hypr/env_var.conf
new file mode 100644
index 0000000..567f84f
--- /dev/null
+++ b/.config/hypr/env_var.conf
@@ -0,0 +1,52 @@
+# Environment Variables
+# see https://wiki.hyprland.org/Configuring/Environment-variables/
+
+# Theming Related Variables
+# Set cursor size. See FAQ below for why you might want this variable set.
+# https://wiki.hyprland.org/FAQ/
+env = XCURSOR_SIZE,24
+
+# Set a GTK theme manually, for those who want to avoid appearance tools such as lxappearance or nwg-look
+#env = GTK_THEME,
+
+# Set your cursor theme. The theme needs to be installed and readable by your user.
+#env = XCURSOR_THEME,
+
+# the line below may help with multiple monitors
+#env = WLR_EGL_NO_MODIFIERS,1
+
+#XDG Specifications
+env = XDG_CURRENT_DESKTOP,Hyprland
+env = XDG_SESSION_TYPE,wayland
+env = XDG_SESSION_DESKTOP,Hyprland
+
+# Toolkit Backend Variables
+
+# GTK: Use wayland if available, fall back to x11 if not.
+#env = GDK_BACKEND,wayland,x11
+
+# QT: Use wayland if available, fall back to x11 if not.
+#env = QT_QPA_PLATFORM,wayland,xcb
+
+# Run SDL2 applications on Wayland. Remove or set to x11 if games that
+# provide older versions of SDL cause compatibility issues
+#env = SDL_VIDEODRIVER,wayland
+
+# Clutter package already has wayland enabled, this variable
+#will force Clutter applications to try and use the Wayland backend
+#env = CLUTTER_BACKEND,wayland
+
+# QT Variables
+
+# (From the QT documentation) enables automatic scaling, based on the monitor’s pixel density
+# https://doc.qt.io/qt-5/highdpi.html
+#env = QT_AUTO_SCREEN_SCALE_FACTOR,1
+
+# Tell QT applications to use the Wayland backend, and fall back to x11 if Wayland is unavailable
+#env = QT_QPA_PLATFORM,wayland,xcb
+
+# Disables window decorations on QT applications
+#env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
+
+#Tells QT based applications to pick your theme from qt5ct, use with Kvantum.
+#env = QT_QPA_PLATFORMTHEME,qt5ct
diff --git a/.config/hypr/env_var_nvidia.conf b/.config/hypr/env_var_nvidia.conf
new file mode 100644
index 0000000..e71fb4b
--- /dev/null
+++ b/.config/hypr/env_var_nvidia.conf
@@ -0,0 +1,29 @@
+# Environment Variables NVIDIA Specific
+# See the wiki for more info as some work is required
+# https://wiki.hyprland.org/hyprland-wiki/pages/Nvidia/
+env = WLR_NO_HARDWARE_CURSORS,1
+
+# Hardware acceleration on NVIDIA GPUs
+# See Archwiki Hardware Acecleration Page for details and necessary values before setting this variable.
+# https://wiki.archlinux.org/title/Hardware_video_acceleration
+env = LIBVA_DRIVER_NAME,nvidia
+
+# The lines below may cause issues, proceed at your own risk
+
+# To force GBM as a backend, set the following environment variables:
+# See Archwiki Wayland Page for more details on those variables.
+# https://wiki.archlinux.org/title/Wayland#Requirements
+#env = GBM_BACKEND,nvidia-drm
+#env = __GLX_VENDOR_LIBRARY_NAME,nvidia
+
+
+# Controls if G-Sync capable monitors should use Variable Refresh Rate (VRR)
+# See Nvidia Documentation for details.
+# https://download.nvidia.com/XFree86/Linux-32bit-ARM/375.26/README/openglenvvariables.html
+#env = __GL_GSYNC_ALLOWED,
+
+# Controls if Adaptive Sync should be used. Recommended to set as “0” to avoid having problems on some games.
+#env = __GL_VRR_ALLOWED,
+
+# use legacy DRM interface instead of atomic mode setting. Might fix flickering issues.
+#env = WLR_DRM_NO_ATOMIC,1
\ No newline at end of file
diff --git a/.config/hypr/hyde.conf b/.config/hypr/hyde.conf
new file mode 100644
index 0000000..63d4b73
--- /dev/null
+++ b/.config/hypr/hyde.conf
@@ -0,0 +1,134 @@
+#! ░▒▒▒░░░▓▓ ___________
+#! ░░▒▒▒░░░░░▓▓ //___________/
+#! ░░▒▒▒░░░░░▓▓ _ _ _ _ _____
+#! ░░▒▒░░░░░▓▓▓▓▓▓ | | | | | | | __/
+#! ░▒▒░░░░▓▓ ▓▓ | |_| | |_/ /| |___
+#! ░▒▒░░▓▓ ▓▓ \__ |____/ |____/
+#! ░▒▓▓ ▓▓ //____/
+
+# Use this for reference to override the default HyDE' hyprland configuration
+
+# ! Never source ~/.config/hypr/hyde.conf directly, it is sourced by the main configuration file
+# This file acts as an override configuration for the user to set their environment variables and startup commands
+# Static variable declaration in hyde.conf will be prioritized over the default and dynamic configuration
+
+# NOTE
+# Leaving the variable empty will unset the variable
+# Commenting out the variable will use the default value
+# For updated configuration options, see https://github.com/HyDE-Project/HyDE/blob/master/Configs/.config/hypr/hyde.conf
+# For simplicity, ./hyde.conf ONLY accepts $ for variables and # for comments, will sanitize the file to remove any other characters
+# $start.VAR , $env.VAR are ONLY HyDE specific conventions for consistency.
+
+# Keyboard modifier
+# $mainMod = SUPER # windows key
+
+
+# ▄▀█ █▀█ █▀█ █▀
+# █▀█ █▀▀ █▀▀ ▄█
+
+# $QUICKAPPS = # used for quick app launcher
+# $BROWSER = firefox # default browser, if commented out , will use the default browser
+# $EDITOR = code # default editor, if commented out , will use the default editor
+# $EXPLORER= dolphin # default file manager, if commented out , will use the default file manager
+# $TERMINAL = kitty # default terminal, if commented out , will use the org.gnome.desktop.default-applications.terminal
+# $LOCKSCREEN=hyprlock # default lockscreen, you can use any lockscreen you want, eg swaylock
+# $IDLE=hypridle # default idle manager, you can use any idle manager you want,eg swayidle
+
+
+# // █░░ ▄▀█ █░█ █▄░█ █▀▀ █░█
+# // █▄▄ █▀█ █▄█ █░▀█ █▄▄ █▀█
+# See https://wiki.hyprland.org/Configuring/Keywords/
+# Override the default startup commands
+
+# $start.XDG_PORTAL_RESET=$scrPath/resetxdgportal.sh
+# $start.DBUS_SHARE_PICKER=dbus-update-activation-environment --systemd --all # for XDPH
+# $start.SYSTEMD_SHARE_PICKER=systemctl --user import-environment QT_QPA_PLATFORMTHEME WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # for XDPH
+# $start.BAR=waybar
+# $start.NOTIFICATIONS=swaync # dunst
+# $start.APPTRAY_BLUETOOTH=blueman-applet
+# $start.WALLPAPER=$scrPath/swwwallpaper.sh
+# $start.TEXT_CLIPBOARD=wl-paste --type text --watch cliphist store
+# $start.IMAGE_CLIPBOARD=wl-paste --type image --watch cliphist store
+# $start.BATTERY_NOTIFY=$scrPath/batterynotify.sh
+# $start.NETWORK_MANAGER=nm-applet --indicator
+# $start.REMOVABLE_MEDIA=udiskie --no-automount --smart-tray
+# $start.AUTH_DIALOGUE=$scrPath/polkitkdeauth.sh
+# $start.IDLE_DAEMON=$IDLE
+
+# // █▀▀ █▄░█ █░█
+# // ██▄ █░▀█ ▀▄▀
+
+# See https://wiki.hyprland.org/Configuring/Environment-variables/
+# Override the default environment variables
+
+
+# # Toolkit Backend Variables - https://wiki.hyprland.org/Configuring/Environment-variables/#toolkit-backend-variables
+# $env.GDK_BACKEND = wayland,x11,* #s GTK: Use wayland if available. If not: try x11, then any other GDK backend.
+# # $env.QT_QPA_PLATFORM = wayland;xcb #Qt: Use wayland if available, fall back to x11 if not.
+# $env.SDL_VIDEODRIVER = wayland #s Run SDL2 applications on Wayland. Remove or set to x11 if games that provide older versions of SDL cause compatibility issues
+# $env.CLUTTER_BACKEND = wayland #s Clutter package already has wayland enabled, this variable will force Clutter applications to try and use the Wayland backend
+
+# # XDG Specifications - https://wiki.hyprland.org/Configuring/Environment-variables/#xdg-specifications
+# $env.XDG_CURRENT_DESKTOP = Hyprland
+# $env.XDG_SESSION_TYPE = wayland
+# $env.XDG_SESSION_DESKTOP = Hyprland
+
+# # Qt Variables - https://wiki.hyprland.org/Configuring/Environment-variables/#qt-variables
+
+# $env.QT_AUTO_SCREEN_SCALE_FACTOR = 1 # (From the Qt documentation) enables automatic scaling, based on the monitor’s pixel density
+# $env.QT_QPA_PLATFORM=wayland;xcb # Tell Qt applications to use the Wayland backend, and fall back to x11 if Wayland is unavailable
+# $env.QT_WAYLAND_DISABLE_WINDOWDECORATION = 1 # Disables window decorations on Qt applications
+# $env.QT_QPA_PLATFORMTHEME = qt6ct # Tells Qt based applications to pick your theme from qt5ct, use with Kvantum.
+
+# # HyDE Environment Variables -
+
+# $env.PATH =
+# $env.MOZ_ENABLE_WAYLAND=1 # Enable Wayland for Firefox
+# $env.GDK_SCALE=1 # Set GDK scale to 1 // For Xwayland on HiDPI
+# $env.ELECTRON_OZONE_PLATFORM_HINT=auto # Set Electron Ozone Platform Hint to auto // For Electron apps on Wayland
+
+# # XDG-DIRS
+
+# $env.XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR
+# $env.XDG_CONFIG_HOME=$HOME/.config
+# $env.XDG_CACHE_HOME=$HOME/.cache
+# $env.XDG_DATA_HOME=$HOME/.local/share
+
+
+
+# These variable will override the default and the theme configuration
+# Do not uncomment the variables if you want want HyDE do the theme configuration for you
+
+# // █▀▀ ▀█▀ █▄▀
+# // █▄█ ░█░ █░█
+
+
+#$GTK_THEME=Wallbash-Gtk
+#$ICON_THEME=Tela-circle-dracula
+#$COLOR_SCHEME=prefer-dark
+
+# // █▀▀ █░█ █▀█ █▀ █▀█ █▀█
+# // █▄▄ █▄█ █▀▄ ▄█ █▄█ █▀▄
+
+#$CURSOR_THEME=Bibata-Modern-Ice
+#$CURSOR_SIZE=30
+
+# // █▀▀ █▀█ █▄░█ ▀█▀
+# // █▀░ █▄█ █░▀█ ░█░
+
+#$FONT=Canterell
+#$FONT_SIZE=10
+#$DOCUMENT_FONT=Cantarell
+#$DOCUMENT_FONT_SIZE=10
+#$MONOSPACE_FONT=CaskaydiaCove Nerd Font Mono
+#$MONOSPACE_FONT_SIZE=9
+#$FONT_ANTIALIASING=rgba
+#$FONT_HINTING=full
+
+
+# // █░░ █▀█ █▀▀ █▄▀ █▀ █▀▀ █▀█ █▀▀ █▀▀ █▄░█
+# // █▄▄ █▄█ █▄▄ █░█ ▄█ █▄▄ █▀▄ ██▄ ██▄ █░▀█
+
+#Setting the Hyprlock layout will override any layout set in the ./hypr/hyprlock.sh
+# Dynamic Hyprlock layout should be set in the ./hypr/hyprlock.sh file
+# $LAYOUT_PATH=/path/to/hyprlock/layout.conf
diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf
new file mode 100644
index 0000000..53055b4
--- /dev/null
+++ b/.config/hypr/hypridle.conf
@@ -0,0 +1,43 @@
+#
+$LOCKSCREEN = hyprctl switchxkblayout current 0 && hyprlock # preferred LOCKSCREEN e.g swaylock
+
+
+general {
+ lock_cmd = $LOCKSCREEN
+ unlock_cmd = #notify-send "unlock!" # same as above, but unlock
+ before_sleep_cmd = $LOCKSCREEN # command ran before sleep
+ after_sleep_cmd = # notify-send "Awake!" # command ran after sleep
+ ignore_dbus_inhibit = 0
+}
+
+# Dims the display
+listener {
+ timeout = 60
+on-timeout = { brightnessctl -s && brightnessctl s 1% ;}
+ on-resume = brightnessctl -r
+}
+
+# Lock it first before dpms off so that screen won't show for a moment after wake up.
+listener {
+ timeout = 120
+ on-timeout = $LOCKSCREEN
+}
+
+# DPMS off
+listener {
+ timeout = 300
+ #on-timeout = Hyde run audio_idle #; hyprctl dispatch dpms off #do not turn off display while media is playing
+ on-resume = hyprctl dispatch dpms on
+}
+
+# Suspend
+# listener {
+# timeout = 500
+# on-timeout = Hyde run audio_idle ; systemctl suspend
+# }
+
+# hyprlang noerror true
+# Source anything from this path if you want to add your own listener
+# source command actually do not exist yet
+source = ~/.config/hypridle/*
+# hyprlang noerror false
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
new file mode 100644
index 0000000..944010c
--- /dev/null
+++ b/.config/hypr/hyprland.conf
@@ -0,0 +1,26 @@
+#! ░▒▒▒░░░▓▓ ___________
+#! ░░▒▒▒░░░░░▓▓ //___________/
+#! ░░▒▒▒░░░░░▓▓ _ _ _ _ _____
+#! ░░▒▒░░░░░▓▓▓▓▓▓ | | | | | | | __/
+#! ░▒▒░░░░▓▓ ▓▓ | |_| | |_/ /| |___
+#! ░▒▒░░▓▓ ▓▓ \__ |____/ |____/
+#! ░▒▓▓ ▓▓ //____/
+
+#? Read https://hydeproject.pages.dev/en/configuring/hyprland/ for the full documentation.
+
+source = $HOME/.local/share/hyde/hyprland.conf # HyDE's core configuration // DO NOT TOUCH!!! ( 。 •̀ ᴖ •́ 。)
+source = ./keybindings.conf # Keyboard shortcuts
+source = ./windowrules.conf # Window rules
+source = ./monitors.conf # Monitor configuration
+source = ./userprefs.conf # Your hyprland configuration // Edit this file to change your Hyprland configuration
+source = ./workflows.conf # workflows configuration overrides everything
+
+# // ██████╗░░█████╗░ ███╗░░██╗░█████╗░████████╗ ███████╗██████╗░██╗████████╗
+# // ██╔══██╗██╔══██╗ ████╗░██║██╔══██╗╚══██╔══╝ ██╔════╝██╔══██╗██║╚══██╔══╝
+# // ██║░░██║██║░░██║ ██╔██╗██║██║░░██║░░░██║░░░ █████╗░░██║░░██║██║░░░██║░░░
+# // ██║░░██║██║░░██║ ██║╚████║██║░░██║░░░██║░░░ ██╔══╝░░██║░░██║██║░░░██║░░░
+# // ██████╔╝╚█████╔╝ ██║░╚███║╚█████╔╝░░░██║░░░ ███████╗██████╔╝██║░░░██║░░░
+# // ╚═════╝░░╚════╝░ ╚═╝░░╚══╝░╚════╝░░░░╚═╝░░░ ╚══════╝╚═════╝░╚═╝░░░╚═╝░░░
+
+source = ~/.config/hypr/nvidia.conf # auto sourced vars for nvidia
+
diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf
new file mode 100644
index 0000000..d6d170e
--- /dev/null
+++ b/.config/hypr/hyprlock.conf
@@ -0,0 +1,84 @@
+#! █░█ █▄█ █▀█ █▀█ █░░ █▀█ █▀▀ █▄▀
+#! █▀█ ░█░ █▀▀ █▀▄ █▄▄ █▄█ █▄▄ █░█
+
+#* Hyprlock Configuration File
+# Please do not edit this file manually.
+# Follow the instructions below on how to make changes.
+
+
+#* Hyprlock active layout path:
+# Set the layout path to be used by Hyprlock.
+# Check the available layouts in the './hyprlock/' directory.
+# Example: /=/path/to/anurati
+$LAYOUT_PATH=~/.config/hypr/hyprlock/theme.conf
+
+#* Persistent layout declaration
+# If a persistent layout path is declared in $XDG_CONFIG_HOME/hypr/hyde.conf,
+# the above layout setting will be ignored.
+# this should be the full path to the layout file.
+
+#* All boilerplate configurations are handled by HyDE
+source = ~/.local/share/hyde/hyprlock.conf
+
+#* Making a custom layout
+# To create a custom layout, make a file in the './hyprlock/' directory.
+# Example: './hyprlock/your_custom.conf'
+# To use the custom layout, set the following variable:
+# $LAYOUT_PATH=your_custom
+# The custom layout will be sourced automatically.
+# Alternatively, you can statically source the layout in '~/.config/hypr/hyde.conf'.
+# This will take precedence over the variable in '~/.config/hypr/hyprlock.conf'.
+
+
+#* Command Variables
+# Hyprlock ships with there default variables that can be used to customize the lock screen.
+# - https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/#label
+# HyDE also provides custom variables that extend the functionality of Hyprlock.
+
+# $BACKGROUND_PATH
+# - The path to the wallpaper image.
+
+# $HYPRLOCK_BACKGROUND
+# - The path to the static hyprlock wallpaper image.
+# - Can be set to set a static wallpaper for Hyprlock.
+
+# $MPRIS_IMAGE
+# - The path to the MPRIS image.
+# - If MPRIS is not available, it will show the ~/.face.icon image
+# - if available, otherwise, it will show the HyDE logo.
+
+# $PROFILE_IMAGE
+# - The path to the profile image.
+# - If the image is not available, it will show the ~/.face.icon image
+# - if available, otherwise, it will show the HyDE logo.
+
+# $GREET_TEXT
+# - A greeting text to be displayed on the lock screen.
+# - The text will be updated every hour.
+
+# $resolve.font
+# - Resolves the font name and download link.
+# - HyDE will run 'font.sh resolve' to install the font for you.
+# - Note that you needed to have a network connection to download the font.
+# - You also need to restart Hyprlock to apply the font.
+
+# cmd [update:1000] $MPRIS_TEXT
+# - Text from media players in "Title Author" format.
+
+
+# cmd [update:1000] $SPLASH_CMD
+# - Outputs the song title when MPRIS is available,
+# - otherwise, it will output the splash command.
+
+# cmd [update:1] $CAVA_CMD
+# - The command to be executed to get the CAVA output.
+# - ⚠️ (Use with caution as it eats up the CPU.)
+
+# cmd [update:5000] $BATTERY_ICON
+# - The battery icon to be displayed on the lock screen.
+# - Only works if the battery is available.
+
+# cmd [update:1000] $KEYBOARD_LAYOUT
+# - The current keyboard layout
+# - SUPER + K to change the keyboard layout (or any binding you set)
+
diff --git a/.config/hypr/hyprlock/Anurati.conf b/.config/hypr/hyprlock/Anurati.conf
new file mode 100644
index 0000000..a75ef9c
--- /dev/null
+++ b/.config/hypr/hyprlock/Anurati.conf
@@ -0,0 +1,132 @@
+# ░▒▒▒░░░░░▓▓ ___________
+# ░░▒▒▒░░░░░▓▓ //___________/
+# ░░▒▒▒░░░░░▓▓ _ _ _ _ _____
+# ░░▒▒░░░░░▓▓▓▓▓▓ | | | | | | | __/
+# ░▒▒░░░░▓▓ ▓▓ | |_| | |_/ /| |___
+# ░▒▒░░▓▓ ▓▓ \__ |____/ |____/
+# ░▒▓▓ ▓▓ //____/
+
+$fontFamily = JetBrainsMono Nerd Font # We already have this font installed
+
+# Resolving custom fonts
+# Provide the font name and the download link separated by a pipe |
+# Run font.sh resolve $LAYOUT_PATH to install the font
+$resolve.font=Anurati|https://font.download/dl/font/anurati.zip
+$resolve.font=Inter|https://github.com/rsms/inter/releases/download/v4.1/Inter-4.1.zip
+
+background {
+ monitor =
+ color = $wallbash_pry1_rgba
+ path = $BACKGROUND_PATH
+ blur_size = 4
+ blur_passes = 3 # 0 disables blurring
+ noise = 0.0117
+ contrast = 1.3000 # Vibrant!!!
+ brightness = 0.8000
+ vibrancy = 0.2100
+ vibrancy_darkness = 0.0
+}
+
+# DAY
+label {
+ monitor =
+ text = cmd[update:1000] echo "$(date +"%A" | sed 's/./& /g' | tr '[:lower:]' '[:upper:]')" # Add a thin space between each character
+ color = $wallbash_1xa9_rgba
+ font_size = 110 # Wednesday is too long
+ font_family = Anurati
+ position = 0, 100
+ halign = center
+ valign = center
+}
+
+# DATE
+label {
+ monitor =
+ text = cmd[update:1000] echo "$(date +"%B %d")"
+ color = $wallbash_2xa9_rgba
+ font_size = 35
+ font_family = $font_family Thin
+ position = 0, -20
+ halign = center
+ valign = center
+}
+
+# TIME
+label {
+ monitor =
+ text = cmd[update:1000] echo "$(date +"%-I:%M %p")"
+ #text = $TIME
+ color = $wallbash_txt1_rgba
+ font_size = 20 #!
+ font_family = $font_family
+ position = 0, 150
+ halign = center
+ valign = bottom
+}
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 200, 50 #!
+ outline_thickness = 3
+ dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
+ outer_color = $wallbash_pry4_rgba
+ inner_color = $wallbash_pry2_rgba
+ font_color = $wallbash_3xa9_rgba
+ fade_on_empty = true
+ fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
+ placeholder_text = Input Password... # Text rendered in the input box when it's empty.
+ hide_input = false
+ rounding = -1 # -1 means complete rounding (circle/oval)
+ check_color = $wallbash_pry4_rgba
+ fail_color = rgba(FF0000FF) # if authentication failed, changes outer_color and fail message color
+ fail_text = $FAIL ($ATTEMPTS) # can be set to empty
+ fail_transition = 300 # transition time in ms between normal outer_color and fail_color
+ capslock_color = -1
+ numlock_color = -1
+ bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
+ invert_numlock = false # change color if numlock is off
+ swap_font_color = true # see below
+ position = 0, 80
+ halign = center
+ valign = bottom
+}
+
+#User tag
+label {
+ monitor =
+ text = $USER
+ color = $wallbash_4xa9_rgba
+ font_size = 20
+ font_family = Inter Display Medium
+ position = 0, 30
+ halign = center
+ valign = bottom
+}
+
+
+# Battery Status if present
+label {
+ monitor =
+ text = cmd[update:5000] $BATTERY_ICON
+ color = $wallbash_4xa9_rgba
+ font_size = 20
+ font_family = JetBrainsMono Nerd Font
+ position = -1%, 1%
+ halign = right
+ valign = bottom
+}
+
+# Current Keyboard Layout
+label {
+ monitor =
+ text = $LAYOUT
+ color = $wallbash_4xa9_rgba
+ font_size = 20
+ font_family = Inter Display Medium
+ position = -2%, 1%
+ halign = right
+ valign = bottom
+}
diff --git a/.config/hypr/hyprlock/Arfan on Clouds.conf b/.config/hypr/hyprlock/Arfan on Clouds.conf
new file mode 100644
index 0000000..d811e9f
--- /dev/null
+++ b/.config/hypr/hyprlock/Arfan on Clouds.conf
@@ -0,0 +1,158 @@
+# Hyprclouds from Arfan on Clouds
+# By: Arfan on Clouds https://github.com/arfan-on-clouds/hyprclouds
+# Modified by: The HyDE Project
+
+$resolve.font=SF Pro Display|https://font.download/dl/font/sf-pro-display.zip
+$resolve.font=AlfaSlabOne|https://font.download/dl/font/alfa-slab-one.zip
+
+# BACKGROUND
+background {
+ monitor =
+ color = $wallbash_pry1_rgba
+ path = $BACKGROUND_PATH
+ blur_size = 4
+ blur_passes = 3 # 0 disables blurring
+ noise = 0.0117
+ contrast = 1.3000 # Vibrant!!!
+ brightness = 0.8000
+ vibrancy = 0.2100
+ vibrancy_darkness = 0.0
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 190, 50
+ outline_thickness = 2
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ fade_on_empty = true
+ font_family = SF Pro Display Bold
+ placeholder_text =
+ hide_input = false
+ position = 0, -170
+ halign = center
+ valign = center
+ outer_color = $wallbash_pry4_rgba
+ inner_color = $wallbash_pry2_rgba
+ font_color = $wallbash_3xa9_rgba
+ check_color = $wallbash_pry4_rgba
+
+}
+
+# Hour-Time
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%I")"
+ color = $wallbash_1xa8_rgba
+ shadow_passes = 3
+ shadow_size = 2
+ font_size = 100
+ font_family = AlfaSlabOne
+ position = 0, 100
+ halign = center
+ valign = center
+}
+
+# Minute-Time
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%M")"
+ color = $wallbash_3xa9_rgba
+ font_size = 100
+ font_family = AlfaSlabOne
+ shadow_passes = 3
+ shadow_size = 2
+ position = 0, -20
+ halign = center
+ valign = center
+}
+
+# Day-Date-Month
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%d %b %A")"
+ color = $wallbash_3xa9_rgba
+ shadow_passes = 3
+ shadow_size = 1
+ font_size = 12
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = 1%, -1%
+ halign = left
+ valign = top
+}
+
+
+
+# CURRENT SONG
+label {
+ monitor =
+ text = cmd[update:1000] $MPRIS_TEXT # Outputs the song title when mpris is available, otherwise, it will output the splash command.
+ color = $wallbash_3xa9_rgba
+ shadow_passes = 3
+ shadow_size = 1
+ font_size = 14
+ font_family = JetBrains Mono Nerd, SF Pro Display Bold
+ position = 0, 20
+ halign = center
+ valign = bottom
+}
+image {
+ monitor =
+ path = $MPRIS_IMAGE
+ size = 80 # lesser side if not 1:1 ratio
+ rounding = -1 # negative values mean circle
+ border_size = 0
+ shadow_passes = 3
+ shadow_size = 3
+ border_color = rgb(221, 221, 221)
+ rotate = 0 # degrees, counter-clockwise
+ reload_time = 0 # seconds between reloading, 0 to reload with SIGUSR2
+ # reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F
+ position = 0, 10%
+ halign = center
+ valign = bottom
+}
+
+
+
+# Battery Status if present
+label {
+ monitor =
+ text = cmd[update:5000] $BATTERY_ICON
+ color = $wallbash_4xa9_rgba
+ font_size = 20
+ font_family = JetBrainsMono Nerd Font
+ position = -1%, 1%
+ halign = right
+ valign = bottom
+}
+
+# Current Keyboard Layout
+label {
+ monitor =
+ text = $LAYOUT
+ color = $wallbash_4xa9_rgba
+ font_size = 20
+ font_family = JetBrains Mono Nerd, SF Pro Display Bold
+ position = -2%, 1%
+ halign = right
+ valign = bottom
+}
+
+
+# Weather
+#! Put the weather command last to lessen the load time of other modules
+label {
+ monitor =
+ text = cmd[update:18000000] $WEATHER_CMD
+ color = $wallbash_3xa9_rgba
+ font_size = 16
+ shadow_passes = 3
+ shadow_size = 1
+ font_family = JetBrains Mono Nerd, SF Pro Display Bold
+ position = -1%, -1%
+ halign = right
+ valign = top
+}
diff --git a/.config/hypr/hyprlock/IBM Plex.conf b/.config/hypr/hyprlock/IBM Plex.conf
new file mode 100644
index 0000000..5ea6527
--- /dev/null
+++ b/.config/hypr/hyprlock/IBM Plex.conf
@@ -0,0 +1,112 @@
+
+# ░▒▒▒░░░░░▓▓ ___________
+# ░░▒▒▒░░░░░▓▓ //___________/
+# ░░▒▒▒░░░░░▓▓ _ _ _ _ _____
+# ░░▒▒░░░░░▓▓▓▓▓▓ | | | | | | | __/
+# ░▒▒░░░░▓▓ ▓▓ | |_| | |_/ /| |___
+# ░▒▒░░▓▓ ▓▓ \__ |____/ |____/
+# ░▒▓▓ ▓▓ //____/
+
+$fontFamily = IBM Plex Sans
+$resolve.font=IBM Plex Sans|https://github.com/IBM/plex/releases/download/%40ibm%2Fplex-sans%401.1.0/ibm-plex-sans.zip
+
+# GENERAL
+background {
+ monitor =
+ path = $BACKGROUND_PATH
+ blur_size = 5
+ blur_passes = 0
+ noise = 0.0117
+ contrast = 1.3000 # Vibrant!
+ brightness = 0.8000
+ vibrancy = 0.2100
+ vibrancy_darkness = 0.0
+}
+
+# Current time
+label {
+ monitor =
+ text = cmd[update:1000] echo " $(date +"%H") "
+ color = $wallbash_2xa7_rgba
+ font_size = 180
+ font_family = $fontFamily Medium 10
+ position = 0, 80
+ halign = center
+ valign = center
+}
+label {
+ monitor =
+ text = cmd[update:1000] echo " $(date +"%M") "
+ color = $wallbash_2xa9_rgba
+ font_size = 180
+ font_family = $fontFamily Medium 10
+ position = 0, -120
+ halign = center
+ valign = center
+}
+label {
+ monitor =
+ text = cmd[update:1000] echo " $(date +"%d %b") "
+ color = $wallbash_2xa8_rgba
+ font_size = 20
+ font_family = $fontFamily Medium 10
+ position = 0, -230
+ halign = center
+ valign = center
+}
+label {
+ monitor =
+ text = cmd[update:1000] echo " $(date +"%A") "
+ color = $wallbash_2xa8_rgba
+
+ font_size = 20
+ font_family = $fontFamily Medium 10
+ position = 0, -250
+ halign = center
+ valign = center
+}
+
+#INPUT FIELD
+input-field {
+ monitor =
+ # size = 15%, 5% # hyprlock-git
+ size = 200, 50
+ outline_thickness = 3
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 1.00 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ outer_color = $wallbash_pry2_rgba
+ inner_color = $wallbash_pry3_rgba
+ font_color = $color7
+ fade_on_empty = true
+ placeholder_text = Password... # Text rendered in the input box when it's empty.
+ hide_input = false
+ position = 0, 60
+ halign = center
+ valign = bottom
+}
+
+
+# Battery Status if present
+label {
+ monitor =
+ text = cmd[update:5000] $BATTERY_ICON
+ color = $wallbash_4xa9_rgba
+ font_size = 20
+ font_family = JetBrainsMono Nerd Font
+ position = -1%, 1%
+ halign = right
+ valign = bottom
+}
+
+# Current Keyboard Layout
+label {
+ monitor =
+ text = $LAYOUT
+ color = $wallbash_4xa9_rgba
+ font_size = 20
+ font_family = $fontFamily
+ position = -2%, 1%
+ halign = right
+ valign = bottom
+}
diff --git a/.config/hypr/hyprlock/SF Pro.conf b/.config/hypr/hyprlock/SF Pro.conf
new file mode 100644
index 0000000..795e162
--- /dev/null
+++ b/.config/hypr/hyprlock/SF Pro.conf
@@ -0,0 +1,161 @@
+# Hyprlock style-4
+# By: Vivek Rajan https://github.com/MrVivekRajan/Hyprlock-Styles/tree/main/Style-4
+# Modified by: The HyDE Project
+
+$resolve.font=SF Pro Display|https://font.download/dl/font/sf-pro-display.zip
+
+# BACKGROUND
+background {
+ monitor =
+ path = $BACKGROUND_PATH
+ blur_passes = 0
+ contrast = 0.8916
+ brightness = 0.8916
+ vibrancy = 0.8916
+ vibrancy_darkness = 0.0
+}
+
+# GENERAL
+general {
+ no_fade_in = false
+ grace = 0
+ disable_loading_bar = false
+}
+
+# Profile-Photo
+image {
+ monitor =
+ path = $PROFILE_IMAGE
+ border_size = 2
+ border_color = $wallbash_pry4_rgba
+ size = 100
+ rounding = -1
+ rotate = 0
+ reload_time = -1
+ reload_cmd =
+ position = 25, 200
+ halign = center
+ valign = center
+}
+
+# NAME
+label {
+ monitor =
+ text = cmd[update:60000] $GREET_TEXT
+ color = $wallbash_txt1_rgba
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ font_size = 20
+ font_family = SF Pro Display Bold
+ position = 25, 110
+ halign = center
+ valign = center
+}
+
+# Time
+label {
+ monitor =
+ text = cmd[update:1000] echo "$(date +"%I:%M")"
+ color = $wallbash_txt1_rgba
+ font_size = 60
+ font_family = SF Pro Display Bold
+ position = 30, -8
+ halign = center
+ valign = center
+}
+
+# Day-Month-Date
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%A, %B %d")"
+ color = $wallbash_txt1_rgba
+ font_size = 19
+ font_family = SF Pro Display Bold
+ position = 35, -60
+ halign = center
+ valign = center
+}
+
+# USER-BOX
+shape {
+ monitor =
+ size = 320, 55
+ color = rgba(255, 255, 255, 0.1)
+ rounding = -1
+ border_size = 0
+ border_color = $wallbash_txt3_rgba
+ rotate = 0
+ xray = false # if true, make a "hole" in the background (rectangle of specified size, no rotation)
+
+ position = 34, -190
+ halign = center
+ valign = center
+}
+
+# USER
+label {
+ monitor =
+ text = $USER
+ color = $wallbash_1xa9_rgba
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ font_size = 16
+ font_family = SF Pro Display Bold
+ position = 38, -190
+ halign = center
+ valign = center
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 320, 55
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ outer_color = rgba(255, 255, 255, 0)
+ inner_color = rgba(255, 255, 255, 0.1)
+ font_color = $wallbash_2xa6_rgba
+ fade_on_empty = false
+ font_family = SF Pro Display Bold
+ placeholder_text = 🔒 Enter Pass
+ hide_input = false
+ position = 34, -268
+ halign = center
+ valign = center
+ check_color = $wallbash_txt4_rgba
+ fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
+ fail_text = $FAIL ($ATTEMPTS) # can be set to empty
+ fail_transition = 300 # transition time in ms between normal outer_color and fail_color
+
+}
+
+
+# Battery Status if present
+label {
+ monitor =
+ text = cmd[update:5000] $BATTERY_ICON
+ color = $wallbash_4xa9_rgba
+ font_size = 20
+ font_family = JetBrainsMono Nerd Font
+ position = -1%, 1%
+ halign = right
+ valign = bottom
+}
+
+# Current Keyboard Layout
+label {
+ monitor =
+ text = $LAYOUT
+ color = $wallbash_4xa9_rgba
+ font_size = 20
+ font_family = SF Pro Display Bold
+ position = -2%, 1%
+ halign = right
+ valign = bottom
+}
diff --git a/.config/hypr/hyprlock/colors.conf b/.config/hypr/hyprlock/colors.conf
new file mode 100644
index 0000000..e8372dd
--- /dev/null
+++ b/.config/hypr/hyprlock/colors.conf
@@ -0,0 +1,116 @@
+# Color group 1
+
+$primary_1 = 120E32 # primary color 1
+$text_1 = FFFFFF # text color 1
+$p1_accent_1 = 2D2952 # accent color 1 for primary color 1
+$p1_accent_2 = 3F3A6B # accent color 2 for primary color 1
+$p1_accent_3 = 514B7D # accent color 3 for primary color 1
+$p1_accent_4 = 5D578F # accent color 4 for primary color 1
+$p1_accent_5 = 6C65A3 # accent color 5 for primary color 1
+$p1_accent_6 = 827AC2 # accent color 6 for primary color 1
+$p1_accent_7 = A29AE6 # accent color 7 for primary color 1
+$p1_accent_8 = B2AAF0 # accent color 8 for primary color 1
+$p1_accent_9 = D2CCFF # accent color 9 for primary color 1
+
+# in rgba format
+$primary_1_rgba = rgba(18,14,50,0.9) # primary color 1
+$text_1_rgba = rgba(255,255,255,0.9) # text color 1
+$p1_accent_1_rgba = rgba(45,41,82,0.9) # accent color 1 for primary color 1
+$p1_accent_2_rgba = rgba(63,58,107,0.9) # accent color 2 for primary color 1
+$p1_accent_3_rgba = rgba(81,75,125,0.9) # accent color 3 for primary color 1
+$p1_accent_4_rgba = rgba(93,87,143,0.9) # accent color 4 for primary color 1
+$p1_accent_5_rgba = rgba(108,101,163,0.9) # accent color 5 for primary color 1
+$p1_accent_6_rgba = rgba(130,122,194,0.9) # accent color 6 for primary color 1
+$p1_accent_7_rgba = rgba(162,154,230,0.9) # accent color 7 for primary color 1
+$p1_accent_8_rgba = rgba(178,170,240,0.9) # accent color 8 for primary color 1
+$p1_accent_9_rgba = rgba(210,204,255,0.9) # accent color 9 for primary color 1
+
+
+# Color group 2
+
+$primary_2 = 3F3072 # primary color 2
+$text_2 = FFFFFF # text color 2
+$p2_accent_1 = 322952 # accent color 1 for primary color 2
+$p2_accent_2 = 453A6B # accent color 2 for primary color 2
+$p2_accent_3 = 564B7D # accent color 3 for primary color 2
+$p2_accent_4 = 64578F # accent color 4 for primary color 2
+$p2_accent_5 = 7365A3 # accent color 5 for primary color 2
+$p2_accent_6 = 8A7AC2 # accent color 6 for primary color 2
+$p2_accent_7 = AB9AE6 # accent color 7 for primary color 2
+$p2_accent_8 = BAAAF0 # accent color 8 for primary color 2
+$p2_accent_9 = D8CCFF # accent color 9 for primary color 2
+
+# in rgba format
+$primary_2_rgba = rgba(63,48,114,0.9) # primary color 2
+$text_2_rgba = rgba(255,255,255,0.9) # text color 2
+$p2_accent_1_rgba = rgba(50,41,82,0.9) # accent color 1 for primary color 2
+$p2_accent_2_rgba = rgba(69,58,107,0.9) # accent color 2 for primary color 2
+$p2_accent_3_rgba = rgba(86,75,125,0.9) # accent color 3 for primary color 2
+$p2_accent_4_rgba = rgba(100,87,143,0.9) # accent color 4 for primary color 2
+$p2_accent_5_rgba = rgba(115,101,163,0.9) # accent color 5 for primary color 2
+$p2_accent_6_rgba = rgba(138,122,194,0.9) # accent color 6 for primary color 2
+$p2_accent_7_rgba = rgba(171,154,230,0.9) # accent color 7 for primary color 2
+$p2_accent_8_rgba = rgba(186,170,240,0.9) # accent color 8 for primary color 2
+$p2_accent_9_rgba = rgba(216,204,255,0.9) # accent color 9 for primary color 2
+
+# Color group 3
+
+$primary_3 = 6874CE # primary color 3
+$text_3 = BFBFB9 # text color 3
+$p3_accent_1 = 292E52 # accent color 1 for primary color 3
+$p3_accent_2 = 3A406B # accent color 2 for primary color 3
+$p3_accent_3 = 4B517D # accent color 3 for primary color 3
+$p3_accent_4 = 575E8F # accent color 4 for primary color 3
+$p3_accent_5 = 656CA3 # accent color 5 for primary color 3
+$p3_accent_6 = 7A83C2 # accent color 6 for primary color 3
+$p3_accent_7 = 9AA3E6 # accent color 7 for primary color 3
+$p3_accent_8 = AAB2F0 # accent color 8 for primary color 3
+$p3_accent_9 = CCD2FF # accent color 9 for primary color 3
+
+# in rgba format
+$primary_3_rgba = rgba(104,116,206,0.9) # primary color 3
+$text_3_rgba = rgba(191,191,185,0.9) # text color 3
+$p3_accent_1_rgba = rgba(41,46,82,0.9) # accent color 1 for primary color 3
+$p3_accent_2_rgba = rgba(58,64,107,0.9) # accent color 2 for primary color 3
+$p3_accent_3_rgba = rgba(75,81,125,0.9) # accent color 3 for primary color 3
+$p3_accent_4_rgba = rgba(87,94,143,0.9) # accent color 4 for primary color 3
+$p3_accent_5_rgba = rgba(101,108,163,0.9) # accent color 5 for primary color 3
+$p3_accent_6_rgba = rgba(122,131,194,0.9) # accent color 6 for primary color 3
+$p3_accent_7_rgba = rgba(154,163,230,0.9) # accent color 7 for primary color 3
+$p3_accent_8_rgba = rgba(170,178,240,0.9) # accent color 8 for primary color 3
+$p3_accent_9_rgba = rgba(204,210,255,0.9) # accent color 9 for primary color 3
+
+# Color group 4
+
+$primary_4 = D483CB # primary color 4
+$text_4 = 0D0E0D # text color 4
+$p4_accent_1 = 292E52 # accent color 1 for primary color 4
+$p4_accent_2 = 3A406B # accent color 2 for primary color 4
+$p4_accent_3 = 4B517D # accent color 3 for primary color 4
+$p4_accent_4 = 575E8F # accent color 4 for primary color 4
+$p4_accent_5 = 656CA3 # accent color 5 for primary color 4
+$p4_accent_6 = 7A83C2 # accent color 6 for primary color 4
+$p4_accent_7 = 9AA3E6 # accent color 7 for primary color 4
+$p4_accent_8 = AAB2F0 # accent color 8 for primary color 4
+$p4_accent_9 = CCD2FF # accent color 9 for primary color 4
+
+# in rgba format
+$primary_4_rgba = rgba(212,131,203,0.9) # primary color 4
+$text_4_rgba = rgba(13,14,13,0.9) # text color 4
+$p4_accent_1_rgba = rgba(82,41,77,0.9) # accent color 1 for primary color 4
+$p4_accent_2_rgba = rgba(107,58,102,0.9) # accent color 2 for primary color 4
+$p4_accent_3_rgba = rgba(125,75,119,0.9) # accent color 3 for primary color 4
+$p4_accent_4_rgba = rgba(143,87,137,0.9) # accent color 4 for primary color 4
+$p4_accent_5_rgba = rgba(163,101,156,0.9) # accent color 5 for primary color 4
+$p4_accent_6_rgba = rgba(194,122,186,0.9) # accent color 6 for primary color 4
+$p4_accent_7_rgba = rgba(230,154,221,0.9) # accent color 7 for primary color 4
+$p4_accent_8_rgba = rgba(240,170,232,0.9) # accent color 8 for primary color 4
+$p4_accent_9_rgba = rgba(255,204,249,0.9) # accent color 9 for primary color 4
+
+
+$primary_5_rgba = rgba(18,14,50,0.5) # primary color 1
+$primary_6_rgba = rgba(63,48,114,0.5) # primary color 2
+$primary_7_rgba = rgba(104,116,206,0.5) # primary color 3
+$primary_8_rgba = rgba(212,131,203,0.5) # primary color 4
+
+
diff --git a/.config/hypr/hyprlock/layouts/colors.conf b/.config/hypr/hyprlock/layouts/colors.conf
new file mode 100644
index 0000000..e8372dd
--- /dev/null
+++ b/.config/hypr/hyprlock/layouts/colors.conf
@@ -0,0 +1,116 @@
+# Color group 1
+
+$primary_1 = 120E32 # primary color 1
+$text_1 = FFFFFF # text color 1
+$p1_accent_1 = 2D2952 # accent color 1 for primary color 1
+$p1_accent_2 = 3F3A6B # accent color 2 for primary color 1
+$p1_accent_3 = 514B7D # accent color 3 for primary color 1
+$p1_accent_4 = 5D578F # accent color 4 for primary color 1
+$p1_accent_5 = 6C65A3 # accent color 5 for primary color 1
+$p1_accent_6 = 827AC2 # accent color 6 for primary color 1
+$p1_accent_7 = A29AE6 # accent color 7 for primary color 1
+$p1_accent_8 = B2AAF0 # accent color 8 for primary color 1
+$p1_accent_9 = D2CCFF # accent color 9 for primary color 1
+
+# in rgba format
+$primary_1_rgba = rgba(18,14,50,0.9) # primary color 1
+$text_1_rgba = rgba(255,255,255,0.9) # text color 1
+$p1_accent_1_rgba = rgba(45,41,82,0.9) # accent color 1 for primary color 1
+$p1_accent_2_rgba = rgba(63,58,107,0.9) # accent color 2 for primary color 1
+$p1_accent_3_rgba = rgba(81,75,125,0.9) # accent color 3 for primary color 1
+$p1_accent_4_rgba = rgba(93,87,143,0.9) # accent color 4 for primary color 1
+$p1_accent_5_rgba = rgba(108,101,163,0.9) # accent color 5 for primary color 1
+$p1_accent_6_rgba = rgba(130,122,194,0.9) # accent color 6 for primary color 1
+$p1_accent_7_rgba = rgba(162,154,230,0.9) # accent color 7 for primary color 1
+$p1_accent_8_rgba = rgba(178,170,240,0.9) # accent color 8 for primary color 1
+$p1_accent_9_rgba = rgba(210,204,255,0.9) # accent color 9 for primary color 1
+
+
+# Color group 2
+
+$primary_2 = 3F3072 # primary color 2
+$text_2 = FFFFFF # text color 2
+$p2_accent_1 = 322952 # accent color 1 for primary color 2
+$p2_accent_2 = 453A6B # accent color 2 for primary color 2
+$p2_accent_3 = 564B7D # accent color 3 for primary color 2
+$p2_accent_4 = 64578F # accent color 4 for primary color 2
+$p2_accent_5 = 7365A3 # accent color 5 for primary color 2
+$p2_accent_6 = 8A7AC2 # accent color 6 for primary color 2
+$p2_accent_7 = AB9AE6 # accent color 7 for primary color 2
+$p2_accent_8 = BAAAF0 # accent color 8 for primary color 2
+$p2_accent_9 = D8CCFF # accent color 9 for primary color 2
+
+# in rgba format
+$primary_2_rgba = rgba(63,48,114,0.9) # primary color 2
+$text_2_rgba = rgba(255,255,255,0.9) # text color 2
+$p2_accent_1_rgba = rgba(50,41,82,0.9) # accent color 1 for primary color 2
+$p2_accent_2_rgba = rgba(69,58,107,0.9) # accent color 2 for primary color 2
+$p2_accent_3_rgba = rgba(86,75,125,0.9) # accent color 3 for primary color 2
+$p2_accent_4_rgba = rgba(100,87,143,0.9) # accent color 4 for primary color 2
+$p2_accent_5_rgba = rgba(115,101,163,0.9) # accent color 5 for primary color 2
+$p2_accent_6_rgba = rgba(138,122,194,0.9) # accent color 6 for primary color 2
+$p2_accent_7_rgba = rgba(171,154,230,0.9) # accent color 7 for primary color 2
+$p2_accent_8_rgba = rgba(186,170,240,0.9) # accent color 8 for primary color 2
+$p2_accent_9_rgba = rgba(216,204,255,0.9) # accent color 9 for primary color 2
+
+# Color group 3
+
+$primary_3 = 6874CE # primary color 3
+$text_3 = BFBFB9 # text color 3
+$p3_accent_1 = 292E52 # accent color 1 for primary color 3
+$p3_accent_2 = 3A406B # accent color 2 for primary color 3
+$p3_accent_3 = 4B517D # accent color 3 for primary color 3
+$p3_accent_4 = 575E8F # accent color 4 for primary color 3
+$p3_accent_5 = 656CA3 # accent color 5 for primary color 3
+$p3_accent_6 = 7A83C2 # accent color 6 for primary color 3
+$p3_accent_7 = 9AA3E6 # accent color 7 for primary color 3
+$p3_accent_8 = AAB2F0 # accent color 8 for primary color 3
+$p3_accent_9 = CCD2FF # accent color 9 for primary color 3
+
+# in rgba format
+$primary_3_rgba = rgba(104,116,206,0.9) # primary color 3
+$text_3_rgba = rgba(191,191,185,0.9) # text color 3
+$p3_accent_1_rgba = rgba(41,46,82,0.9) # accent color 1 for primary color 3
+$p3_accent_2_rgba = rgba(58,64,107,0.9) # accent color 2 for primary color 3
+$p3_accent_3_rgba = rgba(75,81,125,0.9) # accent color 3 for primary color 3
+$p3_accent_4_rgba = rgba(87,94,143,0.9) # accent color 4 for primary color 3
+$p3_accent_5_rgba = rgba(101,108,163,0.9) # accent color 5 for primary color 3
+$p3_accent_6_rgba = rgba(122,131,194,0.9) # accent color 6 for primary color 3
+$p3_accent_7_rgba = rgba(154,163,230,0.9) # accent color 7 for primary color 3
+$p3_accent_8_rgba = rgba(170,178,240,0.9) # accent color 8 for primary color 3
+$p3_accent_9_rgba = rgba(204,210,255,0.9) # accent color 9 for primary color 3
+
+# Color group 4
+
+$primary_4 = D483CB # primary color 4
+$text_4 = 0D0E0D # text color 4
+$p4_accent_1 = 292E52 # accent color 1 for primary color 4
+$p4_accent_2 = 3A406B # accent color 2 for primary color 4
+$p4_accent_3 = 4B517D # accent color 3 for primary color 4
+$p4_accent_4 = 575E8F # accent color 4 for primary color 4
+$p4_accent_5 = 656CA3 # accent color 5 for primary color 4
+$p4_accent_6 = 7A83C2 # accent color 6 for primary color 4
+$p4_accent_7 = 9AA3E6 # accent color 7 for primary color 4
+$p4_accent_8 = AAB2F0 # accent color 8 for primary color 4
+$p4_accent_9 = CCD2FF # accent color 9 for primary color 4
+
+# in rgba format
+$primary_4_rgba = rgba(212,131,203,0.9) # primary color 4
+$text_4_rgba = rgba(13,14,13,0.9) # text color 4
+$p4_accent_1_rgba = rgba(82,41,77,0.9) # accent color 1 for primary color 4
+$p4_accent_2_rgba = rgba(107,58,102,0.9) # accent color 2 for primary color 4
+$p4_accent_3_rgba = rgba(125,75,119,0.9) # accent color 3 for primary color 4
+$p4_accent_4_rgba = rgba(143,87,137,0.9) # accent color 4 for primary color 4
+$p4_accent_5_rgba = rgba(163,101,156,0.9) # accent color 5 for primary color 4
+$p4_accent_6_rgba = rgba(194,122,186,0.9) # accent color 6 for primary color 4
+$p4_accent_7_rgba = rgba(230,154,221,0.9) # accent color 7 for primary color 4
+$p4_accent_8_rgba = rgba(240,170,232,0.9) # accent color 8 for primary color 4
+$p4_accent_9_rgba = rgba(255,204,249,0.9) # accent color 9 for primary color 4
+
+
+$primary_5_rgba = rgba(18,14,50,0.5) # primary color 1
+$primary_6_rgba = rgba(63,48,114,0.5) # primary color 2
+$primary_7_rgba = rgba(104,116,206,0.5) # primary color 3
+$primary_8_rgba = rgba(212,131,203,0.5) # primary color 4
+
+
diff --git a/.config/hypr/hyprlock/layouts/hyprlock.conf b/.config/hypr/hyprlock/layouts/hyprlock.conf
new file mode 100644
index 0000000..cf3cfa9
--- /dev/null
+++ b/.config/hypr/hyprlock/layouts/hyprlock.conf
@@ -0,0 +1,102 @@
+# █ █ █▄█ █▀█ █▀█ █ █▀█ █▀▀ █▄▀
+# █▀█ █ █▀▀ █▀▄ █▄▄ █▄█ █▄▄ █ █
+
+$fn_greet=echo " Hi $USER :) "
+$wall = $HOME/.config/hyprlock/wallpapers/1.jpg
+
+# GENERAL
+general {
+ no_fade_in = true
+ grace = 1
+ disable_loading_bar = false
+ hide_cursor = true
+ ignore_empty_input = true
+ text_trim = true
+}
+
+# BACKGROUND
+background {
+ monitor =
+ path = $wall
+ # path = screenshot
+ blur_passes = 2
+ contrast = 0.8916
+ brightness = 0.7172
+ vibrancy = 0.1696
+ vibrancy_darkness = 0
+}
+
+# TIME HR
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%H")"
+ color = rgba(212,131,203,0.9)
+ shadow_size = 3
+ shadow_color = rgb(0,0,0)
+ shadow_boost = 1.2
+ font_size = 150
+ font_family = AlfaSlabOne
+ position = 0, -250
+ halign = center
+ valign = top
+ zindex = 5
+}
+
+# TIME
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%M")"
+ color = rgba(104,116,206,0.9)
+ font_size = 150
+ font_family = AlfaSlabOne
+ position = 0, -420
+ halign = center
+ valign = top
+ zindex = 5
+}
+
+# DATE
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%d %b %A")"
+ # color = rgba(255, 255, 255, 1)
+ color = rgba(122,131,194,0.9)
+ font_size = 14
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = 0, -130
+ halign = center
+ valign = center
+ zindex = 5
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 250, 60
+ outline_thickness = 0
+ outer_color = rgba(0, 0, 0, 0)
+ dots_size = 0.1 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 1 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ inner_color = rgba(104,116,206,0.5)
+ font_color = rgba(200, 200, 200, 0.5)
+ fade_on_empty = true
+ placeholder_text =Use Me ;)
+ hide_input = false
+ position = 0, -370
+ halign = center
+ valign = center
+ zindex = 20
+}
+
+# USER
+label {
+ monitor =
+ text = cmd[update:60000] $fn_greet
+ color = rgba(154,163,230,0.9)
+ font_size = 17
+ font_family = JetBrains Mono Nerd Font Mono
+ position = 0, -250
+ halign = center
+ valign = center
+}
\ No newline at end of file
diff --git a/.config/hypr/hyprlock/layouts/layout1.conf b/.config/hypr/hyprlock/layouts/layout1.conf
new file mode 100644
index 0000000..d893a43
--- /dev/null
+++ b/.config/hypr/hyprlock/layouts/layout1.conf
@@ -0,0 +1,135 @@
+# █ █ █▄█ █▀█ █▀█ █ █▀█ █▀▀ █▄▀
+# █▀█ █ █▀▀ █▀▄ █▄▄ █▄█ █▄▄ █ █
+
+$fn_greet=echo " Hi $USER :) "
+$wall = /home/mahaveer/.config/hyprlock/wallpapers/4.jpg
+
+# GENERAL
+general {
+ no_fade_in = true
+ grace = 1
+ disable_loading_bar = false
+ hide_cursor = true
+ ignore_empty_input = true
+ text_trim = true
+}
+
+# BACKGROUND
+background {
+ monitor =
+ path = $wall
+ # path = screenshot
+ blur_passes = 2
+ contrast = 0.8916
+ brightness = 0.7172
+ vibrancy = 0.1696
+ vibrancy_darkness = 0
+}
+
+# TIME HR
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%H")"
+ # color = rgba(255, 255, 255, 1)
+ color = $p1_accent_4_rgba
+ shadow_size = 3
+ shadow_color = rgb(0,0,0)
+ shadow_boost = 1.2
+ font_size = 150
+ font_family = AlfaSlabOne
+ position = 0, -250
+ halign = center
+ valign = top
+ zindex = 5
+}
+
+# TIME
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%M")"
+ # color = rgba(255, 255, 255, 1)
+ color = $primary_3_rgba
+ font_size = 150
+ font_family = AlfaSlabOne
+ position = 0, -420
+ halign = center
+ valign = top
+ zindex = 5
+}
+
+# DATE
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%d %b %A")"
+ # color = rgba(255, 255, 255, 1)
+ color = $p3_accent_6_rgba
+ font_size = 14
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = 0, -130
+ halign = center
+ valign = center
+ zindex = 5
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 200, 50
+ outline_thickness = 1
+ outer_color = rgba(0, 0, 0, 0)
+ dots_size = 0.1 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 1 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ inner_color = $primary_7_rgba
+ font_color = rgba(200, 200, 200, 0.5)
+ fade_on_empty = false
+ # placeholder_text = Login $USER
+ placeholder_text =Hii $USER ;)
+ # invert_numlock = true # change color if numlock is off
+ # capslock_color = 1
+ # numlock_color = 1
+ # bothlock_color = 1
+ hide_input = false
+ position = 0, -220
+ halign = center
+ valign = center
+ zindex = 20
+}
+
+# # USER
+# label {
+# monitor =
+# text = cmd[update:60000] $fn_greet
+# color = $p3_accent_7_rgba
+# font_size = 17
+# font_family = JetBrains Mono Nerd Font Mono
+# position = 0, -250
+# halign = center
+# valign = center
+# }
+
+# Battery
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$($battery)"
+ color = rgba(200, 200, 200, 0.5)
+ font_size = 12
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = -30, -510
+ halign = right
+ valign = center
+ zindex = 5
+}
+
+# Battery div
+shape {
+ monitor =
+ size = 70, 35
+ color = $primary_7_rgba
+ rounding = 10
+ rotate = 0
+ position = 905, 12
+ halign = center
+ valign = bottom
+ zindex = 1
+}
\ No newline at end of file
diff --git a/.config/hypr/hyprlock/layouts/layout10.conf b/.config/hypr/hyprlock/layouts/layout10.conf
new file mode 100644
index 0000000..8fb0b9c
--- /dev/null
+++ b/.config/hypr/hyprlock/layouts/layout10.conf
@@ -0,0 +1,130 @@
+$wall = $HOME/.config/hyprlock/wallpapers/5.png
+# $wall = $HOME/.config/hyprlock/wallpapers/hyprlock.png
+source = $HOME/.config/hyprlock/fonts/SF Pro Display Bold
+# source = $HOME/.config/hyprlock/fonts/SF Pro Display Bold
+# BACKGROUND
+background {
+ monitor =
+ path = $wall
+ blur_passes = 0
+ contrast = 0.8916
+ brightness = 0.8916
+ vibrancy = 0.8916
+ vibrancy_darkness = 0.0
+}
+
+# GENERAL
+general {
+ no_fade_in = false
+ grace = 0
+ disable_loading_bar = false
+}
+
+# Profie-Photo
+image {
+ monitor =
+ path = ~/.config/hyprlock/wallpapers/me.jpeg
+ border_size = 2
+ border_color = $primary_3_rgba
+ size = 120
+ rounding = -1
+ rotate = 0
+ reload_time = -1
+ reload_cmd =
+ position = 25, 190
+ halign = center
+ valign = center
+}
+
+# NAME
+label {
+ monitor =
+ text = $USER
+ color = rgba(216, 222, 233, 0.80)
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ font_size = 20
+ font_family = SF Pro Display Bold
+ position = 25, 80
+ halign = center
+ valign = center
+}
+
+# Time
+label {
+ monitor =
+ text = cmd[update:1000] echo "$(date +"%I:%M")"
+ color = rgba(216, 222, 233, 0.80)
+ font_size = 60
+ font_family = SF Pro Display Bold
+ position = 30, -20
+ halign = center
+ valign = center
+}
+
+# Day-Month-Date
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%A, %B %d")"
+ color = rgba(216, 222, 233, .80)
+ font_size = 19
+ font_family = SF Pro Display Bold
+ position = 35, -90
+ halign = center
+ valign = center
+}
+
+
+# USER-BOX
+shape {
+ monitor =
+ size = 320, 55
+ color = rgba(255, 255, 255, 0.1)
+ rounding = -1
+ border_size = 0
+ border_color = rgba(255, 255, 255, 1)
+ rotate = 0
+ xray = false # if true, make a "hole" in the background (rectangle of specified size, no rotation)
+
+ position = 34, -190
+ halign = center
+ valign = center
+}
+
+# USER
+label {
+ monitor =
+ text = $USER
+ color = rgba(216, 222, 233, 0.80)
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ font_size = 16
+ font_family = SF Pro Display Bold
+ position = 38, -190
+ halign = center
+ valign = center
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 320, 55
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ outer_color = rgba(255, 255, 255, 0)
+ inner_color = rgba(255, 255, 255, 0.1)
+ font_color = rgb(200, 200, 200)
+ fade_on_empty = false
+ font_family = SF Pro Display Bold
+ placeholder_text = Enter Pass
+ hide_input = false
+ position = 34, -268
+ halign = center
+ valign = center
+}
\ No newline at end of file
diff --git a/.config/hypr/hyprlock/layouts/layout11.conf b/.config/hypr/hyprlock/layouts/layout11.conf
new file mode 100644
index 0000000..e5c4977
--- /dev/null
+++ b/.config/hypr/hyprlock/layouts/layout11.conf
@@ -0,0 +1,122 @@
+# BACKGROUND
+background {
+ monitor =
+ path = ~/.config/hyprlock/wallpapers/6.png
+ #blur_passes = 0
+ #contrast = 0.8916
+ #brightness = 0.8172
+ #vibrancy = 0.1696
+ #vibrancy_darkness = 0.0
+}
+
+# GENERAL
+general {
+ no_fade_in = false
+ grace = 0
+ disable_loading_bar = false
+}
+
+# GREETINGS
+label {
+ monitor =
+ text =Welcome!
+ color = rgba(205, 214, 224, .75)
+ font_size = 55
+ font_family = JetBrainsMono Nerd Font
+ position = 165, 320
+ halign = left
+ valign = center
+}
+
+# Time
+label {
+ monitor =
+ text = cmd[update:1000] echo "$(date +"%I:%M")"
+ color = rgba(205, 214, 224, .75)
+ font_size = 40
+ font_family = JetBrainsMono Nerd Font
+ position = 255, 240
+ halign = left
+ valign = center
+}
+
+# Day-Month-Date
+label {
+ monitor =
+ text = Sunday, September 29
+ color = rgba(205, 214, 224, .75)
+ font_size = 20
+ text_align = left
+ font_family = JetBrainsMono Nerd Font
+ position = 180, 175
+ halign = left
+ valign = center
+}
+
+# Profie-Photo
+image {
+ monitor =
+ path = ~/.config/hypr/pfp.webp
+ border_size = 1
+ border_color = rgba(137, 180, 250, .75)
+ size = 160
+ rounding = -1
+ rotate = 0
+ reload_time = -1
+ reload_cmd =
+ position = 249, 25
+ halign = left
+ valign = center
+}
+
+# USER-BOX
+shape {
+ monitor =
+ size = 320, 55
+ color = rgba(255, 255, 255, .2)
+ rounding = -1
+ border_size = 0
+ border_color = rgba(255, 255, 255, 1)
+ rotate = 0
+ xray = false # if true, make a "hole" in the background (rectangle of specified size, no rotation)
+
+ position = 170, -140
+ halign = left
+ valign = center
+}
+
+# USER
+label {
+ monitor =
+ text = $USER
+ color = rgba(205, 214, 224, 0.80)
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ font_size = 16
+ font_family = JetBrainsMono Nerd Font
+ position = 281, -140
+ halign = left
+ valign = center
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 320, 55
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ outer_color = rgba(255, 255, 255, 0)
+ inner_color = rgba(255, 255, 255, 0.1)
+ font_color = rgb(205, 214, 244)
+ fade_on_empty = false
+ font_family = JetBrainsMono Nerd Font
+ placeholder_text = 🔒 Enter Pass
+ hide_input = false
+ position = 170, -220
+ halign = left
+ valign = center
+}
diff --git a/.config/hypr/hyprlock/layouts/layout12.conf b/.config/hypr/hyprlock/layouts/layout12.conf
new file mode 100644
index 0000000..13a4da5
--- /dev/null
+++ b/.config/hypr/hyprlock/layouts/layout12.conf
@@ -0,0 +1,198 @@
+# $hyprDir = $HOME/.config/hypr
+$mpris_art = /tmp/hyde-mpris.png
+$wall = $HOME/.config/hyprlock/wallpapers/6.png
+
+# BACKGROUND
+background {
+ monitor =
+ path = $wall
+ #blur_passes = 0
+ #contrast = 0.8916
+ #brightness = 0.8172
+ #vibrancy = 0.1696
+ #vibrancy_darkness = 0.0
+}
+
+# GENERAL
+general {
+ no_fade_in = false
+ disable_loading_bar = false
+ grace = 1
+}
+
+# GREETINGS
+label {
+ monitor =
+ text =Welcome!
+ color = rgb(205, 214, 244)
+ font_size = 55
+ font_family = JetBrainsMono Nerd Font
+ position = -630, 320
+ halign = center
+ valign = center
+}
+
+# Time
+label {
+ monitor =
+ text = cmd[update:1000] echo "$(date +"%I:%M")"
+ color = rgb(205, 214, 244)
+ font_size = 40
+ font_family = JetBrainsMono Nerd Font
+ position = -630, 240
+ halign = center
+ valign = center
+}
+
+# Day-Month-Date
+label {
+ monitor =
+ text = Sunday, September 29
+ color = rgba(205, 214, 224, .75)
+ font_size = 20
+ text_align = left
+ font_family = JetBrainsMono Nerd Font
+ position = 180, 175
+ halign = left
+ valign = center
+}
+
+# Profie-Photo
+image {
+ monitor =
+ path = ~/.config/hypr/pfp.webp
+ border_size = 1
+ border_color = rgba(137, 180, 250, .75)
+ size = 160
+ rounding = -1
+ rotate = 0
+ reload_time = -1
+ reload_cmd =
+ position = -630, 25
+ halign = center
+ valign = center
+}
+
+# USER-BOX
+shape {
+ monitor =
+ size = 320, 55
+ color = rgba(88, 91, 112, 0.4)
+ rounding = -1
+ border_size = 0
+ border_color = rgb(255, 255, 255)
+ rotate = 0
+ xray = false # if true, make a "hole" in the background (rectangle of specified size, no rotation)
+
+ position = -630, -140
+ halign = center
+ valign = center
+}
+
+# USER
+label {
+ monitor =
+ text = $USER
+ color = rgb(186, 194, 222)
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ font_size = 16
+ font_family = JetBrainsMono Nerd Font
+ position =-630, -140
+ halign = center
+ valign = center
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 320, 55
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ outer_color = rgba(255, 255, 255, 0)
+ inner_color = rgba(88, 91, 112, 0.4)
+ font_color = rgb(205, 214, 244)
+ fade_on_empty = false
+ font_family = JetBrainsMono Nerd Font
+ placeholder_text = 🔒 Enter Pass
+ hide_input = false
+ position = -630, -220
+ halign = center
+ valign = center
+}
+
+# Dragons be here - music widget
+
+# Music blur div
+shape {
+ monitor =
+ size = 350, 110
+ color = rgba(88, 91, 112, 0.4)
+ rounding = 20
+ rotate = 0
+ position = -630, -350
+ halign = center
+ valign = center
+ zindex = 1
+}
+
+# Music Album Art
+image {
+ monitor =
+ path = $mpris_art
+ size = 86
+ border_size = 3
+ border_color = rgba(255, 255, 255, 0.8)
+ rounding = 5
+ rotate = 0
+ reload_time = 0
+ reload_cmd =
+ position = 167, -350
+ halign = left
+ valign = center
+ zindex = 5
+}
+
+
+# PLAYER ARTIST
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($music --artist)"
+ color = rgb(186, 194, 222)
+ font_size = 12
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = 270, -375
+ halign = left
+ valign = center
+ zindex = 5
+}
+
+# PLAYER TITLE
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($music --title)"
+ color = rgb(205, 214, 244)
+ font_size = 14
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = 270, -350
+ halign = left
+ valign = center
+ zindex = 5
+}
+
+# PLAYER SOURCE
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($music --source)" &
+ color = rgb(166, 173, 200)
+ font_size = 12
+ font_family = JetBrains Mono Nerd Font Mono
+ position = 270, -320
+ halign = left
+ valign = center
+ zindex = 5
+}
diff --git a/.config/hypr/hyprlock/layouts/layout13.conf b/.config/hypr/hyprlock/layouts/layout13.conf
new file mode 100644
index 0000000..1942413
--- /dev/null
+++ b/.config/hypr/hyprlock/layouts/layout13.conf
@@ -0,0 +1,169 @@
+# $wall = $HOME/.config/hyprlock/wallpapers/1.jpg
+$wall = $HOME/.config/hyprlock/wallpapers/8.png
+
+# BACKGROUND
+background {
+ monitor =
+ path = $wall
+ blur_passes = 1
+ contrast = 0.8916
+ brightness = 0.8172
+ vibrancy = 0.8916
+ vibrancy_darkness = 0.0
+}
+
+# GENERAL
+general {
+ no_fade_in = false
+ grace = 0
+ disable_loading_bar = false
+}
+
+
+# Time
+label {
+ monitor =
+ text = cmd[update:1000] echo "$(date +"%I")"
+
+ color = rgb(173, 48, 49)
+ font_size = 60
+ font_family = TeachingPrintDotted-OVKlp
+ position = -30, 400
+ halign = center
+ valign = center
+}
+
+# Time
+label {
+ monitor =
+ text = cmd[update:1000] echo "$(date +":%M")"
+ color = rgb(214, 209, 209)
+ font_size = 60
+ font_family = TeachingPrintDotted-OVKlp
+ position = 80, 400
+ halign = center
+ valign = center
+}
+
+# Day-Month-Date
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%A, %B %d")"
+ color = rgb(200, 200, 200)
+ font_size = 19
+ font_family = TeachingPrintDotted-OVKlp
+ position = 35, 340
+ halign = center
+ valign = center
+}
+
+
+
+# Profie-Photo
+image {
+ monitor =
+ path = ~/.config/hyprlock/wallpapers/me.jpeg
+ border_size = 2
+ border_color = rgb(173, 48, 49)
+ size = 220
+ rounding = 35
+ rotate = 0
+ reload_time = -1
+ reload_cmd =
+ position = 25, 90
+ halign = center
+ valign = center
+}
+
+# # NAME
+# label {
+# monitor =
+# # text = Welcome $USER
+# text = cmd[update:60000] echo "Good $(date +"%-I" | awk '{if ($1 < 12) print "morning"; else print "evening"}') $(echo ${USER} | tr '[:lower:]' '[:lower:]' )"
+# color = rgb(216, 222, 233)
+# font_size = 25
+# font_family = TeachingPrintDotted-OVKlp
+# position = 25, -50
+# halign = center
+# valign = center
+# }
+
+
+# USER-BOX
+shape {
+ monitor =
+ size = 250, 50
+ color =rgb(173, 48, 49)
+ rounding = -1
+ border_size = 0
+ border_color = rgba(255, 255, 255, 1)
+ rotate = 0
+ xray = false # if true, make a "hole" in the background (rectangle of specified size, no rotation)
+ position = 34, -140
+ halign = center
+ valign = center
+}
+
+# USER
+label {
+ monitor =
+ text = $USER
+ color = rgba(216, 222, 233, 0.80)
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ font_size = 15
+ position = 38, -140
+ halign = center
+ valign = center
+ zindex = 1
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 250, 50
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ outer_color = rgba(255, 255, 255, 0)
+ inner_color = rgb(173, 48, 49)
+ font_color = rgb(200, 200, 200)
+ fade_on_empty = false
+ placeholder_text = Enter Pass
+ hide_input = false
+ position = 34, -220
+ halign = center
+ valign = center
+}
+
+
+# USER-BOX
+shape {
+ monitor =
+ size = 65, 65
+ color =rgb(255, 254, 254)
+ rounding = -1
+ border_size = 0
+ border_color = rgba(255, 255, 255, 1)
+ rotate = 0
+ xray = false # if true, make a "hole" in the background (rectangle of specified size, no rotation)
+ position = 34, -320
+ halign = center
+ valign = center
+}
+
+
+# USER
+label {
+ monitor =
+ text = ⠶>
+ color = rgb(173, 48, 49)
+ font_size = 25
+ position = 38, -320
+ halign = center
+ valign = center
+ zindex = 1
+}
\ No newline at end of file
diff --git a/.config/hypr/hyprlock/layouts/layout14.conf b/.config/hypr/hyprlock/layouts/layout14.conf
new file mode 100644
index 0000000..1d056be
--- /dev/null
+++ b/.config/hypr/hyprlock/layouts/layout14.conf
@@ -0,0 +1,360 @@
+$wall = $HOME/.config/hyprlock/wallpapers/7.jpeg
+$mpris_art = /tmp/hyde-mpris.png
+$artfile = /tmp/hyde-mpris-blurred.png
+
+# BACKGROUND
+background {
+ monitor =
+ path = $wall
+ blur_passes = 1
+ contrast = 0.8916
+ brightness = 0.8172
+ vibrancy = 0.8916
+ vibrancy_darkness = 0.0
+}
+
+# GENERAL
+general {
+ no_fade_in = false
+ grace = 0
+ disable_loading_bar = false
+}
+
+# Music blur div
+shape {
+ monitor =
+ size = 300, 140
+ color =rgb(0, 0, 0)
+ rounding = 30
+ rotate = 0
+ position = 35, 380
+ halign = center
+ valign = center
+}
+
+# Time
+label {
+ monitor =
+ text = cmd[update:1000] echo "$(date +"%I")"
+
+ color = rgb(173, 48, 49)
+ font_size = 60
+ font_family = TeachingPrintDotted-OVKlp
+ position = -30, 400
+ halign = center
+ valign = center
+}
+
+# Time
+label {
+ monitor =
+ text = cmd[update:1000] echo "$(date +":%M")"
+ color = rgb(214, 209, 209)
+ font_size = 60
+ font_family = TeachingPrintDotted-OVKlp
+ position = 80, 400
+ halign = center
+ valign = center
+}
+
+# Day-Month-Date
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%A, %B %d")"
+ color = rgb(200, 200, 200)
+ font_size = 19
+ font_family = TeachingPrintDotted-OVKlp
+ position = 35, 340
+ halign = center
+ valign = center
+}
+
+
+
+# Profie-Photo
+image {
+ monitor =
+ path = ~/.config/hyprlock/wallpapers/me.jpeg
+ border_size = 2
+ border_color = rgb(173, 48, 49)
+ size = 220
+ rounding = 35
+ rotate = 0
+ reload_time = -1
+ reload_cmd =
+ position = 25, 90
+ halign = center
+ valign = center
+}
+
+# # NAME
+# label {
+# monitor =
+# # text = Welcome $USER
+# text = cmd[update:60000] echo "Good $(date +"%-I" | awk '{if ($1 < 12) print "morning"; else print "evening"}') $(echo ${USER} | tr '[:lower:]' '[:lower:]' )"
+# color = rgb(216, 222, 233)
+# font_size = 25
+# font_family = TeachingPrintDotted-OVKlp
+# position = 25, -50
+# halign = center
+# valign = center
+# }
+
+
+# USER-BOX
+shape {
+ monitor =
+ size = 250, 50
+ color =rgb(173, 48, 49)
+ rounding = -1
+ border_size = 0
+ border_color = rgba(255, 255, 255, 1)
+ rotate = 0
+ xray = false # if true, make a "hole" in the background (rectangle of specified size, no rotation)
+ position = 34, -140
+ halign = center
+ valign = center
+}
+
+# USER
+label {
+ monitor =
+ text = $USER
+ color = rgba(216, 222, 233, 0.80)
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ font_size = 15
+ position = 38, -140
+ halign = center
+ valign = center
+ zindex = 1
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 250, 50
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ outer_color = rgba(255, 255, 255, 0)
+ inner_color = rgb(173, 48, 49)
+ font_color = rgb(200, 200, 200)
+ fade_on_empty = false
+ placeholder_text = Enter Pass
+ hide_input = false
+ position = 34, -220
+ halign = center
+ valign = center
+}
+
+
+# USER-BOX
+shape {
+ monitor =
+ size = 65, 65
+ color =rgb(255, 254, 254)
+ rounding = -1
+ border_size = 0
+ border_color = rgba(255, 255, 255, 1)
+ rotate = 0
+ xray = false # if true, make a "hole" in the background (rectangle of specified size, no rotation)
+ position = 34, -320
+ halign = center
+ valign = center
+}
+
+
+# USER
+label {
+ monitor =
+ text = ⠶>
+ color = rgb(173, 48, 49)
+ font_size = 25
+ # font_family = SF Pro Display Bold
+ position = 38, -320
+ halign = center
+ valign = center
+ zindex = 1
+}
+
+
+
+# Music blur div
+shape {
+ monitor =
+ size = 340, 140
+ color = rgb(173, 48, 49)
+ rounding = 30
+ rotate = 0
+ position = -30, -50
+ halign = right
+ valign = top
+ zindex = 1
+}
+
+# Music Album Art
+image {
+ monitor =
+ path = $mpris_art
+ size = 110
+ rounding = 20
+ rotate = 0
+ reload_time = 0
+ reload_cmd =
+ position = -40 ,-60
+ halign = right
+ valign = top
+ zindex = 5
+}
+
+# PLAYER SOURCE
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($music --source)"
+ color = rgba(255, 255, 255, 0.6)
+ font_size = 10
+ font_family = JetBrains Mono Nerd Font Mono
+ position = 1570, -65
+ halign = left
+ valign = top
+ zindex = 5
+}
+
+
+# PLAYER TITLE
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($music --title)"
+ color = rgba(255, 255, 255, 0.8)
+ font_size = 12
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = 1570, -95
+ halign = left
+ valign = top
+ zindex = 5
+}
+
+
+
+# PLAYER ARTIST
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($music --artist)"
+ color = rgba(255, 255, 255, 0.8)
+ font_size = 10
+ font_family = JetBrains Mono Nerd Font Mon440, 110o ExtraBold
+ position = 1570, -115
+ halign = left
+ valign = top
+ zindex = 5
+}
+
+# NAME
+label {
+ monitor =
+ text = ⟲
+ color = rgb(216, 222, 233)
+ font_size = 25
+ position = -320, -150
+ halign = right
+ valign = top
+ zindex = 5
+}
+
+# PLAYER STATUS
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($music --status)"
+ color = rgba(255, 255, 255, 1)
+ font_size = 21
+ font_family = JetBrains Mono Nerd Font Mono
+ position = -270, -148
+ halign = right
+ valign = top
+ zindex = 5
+}
+
+# NAME
+label {
+ monitor =
+ text = »
+ color = rgb(216, 222, 233)
+ font_size = 25
+ position = -220, -140
+ halign = right
+ valign = top
+ zindex = 5
+}
+
+
+# Battery div
+shape {
+ monitor =
+ size = 140, 80
+ color =rgb(173, 48, 49)
+ rounding = 20
+ rotate = 0
+ position = -40, -220
+ halign = right
+ valign = top
+ zindex = 1
+}
+
+# Battery
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$($battery)"
+ color = rgb(255, 255, 255)
+ font_size = 25
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = -60, -235
+ halign = right
+ valign = top
+ zindex = 5
+}
+
+# Weather div
+shape {
+ monitor =
+ size = 140, 80
+ color = rgb(255, 255, 255)
+ rounding = 20
+ rotate = 0
+ position = -210, -220
+ halign = right
+ valign = top
+ xray = false
+ zindex = 1
+}
+
+
+# WEATHER
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($weather)"
+ color = rgb(173, 48, 49)
+ font_size = 10
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = -220, -230
+ halign = right
+ valign = top
+ zindex = 5
+}
+
+# LOCATION
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($location)"
+ color = rgb(173, 48, 49)
+ font_size = 10
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = -230, -260
+ halign = right
+ valign = top
+ zindex = 5
+}
+
diff --git a/.config/hypr/hyprlock/layouts/layout2.conf b/.config/hypr/hyprlock/layouts/layout2.conf
new file mode 100644
index 0000000..7d9eea4
--- /dev/null
+++ b/.config/hypr/hyprlock/layouts/layout2.conf
@@ -0,0 +1,188 @@
+# █ █ █▄█ █▀█ █▀█ █ █▀█ █▀▀ █▄▀
+# █▀█ █ █▀▀ █▀▄ █▄▄ █▄█ █▄▄ █ █
+
+$mpris_art = /tmp/hyde-mpris.png
+$artfile = /tmp/hyde-mpris-blurred.png
+# $wall = $HOME/.cache/hyde/wall.set
+
+# GENERAL
+general {
+ no_fade_in = true
+ grace = 1
+ disable_loading_bar = false
+ hide_cursor = true
+ ignore_empty_input = true
+ text_trim = true
+}
+
+# BACKGROUND
+background {
+ monitor =
+ path = $artfile
+ # path = screenshot
+ blur_passes = 2
+ contrast = 0.8916
+ brightness = 0.7172
+ vibrancy = 0.1696
+ vibrancy_darkness = 0
+}
+
+
+# TIME HR
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%H")"
+ # color = rgba(255, 255, 255, 1)
+ color = $p1_accent_4_rgba
+ shadow_size = 3
+ shadow_color = rgb(0,0,0)
+ shadow_boost = 1.2
+ font_size = 150
+ font_family = AlfaSlabOne
+ position = 0, -250
+ halign = center
+ valign = top
+ zindex = 5
+}
+
+# TIME
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%M")"
+ # color = rgba(255, 255, 255, 1)
+ color = $primary_3_rgba
+ font_size = 150
+ font_family = AlfaSlabOne
+ position = 0, -420
+ halign = center
+ valign = top
+ zindex = 5
+}
+
+# DATE
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%d %b %A")"
+ # color = rgba(255, 255, 255, 1)
+ color = $p3_accent_6_rgba
+ font_size = 14
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = 0, -130
+ halign = center
+ valign = center
+ zindex = 5
+}
+
+
+# Music blur div
+shape {
+ monitor =
+ size = 440, 110
+ color = $primary_7_rgba
+ rounding = 20
+ rotate = 0
+ position = 30, -310
+ halign = center
+ valign = center
+ zindex = 1
+}
+
+# Music Album Art
+image {
+ monitor =
+ path = $mpris_art
+ size = 80
+ rounding = 5
+ rotate = 0
+ reload_time = 0
+ reload_cmd =
+ position = -130, -310
+ halign = center
+ valign = center
+ zindex = 5
+}
+
+# PLAYER TITLE
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($music --title)"
+ color = rgba(255, 255, 255, 0.8)
+ font_size = 12
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = 880, -310
+ halign = left
+ valign = center
+ zindex = 5
+}
+
+# PLAYER LENGTH
+label {
+ monitor =
+ text = cmd[update:1000] $music --length
+ color = rgba(255, 255, 255, 1)
+ font_size = 11
+ font_family = JetBrains Mono Nerd Font Mono
+ position = -730, -332
+ halign = right
+ valign = center
+ zindex = 5
+}
+
+# PLAYER STATUS
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($music --status)"
+ color = rgba(255, 255, 255, 1)
+ font_size = 14
+ font_family = JetBrains Mono Nerd Font Mono
+ position = -730, -310
+ halign = right
+ valign = center
+ zindex = 5
+}
+
+# PLAYER SOURCE
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($music --source)"
+ color = rgba(255, 255, 255, 0.6)
+ font_size = 10
+ font_family = JetBrains Mono Nerd Font Mono
+ position = 880, -280
+ halign = left
+ valign = center
+ zindex = 5
+}
+
+# PLAYER ARTIST
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($music --artist)"
+ color = rgba(255, 255, 255, 0.8)
+ font_size = 10
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = 880, -330
+ halign = left
+ valign = center
+ zindex = 5
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 250, 60
+ outline_thickness = 0
+ outer_color = $primary_8_rgba
+ dots_size = 0.1 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 1 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ inner_color = $primary_7_rgba
+ font_color = rgba(200, 200, 200, 0.5)
+ fade_on_empty = true
+ placeholder_text = Use Me ;)
+ hide_input = false
+ position = 0, -470
+ halign = center
+ valign = center
+ zindex = 20
+}
diff --git a/.config/hypr/hyprlock/layouts/layout3.conf b/.config/hypr/hyprlock/layouts/layout3.conf
new file mode 100644
index 0000000..789fcc3
--- /dev/null
+++ b/.config/hypr/hyprlock/layouts/layout3.conf
@@ -0,0 +1,230 @@
+# █ █ █▄█ █▀█ █▀█ █ █▀█ █▀▀ █▄▀
+# █▀█ █ █▀▀ █▀▄ █▄▄ █▄█ █▄▄ █ █
+
+$mpris_art = /tmp/hyde-mpris.png
+$artfile = /tmp/hyde-mpris-blurred.png
+$wall = $wall = $HOME/.cache/hyde/wall.set
+$Scripts = $HOME/.config/Hyprlocks/scripts
+
+# GENERAL
+general {
+ no_fade_in = true
+ grace = 1
+ disable_loading_bar = false
+ hide_cursor = true
+ ignore_empty_input = true
+ text_trim = true
+}
+
+# BACKGROUND
+background {
+ monitor =
+ path = $wall
+ # path = screenshot
+ blur_passes = 2
+ contrast = 0.8916
+ brightness = 0.7172
+ vibrancy = 0.1696
+ vibrancy_darkness = 0
+}
+
+# Background image
+image {
+ monitor =
+ path = $artfile
+ size = 1100 # lesser side if not 1:1 ratio
+ rounding = 1 # negative values mean circle
+ border_size = 0
+ rotate = 0 # degrees, counter-clockwise
+ reload_time = 0 # seconds between reloading, 0 to reload with SIGUSR2
+ reload_cmd =
+ position = 18, -10
+ halign = center
+ valign = center
+ zindex = 0
+}
+
+# TIME HR
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%H")"
+ # color = rgba(255, 255, 255, 1)
+ color = $p1_accent_4_rgba
+ shadow_size = 3
+ shadow_color = rgb(0,0,0)
+ shadow_boost = 1.2
+ font_size = 150
+ font_family = AlfaSlabOne
+ position = 0, -250
+ halign = center
+ valign = top
+ zindex = 5
+}
+
+# TIME
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%M")"
+ # color = rgba(255, 255, 255, 1)
+ color = $primary_3_rgba
+ font_size = 150
+ font_family = AlfaSlabOne
+ position = 0, -420
+ halign = center
+ valign = top
+ zindex = 5
+}
+
+# DATE
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%d %b %A")"
+ # color = rgba(255, 255, 255, 1)
+ color = $p3_accent_6_rgba
+ font_size = 14
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = 0, -130
+ halign = center
+ valign = center
+ zindex = 5
+}
+
+
+# Music blur div
+shape {
+ monitor =
+ size = 440, 110
+ color = $primary_7_rgba
+ rounding = 20
+ rotate = 0
+ position = 30, -310
+ halign = center
+ valign = center
+ zindex = 1
+}
+
+# Music Album Art
+image {
+ monitor =
+ path = $mpris_art
+ size = 80
+ rounding = 5
+ rotate = 0
+ reload_time = 0
+ reload_cmd =
+ position = -130, -310
+ halign = center
+ valign = center
+ zindex = 5
+}
+
+# PLAYER TITLE
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($music --title)"
+ color = rgba(255, 255, 255, 0.8)
+ font_size = 12
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = 880, -310
+ halign = left
+ valign = center
+ zindex = 5
+}
+
+# PLAYER LENGTH
+label {
+ monitor =
+ text = cmd[update:1000] $music --length
+ color = rgba(255, 255, 255, 1)
+ font_size = 11
+ font_family = JetBrains Mono Nerd Font Mono
+ position = -730, -332
+ halign = right
+ valign = center
+ zindex = 5
+}
+
+# PLAYER STATUS
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($music --status)"
+ color = rgba(255, 255, 255, 1)
+ font_size = 14
+ font_family = JetBrains Mono Nerd Font Mono
+ position = -730, -310
+ halign = right
+ valign = center
+ zindex = 5
+}
+
+# PLAYER SOURCE
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($music --source)"
+ color = rgba(255, 255, 255, 0.6)
+ font_size = 10
+ font_family = JetBrains Mono Nerd Font Mono
+ position = 880, -280
+ halign = left
+ valign = center
+ zindex = 5
+}
+
+# PLAYER ARTIST
+label {
+ monitor =
+ text = cmd[update:1000] echo "$($music --artist)"
+ color = rgba(255, 255, 255, 0.8)
+ font_size = 10
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = 880, -330
+ halign = left
+ valign = center
+ zindex = 5
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 250, 60
+ outline_thickness = 0
+ outer_color = $primary_8_rgba
+ dots_size = 0.1 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 1 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ inner_color = $primary_7_rgba
+ font_color = rgba(200, 200, 200, 0.5)
+ fade_on_empty = true
+ placeholder_text = Use Me ;)
+ hide_input = false
+ position = 0, -470
+ halign = center
+ valign = center
+ zindex = 20
+}
+
+# Battery
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$($battery)"
+ color = rgba(200, 200, 200, 0.5)
+ font_size = 12
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = -30, -510
+ halign = right
+ valign = center
+ zindex = 5
+}
+
+# Battery div
+shape {
+ monitor =
+ size = 70, 35
+ color = $primary_7_rgba
+ rounding = 10
+ rotate = 0
+ position = 905, 12
+ halign = center
+ valign = bottom
+ zindex = 1
+}
\ No newline at end of file
diff --git a/.config/hypr/hyprlock/layouts/layout4.conf b/.config/hypr/hyprlock/layouts/layout4.conf
new file mode 100644
index 0000000..13afaf8
--- /dev/null
+++ b/.config/hypr/hyprlock/layouts/layout4.conf
@@ -0,0 +1,116 @@
+#VARIABLES
+$mpris_art = /tmp/hyde-mpris.png
+$artfile = /tmp/hyde-mpris-blurred.png
+$fn_splash=echo "$($album || hyprctl splash )"
+$wall = $HOME/.cache/hyde/wall.set
+
+
+
+# background {
+# monitor =
+# # path = $HOME/.config/hyprlock/hyprlock.png # If WP is not .png it won't work
+# # path = screenshot
+# path = $mpris_art
+# reload_time = 0
+# blur_passes = 3
+# blur_size = 3
+# noise = 0.0117
+# contrast = 0.8916
+# brightness = 0.8172
+# vibrancy = 0.1696
+# vibrancy_darkness = 0.0
+# }
+
+
+# USER
+label {
+ monitor =
+ text = Hi Alpha :)
+ # color = rgba(ECE8BBff)
+ # color = $primary_4_rgba
+ font_size = 35
+ font_family = Google Sans
+ position = 0, 260
+ halign = center
+ valign = center
+}
+
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 200, 50 #!
+ outline_thickness = 3
+ dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.30 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
+ outer_color = $primary_4_rgba
+ inner_color = $primary_3_rgba
+ font_color = $text_1_rgba
+ fade_on_empty = true
+ fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
+ placeholder_text = Input Password... # Text rendered in the input box when it's empty.
+ hide_input = false
+ rounding = -1 # -1 means complete rounding (circle/oval)
+ check_color = rgba($accent1_2)
+ fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
+ fail_text = $FAIL ($ATTEMPTS) # can be set to empty
+ fail_transition = 300 # transition time in ms between normal outer_color and fail_color
+ capslock_color = 1
+ numlock_color = 1
+ bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
+ invert_numlock = false # change color if numlock is off
+ swap_font_color = true # see below
+ position = 0, -350
+ halign = center
+ valign = center
+}
+
+
+# SPLASH
+label {
+ monitor =
+ text = cmd[update:1000] $fn_splash
+ # color = $primary_4_rgba
+ font_family = JetBrainsMono, Font Awesome 25 Free Solid
+ position = 0, 330
+ halign = center
+ valign = bottom
+}
+
+
+# image {
+# monitor =
+# path = $artfile
+# contain = true
+# size = 1100 # lesser side if not 1:1 ratio
+# rounding = 1 # negative values mean circle
+# border_size = 0
+# # border_color = $primary_1_rgba
+# rotate = 0 # degrees, counter-clockwise
+# reload_time = 0 # seconds between reloading, 0 to reload with SIGUSR2
+# reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F
+# position = 18, -10
+# halign = center
+# valign = center
+# }
+
+image {
+ monitor =
+ path = $mpris_art
+ size = 300 # lesser side if not 1:1 ratio
+ rounding = -1 # negative values mean circle
+ border_size = 0
+ # border_color = $primary_3_rgba
+ rotate = 0 # degrees, counter-clockwise
+ reload_time = 0 # seconds between reloading, 0 to reload with SIGUSR2
+ reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F
+ position = 0, 420
+ halign = center
+ valign = bottom
+ shadow_passes = 2
+ shadow_size = 3
+ shadow_boost = 1.5
+
+}
diff --git a/.config/hypr/hyprlock/layouts/layout5.conf b/.config/hypr/hyprlock/layouts/layout5.conf
new file mode 100644
index 0000000..80de259
--- /dev/null
+++ b/.config/hypr/hyprlock/layouts/layout5.conf
@@ -0,0 +1,103 @@
+
+#VARIABLES
+$fn_greet=echo "Hi $USER :)"
+$fn_splash=echo "$(hyprctl splash)"
+$mpris_art = /tmp/hyde-mpris.png
+$wall = $hyprlockDir/wallpapers/3.jpg
+
+
+# BACKGROUND
+background {
+ monitor =
+ path = $wall
+ # path = screenshot
+ blur_passes = 3
+ contrast = 0.8916
+ brightness = 0.8172
+ vibrancy = 0.1696
+ vibrancy_darkness = 0.0
+}
+
+# TIME
+label {
+ monitor =
+ text = cmd[update:30000] echo "$(date +"%R")"
+ color = $primary_4_rgba
+ font_size = 90
+ font_family = $font
+ position = -30, 0
+ halign = right
+ valign = top
+}
+
+# DATE
+label {
+ monitor =
+ text = cmd[update:43200000] echo "$(date +"%A, %d %B %Y")"
+ color = $p3_accent_6_rgba
+ font_size = 25
+ font_family = $font
+ position = -30, -150
+ halign = right
+ valign = top
+}
+
+# USER
+label {
+ monitor =
+ #text = cmd[update:60000] echo "Good $(date +"%-I" | awk '{if ($1 < 12) print "morning"; else print "evening"}') $(echo ${USER} | tr '[:lower:]' '[:upper:]' )"
+ text = cmd[update:60000] $fn_greet #? 24
+ color = $p3_accent_7_rgba
+ font_size = 30
+ # font_family = JetBrains Mono Nerd Font Mono
+ position = 0, 100
+ halign = center
+ valign = center
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 200, 50 #!
+ outline_thickness = 3
+ dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
+ outer_color = $primary_4_rgba
+ inner_color = $primary_2_rgba
+ font_color = $text_2_rgba
+ fade_on_empty = false
+ fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
+ placeholder_text = Logged in as $USER # Text rendered in the input box when it's empty.
+ hide_input = false
+ rounding = -1 # -1 means complete rounding (circle/oval)
+ check_color = rgba($accent1_2ff)
+ fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
+ fail_text = $FAIL ($ATTEMPTS) # can be set to empty
+ fail_transition = 300 # transition time in ms between normal outer_color and fail_color
+ capslock_color = -1
+ numlock_color = -1
+ bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
+ invert_numlock = false # change color if numlock is off
+ swap_font_color = true # see below
+ position = 0, 0
+ halign = center
+ valign = center
+}
+
+
+
+# SPLASH
+label {
+ monitor =
+ text = cmd[update:1000] $fn_splash
+ text_align = right
+ color = $p4_accent_7_rgba
+ font_family = JetBrainsMono, Font Awesome 20
+ position = 0, 15
+ halign = center
+ valign = bottom
+}
+
+
diff --git a/.config/hypr/hyprlock/layouts/layout6.conf b/.config/hypr/hyprlock/layouts/layout6.conf
new file mode 100644
index 0000000..a6595e8
--- /dev/null
+++ b/.config/hypr/hyprlock/layouts/layout6.conf
@@ -0,0 +1,120 @@
+#variables
+$fn_splash=echo "$(hyprctl splash)"
+$wall = $hyprlockDir/wallpapers/2.png
+
+# BACKGROUND
+background {
+ monitor =
+ path = $wall
+ # path = screenshot
+ blur_passes = 3 # 0 disables blurring
+ blur_size = 2
+ noise = 0.0117
+ contrast = 0.8916
+ brightness = 0.8172
+ vibrancy = 0.1696
+ vibrancy_darkness = 0.0
+}
+
+# TIME
+label {
+ monitor =
+ # text = cmd[update:1000] echo "$(date +"%-I:%M%p")"
+ #text = cmd[update:1000] echo "$(date +"%H:%M")"
+ text = $TIME
+ color = $primary_4_rgba
+ font_size = 200
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = 0, 300
+ halign = center
+ valign = center
+}
+
+# DATE
+label {
+ monitor =
+ text = cmd[update:1000] echo "$(date +"%B %d %Y")"
+ color = $p3_accent_6_rgba
+ font_size = 40
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = 0, 50
+ halign = center
+ valign = center
+}
+
+# DAY
+label {
+ monitor =
+ text = cmd[update:1000] echo "$(date +"%A")"
+ color = $p2_accent_4_rgba
+ font_size = 40
+ font_family = JetBrains Mono Nerd Font Mono ExtraBold
+ position = 550, 180
+ halign = center
+ valign = center
+}
+
+# GENERAL
+general {
+ no_fade_in = false
+ grace = 0
+ disable_loading_bar = true
+}
+
+$fn_greet=echo "Good $(date +%H | awk '{if ($1 < 10) print "morning"; else if ($1 < 13) print "noon"; else if ($1 < 18) print "afternoon"; else if ($1 < 22) print "evening"; else print "night"}'), $(echo ${USER} | tr '[:lower:]' '[:upper:]')"
+
+# USER
+label {
+ monitor =
+ #text = cmd[update:60000] echo "Good $(date +"%-I" | awk '{if ($1 < 12) print "morning"; else print "evening"}') $(echo ${USER} | tr '[:lower:]' '[:upper:]' )"
+ text = cmd[update:60000] $fn_greet
+ color = $p3_accent_7_rgba
+ font_size = 30
+ font_family = JetBrains Mono Nerd Font Mono
+ position = 0, -400
+ halign = center
+ valign = center
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 200, 50
+ outline_thickness = 3
+ dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
+ outer_color = $primary_4_rgba
+ inner_color = $primary_3_rgba
+ font_color = $text_1_rgba
+ fade_on_empty = true
+ fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
+ placeholder_text = Logged in as $USER
+ hide_input = false
+ rounding = -1 # -1 means complete rounding (circle/oval)
+ fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
+ fail_text = $FAIL ($ATTEMPTS) # can be set to empty
+ fail_transition = 300 # transition time in ms between normal outer_color and fail_color
+ capslock_color = 1
+ numlock_color = 1
+ bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
+ invert_numlock = false # change color if numlock is off
+ swap_font_color = true # see below
+ position = 0, -130
+ halign = center
+ valign = center
+}
+
+
+# SPLASH
+label {
+ monitor =
+ text = cmd[update:1000] $fn_splash
+ color = $p4_accent_7_rgba
+ font_family = JetBrainsMono, Font Awesome 6 Free Solid
+ position = 0, 0
+ halign = center
+ valign = bottom
+}
+
diff --git a/.config/hypr/hyprlock/layouts/layout7.conf b/.config/hypr/hyprlock/layouts/layout7.conf
new file mode 100644
index 0000000..1cda29a
--- /dev/null
+++ b/.config/hypr/hyprlock/layouts/layout7.conf
@@ -0,0 +1,117 @@
+#VARIABLES
+$fn_greet=echo "Hi $USER :)"
+$fn_splash=echo "$($album || hyprctl splash)"
+$mpris_art = /tmp/hyde-mpris.png
+$wall = $hyprlockDir/wallpapers/3.jpg
+
+
+# BACKGROUND
+background {
+ monitor =
+ path = $wall
+ # path = screenshot
+ blur_passes = 3
+ contrast = 0.8916
+ brightness = 0.8172
+ vibrancy = 0.1696
+ vibrancy_darkness = 0.0
+}
+
+# TIME
+label {
+ monitor =
+ text = cmd[update:30000] echo "$(date +"%R")"
+ color = $primary_4_rgba
+ font_size = 90
+ font_family = $font
+ position = -30, 0
+ halign = right
+ valign = top
+}
+
+# DATE
+label {
+ monitor =
+ text = cmd[update:43200000] echo "$(date +"%A, %d %B %Y")"
+ color = $p3_accent_6_rgba
+ font_size = 25
+ font_family = $font
+ position = -30, -150
+ halign = right
+ valign = top
+}
+
+# USER
+label {
+ monitor =
+ #text = cmd[update:60000] echo "Good $(date +"%-I" | awk '{if ($1 < 12) print "morning"; else print "evening"}') $(echo ${USER} | tr '[:lower:]' '[:upper:]' )"
+ text = cmd[update:60000] $fn_greet #? 24
+ color = $p3_accent_7_rgba
+ font_size = 30
+ # font_family = JetBrains Mono Nerd Font Mono
+ position = 0, 100
+ halign = center
+ valign = center
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 200, 50 #!
+ outline_thickness = 3
+ dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
+ outer_color = $primary_4_rgba
+ inner_color = $primary_2_rgba
+ font_color = $text_2_rgba
+ fade_on_empty = false
+ fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
+ placeholder_text = Logged in as $USER # Text rendered in the input box when it's empty.
+ hide_input = false
+ rounding = -1 # -1 means complete rounding (circle/oval)
+ check_color = rgba($accent1_2ff)
+ fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
+ fail_text = $FAIL ($ATTEMPTS) # can be set to empty
+ fail_transition = 300 # transition time in ms between normal outer_color and fail_color
+ capslock_color = -1
+ numlock_color = -1
+ bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
+ invert_numlock = false # change color if numlock is off
+ swap_font_color = true # see below
+ position = 0, 0
+ halign = center
+ valign = center
+}
+
+
+
+# SPLASH
+label {
+ monitor =
+ text = cmd[update:1000] $fn_splash
+ text_align = right
+ color = $p4_accent_7_rgba
+ font_family = JetBrainsMono, Font Awesome 20
+ position = -680, 15
+ halign = center
+ valign = bottom
+}
+
+
+image {
+ monitor =
+ path = $mpris_art
+ size = 300 # lesser side if not 1:1 ratio
+ rounding = 20 # negative values mean circle
+ border_size = 0
+ # border_color = rgb(221, 221, 221) # $primary_3_rgba
+ rotate = 0 # degrees, counter-clockwise
+ reload_time = 0 # seconds between reloading, 0 to reload with SIGUSR2
+ reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F
+ position = -700, 80
+ halign = center
+ valign = bottom
+}
+
diff --git a/.config/hypr/hyprlock/layouts/layout8.conf b/.config/hypr/hyprlock/layouts/layout8.conf
new file mode 100644
index 0000000..d34b3b3
--- /dev/null
+++ b/.config/hypr/hyprlock/layouts/layout8.conf
@@ -0,0 +1,87 @@
+$wall = $HOME/.config/hyprlock/wallpapers/4.jpg
+
+background {
+ monitor =
+ path = $wall
+ blur_passes = 1
+ blur_size = 1
+ noise = 0.0117
+ contrast = 0.8916
+ brightness = 0.8172
+ vibrancy = 0.1696
+ vibrancy_darkness = 0.0
+}
+
+
+input-field {
+ monitor =
+ size = 200, 50
+ outline_thickness = 2
+ dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
+ outer_color = rgb(151515)
+ inner_color = rgb(FFFFFF)
+ font_color = rgb(10, 10, 10)
+ fade_on_empty = true
+ fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
+ placeholder_text = Input Password... # Text rendered in the input box when it's empty.
+ hide_input = false
+ rounding = -1 # -1 means complete rounding (circle/oval)
+ check_color = rgb(204, 136, 34)
+ fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
+ fail_text = $FAIL ($ATTEMPTS) # can be set to empty
+ fail_transition = 300 # transition time in ms between normal outer_color and fail_color
+ capslock_color = -1
+ numlock_color = -1
+ bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
+ invert_numlock = false # change color if numlock is off
+ swap_font_color = false # see below
+ position = 0, -20
+ halign = center
+ valign = center
+}
+
+
+label {
+ monitor =
+ #clock
+ #text = cmd[update:1000] echo "$TIME", $LAYOUT[en,ara]
+ text = cmd[update:1000] echo "$(date "+%a %b %d %I:%M %p")"
+ color = rgba(200, 200, 200, 1.0)
+ font_size = 20
+ font_family = Fira Semibold
+ position = -50, 65
+ halign = right
+ valign = bottom
+ shadow_passes = 5
+ shadow_size = 10
+}
+
+label {
+ monitor =
+ text = Hi there, $USER
+ color = rgba(200, 200, 200, 1.0)
+ font_size = 16
+ font_family = Fira Semibold
+ position = -100, 160
+ halign = right
+ valign = bottom
+ shadow_passes = 5
+ shadow_size = 10
+}
+image {
+ monitor =
+ path = ~/.config/hyprlock/wallpapers/me.jpeg
+ size = 200 # lesser side if not 1:1 ratio
+ rounding = -1 # negative values mean circle
+ border_size = 3
+ border_color = rgb(221, 221, 221)
+ rotate = 0 # degrees, counter-clockwise
+ # reload_time = -1 # seconds between reloading, 0 to reload with SIGUSR2
+# reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F
+ position = 0, 180
+ halign = center
+ valign = center
+}
\ No newline at end of file
diff --git a/.config/hypr/hyprlock/layouts/layout9.conf b/.config/hypr/hyprlock/layouts/layout9.conf
new file mode 100644
index 0000000..d305231
--- /dev/null
+++ b/.config/hypr/hyprlock/layouts/layout9.conf
@@ -0,0 +1,144 @@
+$wall = $HOME/.config/hyprlock/wallpapers/9.png
+# $wall = $HOME/.config/hyprlock/wallpapers/hyprlock.png
+source = $HOME/.config/hyprlock/fonts/SF Pro Display Bold
+# source = $HOME/.config/hyprlock/fonts/SF Pro Display Bold
+# BACKGROUND
+background {
+ monitor =
+ path = $wall
+ blur_passes = 0
+ contrast = 0.8916
+ brightness = 0.8916
+ vibrancy = 0.8916
+ vibrancy_darkness = 0.0
+}
+
+# GENERAL
+general {
+ no_fade_in = false
+ grace = 0
+ disable_loading_bar = false
+}
+
+# Profie-Photo
+image {
+ monitor =
+ path = ~/.config/hyprlock/wallpapers/me.jpeg
+ border_size = 2
+ border_color = $primary_3_rgba
+ size = 100
+ rounding = -1
+ rotate = 0
+ reload_time = -1
+ reload_cmd =
+ position = 25, 170
+ halign = center
+ valign = center
+}
+
+# NAME
+label {
+ monitor =
+ text = $USER
+ color = rgba(216, 222, 233, 0.80)
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ font_size = 20
+ font_family = SF Pro Display Bold
+ position = 25, 80
+ halign = center
+ valign = center
+}
+
+# Time
+label {
+ monitor =
+ text = cmd[update:1000] echo "$(date +"%I:%M")"
+ color = rgba(216, 222, 233, 0.80)
+ font_size = 60
+ font_family = SF Pro Display Bold
+ position = 30, -20
+ halign = center
+ valign = center
+}
+
+# Day-Month-Date
+label {
+ monitor =
+ text = cmd[update:1000] echo -e "$(date +"%A, %B %d")"
+ color = rgba(216, 222, 233, .80)
+ font_size = 19
+ font_family = SF Pro Display Bold
+ position = 35, -90
+ halign = center
+ valign = center
+}
+
+# USER-BOX
+shape {
+ monitor =
+ size = 500, 500
+ color = $primary_9_rgba
+ rounding = 30
+ border_size = 0
+ border_color = $primary_8_rgba
+ rotate = 0
+ xray = false
+ position = 34, -70
+ halign = center
+ valign = center
+}
+
+# USER-BOX
+shape {
+ monitor =
+ size = 320, 55
+ color = rgba(255, 255, 255, 0.1)
+ rounding = -1
+ border_size = 0
+ border_color = rgba(255, 255, 255, 1)
+ rotate = 0
+ xray = false # if true, make a "hole" in the background (rectangle of specified size, no rotation)
+
+ position = 34, -190
+ halign = center
+ valign = center
+}
+
+# USER
+label {
+ monitor =
+ text = $USER
+ color = rgba(216, 222, 233, 0.80)
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ font_size = 16
+ font_family = SF Pro Display Bold
+ position = 38, -190
+ halign = center
+ valign = center
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 320, 55
+ outline_thickness = 0
+ dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ outer_color = rgba(255, 255, 255, 0)
+ inner_color = rgba(255, 255, 255, 0.1)
+ font_color = rgb(200, 200, 200)
+ fade_on_empty = false
+ font_family = SF Pro Display Bold
+ placeholder_text = Enter Pass
+ hide_input = false
+ position = 34, -268
+ halign = center
+ valign = center
+}
\ No newline at end of file
diff --git a/.config/hypr/hyprlock/music.conf b/.config/hypr/hyprlock/music.conf
new file mode 100644
index 0000000..35eba75
--- /dev/null
+++ b/.config/hypr/hyprlock/music.conf
@@ -0,0 +1,19 @@
+$hyprlockDir = $HOME/.config/hyprlock
+
+# Source the colors from wallbash
+# See the file first to see the equivalent colors
+source = $hyprlockDir/colors.conf
+
+# Script Path
+$music = $hyprlockDir/scripts/playerctlock.sh
+$album = $hyprlockDir/scripts/hlock_mpris.sh
+$battery = $hyprlockDir/scripts/battery.sh
+$location = $hyprlockDir/scripts/location.sh
+$weather = $hyprlockDir/scripts/weather.sh
+
+# source = $hyprlockDir/layouts/layout2.conf
+# source = $hyprlockDir/layouts/layout3.conf
+# source = $hyprlockDir/layouts/layout4.conf
+# source = $hyprlockDir/layouts/layout7.conf
+# source = $hyprlockDir/layouts/layout12.conf
+source = $hyprlockDir/layouts/layout14.conf
diff --git a/.config/hypr/hyprlock/scripts/battery.sh b/.config/hypr/hyprlock/scripts/battery.sh
new file mode 100755
index 0000000..f5ec064
--- /dev/null
+++ b/.config/hypr/hyprlock/scripts/battery.sh
@@ -0,0 +1,27 @@
+#!/bin/bash
+
+# Get the current battery percentage
+battery_percentage=$(cat /sys/class/power_supply/BAT0/capacity)
+
+# Get the battery status (Charging or Discharging)
+battery_status=$(cat /sys/class/power_supply/BAT0/status)
+
+# Define the battery icons for each 10% segment
+battery_icons=("" "" "" "" "" "" "" "" "" "")
+
+# Define the charging icon
+charging_icon=""
+
+# Calculate the index for the icon array
+icon_index=$((battery_percentage / 10))
+
+# Get the corresponding icon
+battery_icon=${battery_icons[icon_index]}
+
+# Check if the battery is charging
+if [ "$battery_status" = "Charging" ]; then
+ battery_icon="$charging_icon"
+fi
+
+# Output the battery percentage and icon
+echo "$battery_percentage% $battery_icon"
diff --git a/.config/hypr/hyprlock/scripts/hlock_mpris.sh b/.config/hypr/hyprlock/scripts/hlock_mpris.sh
new file mode 100755
index 0000000..c049e8e
--- /dev/null
+++ b/.config/hypr/hyprlock/scripts/hlock_mpris.sh
@@ -0,0 +1,28 @@
+#!/bin/env bash
+
+THUMB=/tmp/hyde-mpris
+THUMB_BLURRED=/tmp/hyde-mpris-blurred
+THUMB_RECTANGLE=/tmp/blurred_rectangle.png
+
+fetch_thumb() {
+ artUrl=$(playerctl -p spotify metadata --format '{{mpris:artUrl}}')
+ [[ "${artUrl}" = "$(cat "${THUMB}.inf")" ]] && return 0
+
+ printf "%s\n" "$artUrl" > "${THUMB}.inf"
+
+ curl -so "${THUMB}.png" "$artUrl"
+ magick "${THUMB}.png" -quality 50 "${THUMB}.png"
+ # Create blurred version
+ magick "${THUMB}.png" -blur 200x7 -resize 1920x^ -gravity center -extent 1920x1080\! "${THUMB_BLURRED}.png"
+ magick -size 800x200 xc:none -fill black -draw "rectangle 0,0 800,200" -blur 0x3 "${THUMB_RECTANGLE}"
+# fi
+ pkill -USR2 hyprlock
+}
+
+# if [ ! -f "${THUMB_RECTANGLE}" ]; then
+# magick -size 800x200 xc:none -fill black -draw "rectangle 0,0 800,200" -blur 0x3 "${THUMB_RECTANGLE}"
+# fi
+
+# Run fetch_thumb function in the background
+{ playerctl -p spotify metadata --format '{{title}} {{artist}}' && fetch_thumb ;} || { rm -f "${THUMB}*" && exit 1;} &
+
diff --git a/.config/hypr/hyprlock/scripts/hyprlock.sh b/.config/hypr/hyprlock/scripts/hyprlock.sh
new file mode 100755
index 0000000..4e5ef2c
--- /dev/null
+++ b/.config/hypr/hyprlock/scripts/hyprlock.sh
@@ -0,0 +1,9 @@
+#! /bin/bash
+
+if [[ "$(playerctl -p spotify status)" = "Playing" ]]; then
+ hyprlock --config ~/.config/hyprlock/music.conf
+
+else :
+ hyprlock
+fi
+
diff --git a/.config/hypr/hyprlock/scripts/infonlock.sh b/.config/hypr/hyprlock/scripts/infonlock.sh
new file mode 100644
index 0000000..f5ec064
--- /dev/null
+++ b/.config/hypr/hyprlock/scripts/infonlock.sh
@@ -0,0 +1,27 @@
+#!/bin/bash
+
+# Get the current battery percentage
+battery_percentage=$(cat /sys/class/power_supply/BAT0/capacity)
+
+# Get the battery status (Charging or Discharging)
+battery_status=$(cat /sys/class/power_supply/BAT0/status)
+
+# Define the battery icons for each 10% segment
+battery_icons=("" "" "" "" "" "" "" "" "" "")
+
+# Define the charging icon
+charging_icon=""
+
+# Calculate the index for the icon array
+icon_index=$((battery_percentage / 10))
+
+# Get the corresponding icon
+battery_icon=${battery_icons[icon_index]}
+
+# Check if the battery is charging
+if [ "$battery_status" = "Charging" ]; then
+ battery_icon="$charging_icon"
+fi
+
+# Output the battery percentage and icon
+echo "$battery_percentage% $battery_icon"
diff --git a/.config/hypr/hyprlock/scripts/location.sh b/.config/hypr/hyprlock/scripts/location.sh
new file mode 100755
index 0000000..8438753
--- /dev/null
+++ b/.config/hypr/hyprlock/scripts/location.sh
@@ -0,0 +1,23 @@
+#!/bin/bash
+
+cache_file="$HOME/.cache/ip_cache.txt"
+
+if [ ! -f "$cache_file" ]; then
+ mkdir -p "$(dirname "$cache_file")" # Create .cache directory if it doesn't exist
+ touch "$cache_file"
+fi
+
+last_modified=$(stat -c %Y "$cache_file")
+current_date=$(date +%s)
+time_diff=$((current_date - last_modified))
+expiry_time=86400
+cached_data=$(<"$cache_file")
+
+if [ $time_diff -lt $expiry_time ] && [ -n "$cached_data" ]; then
+ echo "$cached_data"
+ exit
+fi
+
+response=$(curl -s ipinfo.io 2>/dev/null | jq -r '.country + ", " + .city' 2>/dev/null)
+city=$response
+echo "$city" >"$cache_file"
diff --git a/.config/hypr/hyprlock/scripts/playerctlock.sh b/.config/hypr/hyprlock/scripts/playerctlock.sh
new file mode 100755
index 0000000..6244c95
--- /dev/null
+++ b/.config/hypr/hyprlock/scripts/playerctlock.sh
@@ -0,0 +1,150 @@
+#!/bin/env bash
+
+THUMB=/tmp/hyde-mpris
+THUMB_BLURRED=/tmp/hyde-mpris-blurred
+
+if [ $# -eq 0 ]; then
+ echo "Usage: $0 --title | --arturl | --artist | --position | --length | --album | --source"
+ exit 1
+fi
+
+# Function to get metadata using playerctl
+get_metadata() {
+ key=$1
+ playerctl metadata --format "{{ $key }}" 2>/dev/null
+
+
+}
+
+# Function to determine the source and return an icon and text
+get_source_info() {
+ trackid=$(get_metadata "mpris:trackid")
+ if [[ "$trackid" == *"firefox"* ]]; then
+ echo -e "Firefox "
+ elif [[ "$trackid" == *"spotify"* ]]; then
+ echo -e "Spotify "
+ elif [[ "$trackid" == *"chromium"* ]]; then
+ echo -e "Chrome "
+ elif [[ "$trackid" == *"YoutubeMusic"* ]]; then
+ echo -e "YouTubeMusic "
+ else
+ echo ""
+ fi
+}
+
+# Function to get position using playerctl
+get_position() {
+ playerctl position 2>/dev/null
+}
+
+# Function to convert microseconds to minutes and seconds
+convert_length() {
+ local length=$1
+ local seconds=$((length / 1000000))
+ local minutes=$((seconds / 60))
+ local remaining_seconds=$((seconds % 60))
+ printf "%d:%02d m" $minutes $remaining_seconds
+}
+
+# Function to convert seconds to minutes and seconds
+convert_position() {
+ local position=$1
+ local seconds=${position%.*} # Remove fractional part if exists
+ local minutes=$((seconds / 60))
+ local remaining_seconds=$((seconds % 60))
+ printf "%d:%02d" $minutes $remaining_seconds
+}
+
+# Function to fetch album art and create blurred version
+fetch_thumb() {
+ artUrl=$(playerctl -p spotify metadata --format '{{mpris:artUrl}}')
+ [[ "${artUrl}" = "$(cat "${THUMB}.inf")" ]] && return 0
+
+ printf "%s\n" "$artUrl" > "${THUMB}.inf"
+
+ curl -so "${THUMB}.png" "$artUrl"
+ magick "${THUMB}.png" -quality 50 "${THUMB}.png"
+ # Create blurred version
+ magick "${THUMB}.png" -blur 200x7 -resize 1920x^ -gravity center -extent 1920x1080\! "${THUMB_BLURRED}.png"
+
+ pkill -USR2 hyprlock
+}
+
+# Run fetch_thumb function in the background
+{ fetch_thumb ;} || { rm -f "${THUMB}*" && exit 1;} &
+
+# Parse the argument
+case "$1" in
+--title)
+ title=$(get_metadata "xesam:title")
+ if [ -z "$title" ]; then
+ echo ""
+ else
+ echo "${title:0:50}" # Limit the output to 50 characters
+ fi
+ ;;
+# --arturl)
+# fetch_thumb & # Run fetch_thumb in the background
+# url=$(get_metadata "mpris:artUrl")
+# if [[ "$(playerctl -p status)" != "Playing" ]]; then
+# rm -f /tmp/hyde-mpris*
+# fi
+# ;;
+--artist)
+ artist=$(get_metadata "xesam:artist")
+ if [ -z "$artist" ]; then
+ echo ""
+ else
+ echo "${artist:0:50}" # Limit the output to 50 characters
+ fi
+ ;;
+--position)
+ position=$(get_position)
+ length=$(get_metadata "mpris:length")
+ if [ -z "$position" ] || [ -z "$length" ]; then
+ echo ""
+ else
+ position_formatted=$(convert_position "$position")
+ length_formatted=$(convert_length "$length")
+ echo "$position_formatted/$length_formatted"
+ fi
+ ;;
+--length)
+ length=$(get_metadata "mpris:length")
+ if [ -z "$length" ]; then
+ echo ""
+ else
+ convert_length "$length"
+ fi
+ ;;
+--status)
+ status=$(playerctl status 2>/dev/null)
+ if [[ $status == "Playing" ]]; then
+ echo ""
+ elif [[ $status == "Paused" ]]; then
+ echo ""
+ else
+ echo ""
+ fi
+ ;;
+--album)
+ album=$(playerctl metadata --format "{{ xesam:album }}" 2>/dev/null)
+ if [[ -n $album ]]; then
+ echo "$album"
+ else
+ status=$(playerctl status 2>/dev/null)
+ if [[ -n $status ]]; then
+ echo "Not album"
+ else
+ echo ""
+ fi
+ fi
+ ;;
+--source)
+ get_source_info
+ ;;
+*)
+ echo "Invalid option: $1"
+ echo "Usage: $0 --title | --arturl | --artist | --position | --length | --album | --source" ; exit 1
+ ;;
+esac
diff --git a/.config/hypr/hyprlock/scripts/playerlayout4.sh b/.config/hypr/hyprlock/scripts/playerlayout4.sh
new file mode 100644
index 0000000..225a041
--- /dev/null
+++ b/.config/hypr/hyprlock/scripts/playerlayout4.sh
@@ -0,0 +1,148 @@
+#!/bin/env bash
+
+THUMB=/tmp/hyde-mpris
+THUMB_BLURRED=/tmp/hyde-mpris-blurred
+
+if [ $# -eq 0 ]; then
+ echo "Usage: $0 --title | --arturl | --artist | --position | --length | --album | --source"
+ exit 1
+fi
+
+# Function to get metadata using playerctl
+get_metadata() {
+ key=$1
+ playerctl metadata --format "{{ $key }}" 2>/dev/null
+
+
+}
+
+# Function to determine the source and return an icon and text
+get_source_info() {
+ trackid=$(get_metadata "mpris:trackid")
+ if [[ "$trackid" == *"firefox"* ]]; then
+ echo -e "Firefox "
+ elif [[ "$trackid" == *"spotify"* ]]; then
+ echo -e "Spotify "
+ elif [[ "$trackid" == *"chromium"* ]]; then
+ echo -e "Chrome "
+ elif [[ "$trackid" == *"YoutubeMusic"* ]]; then
+ echo -e "YouTubeMusic "
+ else
+ echo ""
+ fi
+}
+
+# Function to get position using playerctl
+get_position() {
+ playerctl position 2>/dev/null
+}
+
+# Function to convert microseconds to minutes and seconds
+convert_length() {
+ local length=$1
+ local seconds=$((length / 1000000))
+ local minutes=$((seconds / 60))
+ local remaining_seconds=$((seconds % 60))
+ printf "%d:%02d m" $minutes $remaining_seconds
+}
+
+# Function to convert seconds to minutes and seconds
+convert_position() {
+ local position=$1
+ local seconds=${position%.*} # Remove fractional part if exists
+ local minutes=$((seconds / 60))
+ local remaining_seconds=$((seconds % 60))
+ printf "%d:%02d" $minutes $remaining_seconds
+}
+
+# Function to fetch album art and create blurred version
+fetch_thumb() {
+ artUrl=$(playerctl -p spotify metadata --format '{{mpris:artUrl}}')
+ [[ "${artUrl}" = "$(cat "${THUMB}.inf")" ]] && return 0
+
+ printf "%s\n" "$artUrl" > "${THUMB}.inf"
+
+ curl -so "${THUMB}.png" "$artUrl"
+ magick "${THUMB}.png" -quality 50 "${THUMB}.png"
+ # Create blurred version
+ pkill -USR2 hyprlock
+}
+
+# Run fetch_thumb function in the background
+{ fetch_thumb ;} || { rm -f "${THUMB}*" && exit 1;} &
+
+# Parse the argument
+case "$1" in
+--title)
+ title=$(get_metadata "xesam:title")
+ if [ -z "$title" ]; then
+ echo ""
+ else
+ echo "${title:0:50}" # Limit the output to 50 characters
+ fi
+ ;;
+# --arturl)
+# fetch_thumb & # Run fetch_thumb in the background
+# url=$(get_metadata "mpris:artUrl")
+# if [[ "$(playerctl -p status)" != "Playing" ]]; then
+# rm -f /tmp/hyde-mpris*
+# fi
+# ;;
+--artist)
+ artist=$(get_metadata "xesam:artist")
+ if [ -z "$artist" ]; then
+ echo ""
+ else
+ echo "${artist:0:50}" # Limit the output to 50 characters
+ fi
+ ;;
+--position)
+ position=$(get_position)
+ length=$(get_metadata "mpris:length")
+ if [ -z "$position" ] || [ -z "$length" ]; then
+ echo ""
+ else
+ position_formatted=$(convert_position "$position")
+ length_formatted=$(convert_length "$length")
+ echo "$position_formatted/$length_formatted"
+ fi
+ ;;
+--length)
+ length=$(get_metadata "mpris:length")
+ if [ -z "$length" ]; then
+ echo ""
+ else
+ convert_length "$length"
+ fi
+ ;;
+--status)
+ status=$(playerctl status 2>/dev/null)
+ if [[ $status == "Playing" ]]; then
+ echo ""
+ elif [[ $status == "Paused" ]]; then
+ echo ""
+ else
+ echo ""
+ fi
+ ;;
+--album)
+ album=$(playerctl metadata --format "{{ xesam:album }}" 2>/dev/null)
+ if [[ -n $album ]]; then
+ echo "$album"
+ else
+ status=$(playerctl status 2>/dev/null)
+ if [[ -n $status ]]; then
+ echo "Not album"
+ else
+ echo ""
+ fi
+ fi
+ ;;
+--source)
+ get_source_info
+ ;;
+*)
+ echo "Invalid option: $1"
+ echo "Usage: $0 --title | --arturl | --artist | --position | --length | --album | --source" ; exit 1
+ ;;
+esac
diff --git a/.config/hypr/hyprlock/scripts/weather.sh b/.config/hypr/hyprlock/scripts/weather.sh
new file mode 100755
index 0000000..96fbdb3
--- /dev/null
+++ b/.config/hypr/hyprlock/scripts/weather.sh
@@ -0,0 +1,23 @@
+#!/bin/bash
+
+cache_file="$HOME/.cache/wttr_cache.txt"
+
+if [ ! -f "$cache_file" ]; then
+ mkdir -p "$(dirname "$cache_file")" # Create .cache directory if it doesn't exist
+ touch "$cache_file"
+fi
+
+last_modified=$(stat -c %Y "$cache_file")
+current_date=$(date +%s)
+time_diff=$((current_date - last_modified))
+expiry_time=86400
+cached_data=$(<"$cache_file")
+
+if [ $time_diff -lt $expiry_time ] && [ -n "$cached_data" ]; then
+ echo "$cached_data"
+ exit
+fi
+
+response=$(curl -s wttr.in?format=%c+%C+%t 2>/dev/null)
+city=$response
+echo "$city" >"$cache_file"
diff --git a/.config/hypr/hyprlock/theme.conf b/.config/hypr/hyprlock/theme.conf
new file mode 100644
index 0000000..7948f1e
--- /dev/null
+++ b/.config/hypr/hyprlock/theme.conf
@@ -0,0 +1,138 @@
+# HyDE default layout
+# Wallbash generated layout
+
+# Local Variables
+$fontFamily = JetBrainsMono Nerd Font
+$fn_greet=echo "Good $(date +%H | awk '{if ($1 < 12) print "Morning"; else if ($1 < 18) print "Afternoon"; else print "Evening"}'), ${USER}"
+
+# GENERAL
+general {
+ no_fade_in = false
+ grace = 0
+ disable_loading_bar = true
+}
+
+# BACKGROUND
+background {
+ monitor =
+ path = $BACKGROUND_PATH
+ blur_passes = 2
+}
+
+# TIME
+label {
+ monitor =
+ text = $TIME
+ color = $wallbash_txt1_rgba
+ font_size = 90
+ font_family = $fontFamily
+ position = -30, 0
+ halign = right
+ valign = top
+}
+
+# DATE
+label {
+ monitor =
+ text = cmd[update:43200000] date +"%A, %d %B %Y"
+ color = $wallbash_txt2_rgba
+ font_size = 25
+ font_family = $fontFamily
+ position = -30, -150
+ halign = right
+ valign = top
+}
+
+# USER AVATAR
+image {
+ monitor =
+ path = $MPRIS_IMAGE
+ size = 150 # lesser side if not 1:1 ratio
+ reload_time = 0 # seconds between reloading, 0 to reload with SIGUSR2
+ reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F
+ position = 0, 0
+ halign = center
+ valign = center
+}
+
+# INPUT FIELD
+input-field {
+ monitor =
+ size = 200, 50 #!
+ outline_thickness = 3
+ dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
+ dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
+ dots_center = true
+ dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
+ outer_color = $wallbash_pry4_rgba
+ inner_color = $wallbash_pry2_rgba
+ font_color = $wallbash_3xa9_rgba
+ fade_on_empty = true
+ fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
+ placeholder_text = Input Password... # Text rendered in the input box when it's empty.
+ hide_input = false
+ rounding = -1 # -1 means complete rounding (circle/oval)
+ check_color = $wallbash_pry4_rgba
+ fail_color = rgba(FF0000FF) # if authentication failed, changes outer_color and fail message color
+ fail_text = $FAIL ($ATTEMPTS) # can be set to empty
+ fail_transition = 300 # transition time in ms between normal outer_color and fail_color
+ capslock_color = -1
+ numlock_color = -1
+ bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above)
+ invert_numlock = false # change color if numlock is off
+ swap_font_color = true # see below
+ position = 0, 80
+ halign = center
+ valign = bottom
+}
+
+
+# USER Greeting
+label {
+ monitor =
+ text = cmd[update:60000] $fn_greet
+ color = $text
+ font_size = 20
+ font_family = $fontFamily Bold
+ position = 0, -190
+ halign = center
+ valign = center
+}
+
+# Mpris and SPLASH
+label {
+ monitor =
+ text = cmd[update:1000] $SPLASH_CMD # Outputs the song title when mpris is available, otherwise, it will output the splash command.
+ color = $wallbash_txt2_rgba
+ font_family = $fontFamily
+ font_size = 15
+ position = 0, 0
+ halign = center
+ valign = bottom
+}
+
+
+
+# Battery Status if present
+label {
+ monitor =
+ text = cmd[update:5000] $BATTERY_ICON
+ color = $wallbash_4xa9_rgba
+ font_size = 20
+ font_family = JetBrainsMono Nerd Font
+ position = -1%, 1%
+ halign = right
+ valign = bottom
+}
+
+# Current Keyboard Layout
+label {
+ monitor =
+ text = $LAYOUT
+ color = $wallbash_4xa9_rgba
+ font_size = 20
+ font_family = $fontFamily
+ position = -2%, 1%
+ halign = right
+ valign = bottom
+}
diff --git a/.config/hypr/hyprlock/wallpapers/1.jpg b/.config/hypr/hyprlock/wallpapers/1.jpg
new file mode 100644
index 0000000..78f0d04
Binary files /dev/null and b/.config/hypr/hyprlock/wallpapers/1.jpg differ
diff --git a/.config/hypr/hyprlock/wallpapers/2.png b/.config/hypr/hyprlock/wallpapers/2.png
new file mode 100644
index 0000000..3b1fd45
Binary files /dev/null and b/.config/hypr/hyprlock/wallpapers/2.png differ
diff --git a/.config/hypr/hyprlock/wallpapers/3.jpg b/.config/hypr/hyprlock/wallpapers/3.jpg
new file mode 100755
index 0000000..d57800c
Binary files /dev/null and b/.config/hypr/hyprlock/wallpapers/3.jpg differ
diff --git a/.config/hypr/hyprlock/wallpapers/4.jpg b/.config/hypr/hyprlock/wallpapers/4.jpg
new file mode 100644
index 0000000..1ce8ab2
Binary files /dev/null and b/.config/hypr/hyprlock/wallpapers/4.jpg differ
diff --git a/.config/hypr/hyprlock/wallpapers/5.png b/.config/hypr/hyprlock/wallpapers/5.png
new file mode 100644
index 0000000..ed22995
Binary files /dev/null and b/.config/hypr/hyprlock/wallpapers/5.png differ
diff --git a/.config/hypr/hyprlock/wallpapers/6.png b/.config/hypr/hyprlock/wallpapers/6.png
new file mode 100644
index 0000000..602e474
Binary files /dev/null and b/.config/hypr/hyprlock/wallpapers/6.png differ
diff --git a/.config/hypr/hyprlock/wallpapers/7.jpeg b/.config/hypr/hyprlock/wallpapers/7.jpeg
new file mode 100644
index 0000000..6095e5b
Binary files /dev/null and b/.config/hypr/hyprlock/wallpapers/7.jpeg differ
diff --git a/.config/hypr/hyprlock/wallpapers/8.png b/.config/hypr/hyprlock/wallpapers/8.png
new file mode 100644
index 0000000..215bbdf
Binary files /dev/null and b/.config/hypr/hyprlock/wallpapers/8.png differ
diff --git a/.config/hypr/hyprlock/wallpapers/me.jpeg b/.config/hypr/hyprlock/wallpapers/me.jpeg
new file mode 100644
index 0000000..e30d4c1
Binary files /dev/null and b/.config/hypr/hyprlock/wallpapers/me.jpeg differ
diff --git a/.config/hypr/hyprlock/wallpapers/user.jpg b/.config/hypr/hyprlock/wallpapers/user.jpg
new file mode 100644
index 0000000..e30d4c1
Binary files /dev/null and b/.config/hypr/hyprlock/wallpapers/user.jpg differ
diff --git a/.config/hypr/keybindings.conf b/.config/hypr/keybindings.conf
new file mode 100644
index 0000000..1e84855
--- /dev/null
+++ b/.config/hypr/keybindings.conf
@@ -0,0 +1,169 @@
+
+# █▄▀ █▀▀ █▄█ █▄▄ █ █▄░█ █▀▄ █ █▄░█ █▀▀ █▀
+# █░█ ██▄ ░█░ █▄█ █ █░▀█ █▄▀ █ █░▀█ █▄█ ▄█
+
+# See https://wiki.hyprland.org/Configuring/Keywords/
+# & https://wiki.hyprland.org/Configuring/Binds/
+
+# Main modifier
+$mainMod = Super # super / meta / windows key
+
+# Assign apps
+$term = kitty
+$editor = code
+$file = thunar
+$browser = librewolf
+$viewer = zathura
+
+# Window/Session actions
+bind = $mainMod, Q, exec, $scrPath/dontkillsteam.sh # close focused window
+bind = Alt, F4, exec, $scrPath/dontkillsteam.sh # close focused window
+bind = $mainMod, Delete, exit, # kill hyprland session
+bind = $mainMod, W, togglefloating, # toggle the window between focus and float
+bind = $mainMod, G, togglegroup, # toggle the window between focus and group
+bind = Alt, Return, fullscreen, # toggle the window between focus and fullscreen
+bind = $mainMod, L, exec, hyprlock # launch lock screen
+bind = $mainMod+Shift, F, exec, $scrPath/windowpin.sh # toggle pin on focused window
+bind = $mainMod, Backspace, exec, $scrPath/logoutlaunch.sh # launch logout menu
+bind = Ctrl+Alt, W, exec, killall waybar || waybar # toggle waybar
+
+# Application shortcuts
+bind = $mainMod, T, exec, $term # launch terminal emulator
+bind = $mainMod+Alt, T, exec, [float] $term
+bind = $mainMod, E, exec, $file # launch file manager
+bind = $mainMod, C, exec, $editor # launch text editor
+bind = $mainMod, F, exec, $browser # launch web browser
+bind = Ctrl+Shift, Escape, exec, $scrPath/sysmonlaunch.sh # launch system monitor (htop/btop or fallback to top)
+bind = $mainMod, D, exec, $viewer # launch document viewer
+
+# Rofi menus
+bind = $mainMod, A, exec, pkill -x rofi || $scrPath/rofilaunch.sh d # launch application launcher
+bind = $mainMod, Tab, exec, pkill -x rofi || $scrPath/rofilaunch.sh w # launch window switcher
+bind = $mainMod+Shift, E, exec, pkill -x rofi || $scrPath/rofilaunch.sh f # launch file explorer
+
+# Audio control
+# bindl = , F10, exec, $scrPath/volumecontrol.sh -o m # toggle audio mute
+# bindel = , F11, exec, $scrPath/volumecontrol.sh -o d # decrease volume
+# bindel = , F12, exec, $scrPath/volumecontrol.sh -o i # increase volume
+bindl = , XF86AudioMute, exec, $scrPath/volumecontrol.sh -o m # toggle audio mute
+bindl = , XF86AudioMicMute, exec, $scrPath/volumecontrol.sh -i m # toggle microphone mute
+bindel = , XF86AudioLowerVolume, exec, $scrPath/volumecontrol.sh -o d # decrease volume
+bindel = , XF86AudioRaiseVolume, exec, $scrPath/volumecontrol.sh -o i # increase volume
+
+# Media control
+bindl = , XF86AudioPlay, exec, playerctl play-pause # toggle between media play and pause
+bindl = , XF86AudioPause, exec, playerctl play-pause # toggle between media play and pause
+bindl = , XF86AudioNext, exec, playerctl next # media next
+bindl = , XF86AudioPrev, exec, playerctl previous # media previous
+
+# Brightness control
+bindel = , XF86MonBrightnessUp, exec, $scrPath/brightnesscontrol.sh i # increase brightness
+bindel = , XF86MonBrightnessDown, exec, $scrPath/brightnesscontrol.sh d # decrease brightness
+
+# Move between grouped windows
+bind = $mainMod CTRL , H, changegroupactive, b
+bind = $mainMod CTRL , L, changegroupactive, f
+
+# Screenshot/Screencapture
+bind = $mainMod, P, exec, $scrPath/screenshot.sh s # partial screenshot capture
+bind = $mainMod+Ctrl, P, exec, $scrPath/screenshot.sh sf # partial screenshot capture (frozen screen)
+bind = $mainMod+Alt, P, exec, $scrPath/screenshot.sh m # monitor screenshot capture
+bind = , Print, exec, $scrPath/screenshot.sh p # all monitors screenshot capture
+
+# Custom scripts
+bind = $mainMod+Alt, G, exec, $scrPath/gamemode.sh # disable hypr effects for gamemode
+bind = $mainMod+Alt, Right, exec, $scrPath/swwwallpaper.sh -n # next wallpaper
+bind = $mainMod+Alt, Left, exec, $scrPath/swwwallpaper.sh -p # previous wallpaper
+bind = $mainMod+Alt, Up, exec, $scrPath/wbarconfgen.sh n # next waybar mode
+bind = $mainMod+Alt, Down, exec, $scrPath/wbarconfgen.sh p # previous waybar mode
+bind = $mainMod+Shift, R, exec, pkill -x rofi || $scrPath/wallbashtoggle.sh -m # launch wallbash mode select menu
+bind = $mainMod+Shift, T, exec, pkill -x rofi || $scrPath/themeselect.sh # launch theme select menu
+bind = $mainMod+Shift, A, exec, pkill -x rofi || $scrPath/rofiselect.sh # launch select menu
+bind = $mainMod+Shift, W, exec, pkill -x rofi || $scrPath/swwwallselect.sh # launch wallpaper select menu
+bind = $mainMod, V, exec, pkill -x rofi || ~/.local/share/bin/cliphist.sh c # launch clipboard
+bind = $mainMod, K, exec, $scrPath/keyboardswitch.sh # switch keyboard layout
+bind = $mainMod, slash, exec, pkill -x rofi || $scrPath/keybinds_hint.sh c # launch keybinds hint
+
+# Move/Change window focus
+bind = $mainMod, Left, movefocus, l
+bind = $mainMod, Right, movefocus, r
+bind = $mainMod, Up, movefocus, u
+bind = $mainMod, Down, movefocus, d
+bind = Alt, Tab, movefocus, d
+
+# Switch workspaces
+bind = $mainMod, 1, workspace, 1
+bind = $mainMod, 2, workspace, 2
+bind = $mainMod, 3, workspace, 3
+bind = $mainMod, 4, workspace, 4
+bind = $mainMod, 5, workspace, 5
+bind = $mainMod, 6, workspace, 6
+bind = $mainMod, 7, workspace, 7
+bind = $mainMod, 8, workspace, 8
+bind = $mainMod, 9, workspace, 9
+bind = $mainMod, 0, workspace, 10
+
+# Switch workspaces to a relative workspace
+bind = $mainMod+Ctrl, Right, workspace, r+1
+bind = $mainMod+Ctrl, Left, workspace, r-1
+
+# Move to the first empty workspace
+bind = $mainMod+Ctrl, Down, workspace, empty
+
+# Resize windows
+binde = $mainMod+Shift, Right, resizeactive, 30 0
+binde = $mainMod+Shift, Left, resizeactive, -30 0
+binde = $mainMod+Shift, Up, resizeactive, 0 -30
+binde = $mainMod+Shift, Down, resizeactive, 0 30
+
+# Move focused window to a workspace
+bind = $mainMod+Shift, 1, movetoworkspace, 1
+bind = $mainMod+Shift, 2, movetoworkspace, 2
+bind = $mainMod+Shift, 3, movetoworkspace, 3
+bind = $mainMod+Shift, 4, movetoworkspace, 4
+bind = $mainMod+Shift, 5, movetoworkspace, 5
+bind = $mainMod+Shift, 6, movetoworkspace, 6
+bind = $mainMod+Shift, 7, movetoworkspace, 7
+bind = $mainMod+Shift, 8, movetoworkspace, 8
+bind = $mainMod+Shift, 9, movetoworkspace, 9
+bind = $mainMod+Shift, 0, movetoworkspace, 10
+
+# Move focused window to a relative workspace
+bind = $mainMod+Ctrl+Alt, Right, movetoworkspace, r+1
+bind = $mainMod+Ctrl+Alt, Left, movetoworkspace, r-1
+
+# Move active window around current workspace with mainMod + SHIFT + CTRL [←→↑↓]
+$moveactivewindow=grep -q "true" <<< $(hyprctl activewindow -j | jq -r .floating) && hyprctl dispatch moveactive
+binded = $mainMod SHIFT $CONTROL, left,Move activewindow to the right,exec, $moveactivewindow -30 0 || hyprctl dispatch movewindow l
+binded = $mainMod SHIFT $CONTROL, right,Move activewindow to the right,exec, $moveactivewindow 30 0 || hyprctl dispatch movewindow r
+binded = $mainMod SHIFT $CONTROL, up,Move activewindow to the right,exec, $moveactivewindow 0 -30 || hyprctl dispatch movewindow u
+binded = $mainMod SHIFT $CONTROL, down,Move activewindow to the right,exec, $moveactivewindow 0 30 || hyprctl dispatch movewindow d
+
+# Scroll through existing workspaces
+bind = $mainMod, mouse_down, workspace, e+1
+bind = $mainMod, mouse_up, workspace, e-1
+
+# Move/Resize focused window
+bindm = $mainMod, mouse:272, movewindow
+bindm = $mainMod, mouse:273, resizewindow
+bindm = $mainMod, Z, movewindow
+bindm = $mainMod, X, resizewindow
+
+# Move/Switch to special workspace (scratchpad)
+bind = $mainMod+Alt, S, movetoworkspacesilent, special
+bind = $mainMod, S, togglespecialworkspace,
+
+# Toggle focused window split
+bind = $mainMod, J, togglesplit
+
+# Move focused window to a workspace silently
+bind = $mainMod+Alt, 1, movetoworkspacesilent, 1
+bind = $mainMod+Alt, 2, movetoworkspacesilent, 2
+bind = $mainMod+Alt, 3, movetoworkspacesilent, 3
+bind = $mainMod+Alt, 4, movetoworkspacesilent, 4
+bind = $mainMod+Alt, 5, movetoworkspacesilent, 5
+bind = $mainMod+Alt, 6, movetoworkspacesilent, 6
+bind = $mainMod+Alt, 7, movetoworkspacesilent, 7
+bind = $mainMod+Alt, 8, movetoworkspacesilent, 8
+bind = $mainMod+Alt, 9, movetoworkspacesilent, 9
+bind = $mainMod+Alt, 0, movetoworkspacesilent, 10
diff --git a/.config/hypr/media-binds.conf b/.config/hypr/media-binds.conf
new file mode 100644
index 0000000..953a7b4
--- /dev/null
+++ b/.config/hypr/media-binds.conf
@@ -0,0 +1,12 @@
+$SCRIPT = ~/.config/HyprV/waybar/scripts
+
+bind = , xf86audioraisevolume, exec, $SCRIPT/volume --inc
+bind = , xf86audiolowervolume, exec, $SCRIPT/volume --dec
+bind = , xf86AudioMicMute, exec, $SCRIPT/volume --toggle-mic
+bind = , xf86audioMute, exec, $SCRIPT/volume --toggle
+
+bind = , xf86KbdBrightnessDown, exec, $SCRIPT/kb-brightness --dec
+bind = , xf86KbdBrightnessUp, exec, $SCRIPT/kb-brightness --inc
+
+bind = , xf86MonBrightnessDown, exec, $SCRIPT/brightness --dec
+bind = , xf86MonBrightnessUp, exec, $SCRIPT/brightness --inc
\ No newline at end of file
diff --git a/.config/hypr/monitors.conf b/.config/hypr/monitors.conf
new file mode 100644
index 0000000..1c17951
--- /dev/null
+++ b/.config/hypr/monitors.conf
@@ -0,0 +1,9 @@
+
+# █▀▄▀█ █▀█ █▄░█ █ ▀█▀ █▀█ █▀█ █▀
+# █░▀░█ █▄█ █░▀█ █ ░█░ █▄█ █▀▄ ▄█
+
+# Set your monitor configuration here
+# See https://wiki.hyprland.org/Configuring/Monitors/
+# For a sample file, please refer to https://github.com/prasanthrangan/hyprdots/blob/main/Configs/.config/hypr/monitors.t2
+monitor = eDP-1,1920x1080@144,0x0,1
+monitor = HDMI-A-1,4096x2160@60,auto,2
diff --git a/.config/hypr/nvidia.conf b/.config/hypr/nvidia.conf
new file mode 100644
index 0000000..d78f36f
--- /dev/null
+++ b/.config/hypr/nvidia.conf
@@ -0,0 +1,12 @@
+
+# █▄░█ █░█ █ █▀▄ █ ▄▀█
+# █░▀█ ▀▄▀ █ █▄▀ █ █▀█
+
+# See https://wiki.hyprland.org/Nvidia/
+
+env = LIBVA_DRIVER_NAME,nvidia
+env = __GLX_VENDOR_LIBRARY_NAME,nvidia
+env = __GL_VRR_ALLOWED,1
+env = WLR_DRM_NO_ATOMIC,1
+
+cursor:no_hardware_cursors = true
diff --git a/.config/hypr/rog-g15-strix-2021-binds.conf b/.config/hypr/rog-g15-strix-2021-binds.conf
new file mode 100644
index 0000000..bbfc3e7
--- /dev/null
+++ b/.config/hypr/rog-g15-strix-2021-binds.conf
@@ -0,0 +1,4 @@
+# ROG G15 Strix (2021) Specific binds
+bind = ,156, exec, rog-control-center # ASUS Armory crate key
+bind = ,211, exec, asusctl profile -n; pkill -SIGRTMIN+8 waybar # Fan Profile key switch between power profiles
+bind = ,210, exec, asusctl led-mode -n # Switch keyboard RGB profile FN+F4
\ No newline at end of file
diff --git a/.config/hypr/themes/colors.conf b/.config/hypr/themes/colors.conf
new file mode 100644
index 0000000..3f84290
--- /dev/null
+++ b/.config/hypr/themes/colors.conf
@@ -0,0 +1,111 @@
+# Autogenerated colors by wallbash
+# This can be sourced in by any hyprlang configuration file
+
+# Color group 1
+
+$wallbash_pry1 = 98B4C2 # primary color 1
+$wallbash_txt1 = 0D0D0D # text color 1
+$wallbash_1xa1 = 294452 # accent color 1 for primary color 1
+$wallbash_1xa2 = 3A5B6B # accent color 2 for primary color 1
+$wallbash_1xa3 = 4B6C7D # accent color 3 for primary color 1
+$wallbash_1xa4 = 577C8F # accent color 4 for primary color 1
+$wallbash_1xa5 = 658FA3 # accent color 5 for primary color 1
+$wallbash_1xa6 = 7AAAC2 # accent color 6 for primary color 1
+$wallbash_1xa7 = 9ACCE6 # accent color 7 for primary color 1
+$wallbash_1xa8 = AAD9F0 # accent color 8 for primary color 1
+$wallbash_1xa9 = CCEEFF # accent color 9 for primary color 1
+
+# in rgba format
+$wallbash_pry1_rgba = rgba(152,180,194,0.95) # primary color 1
+$wallbash_txt1_rgba = rgba(13,13,13,0.95) # text color 1
+$wallbash_1xa1_rgba = rgba(41,68,82,0.95) # accent color 1 for primary color 1
+$wallbash_1xa2_rgba = rgba(58,91,107,0.95) # accent color 2 for primary color 1
+$wallbash_1xa3_rgba = rgba(75,108,125,0.95) # accent color 3 for primary color 1
+$wallbash_1xa4_rgba = rgba(87,124,143,0.95) # accent color 4 for primary color 1
+$wallbash_1xa5_rgba = rgba(101,143,163,0.95) # accent color 5 for primary color 1
+$wallbash_1xa6_rgba = rgba(122,170,194,0.95) # accent color 6 for primary color 1
+$wallbash_1xa7_rgba = rgba(154,204,230,0.95) # accent color 7 for primary color 1
+$wallbash_1xa8_rgba = rgba(170,217,240,0.95) # accent color 8 for primary color 1
+$wallbash_1xa9_rgba = rgba(204,238,255,0.95) # accent color 9 for primary color 1
+
+
+# Color group 2
+
+$wallbash_pry2 = 547A97 # primary color 2
+$wallbash_txt2 = FFFFFF # text color 2
+$wallbash_2xa1 = 294052 # accent color 1 for primary color 2
+$wallbash_2xa2 = 3A566B # accent color 2 for primary color 2
+$wallbash_2xa3 = 4B677D # accent color 3 for primary color 2
+$wallbash_2xa4 = 57778F # accent color 4 for primary color 2
+$wallbash_2xa5 = 6588A3 # accent color 5 for primary color 2
+$wallbash_2xa6 = 7AA3C2 # accent color 6 for primary color 2
+$wallbash_2xa7 = 9AC5E6 # accent color 7 for primary color 2
+$wallbash_2xa8 = AAD2F0 # accent color 8 for primary color 2
+$wallbash_2xa9 = CCE9FF # accent color 9 for primary color 2
+
+# in rgba format
+$wallbash_pry2_rgba = rgba(84,122,151,0.95) # primary color 2
+$wallbash_txt2_rgba = rgba(255,255,255,0.95) # text color 2
+$wallbash_2xa1_rgba = rgba(41,64,82,0.95) # accent color 1 for primary color 2
+$wallbash_2xa2_rgba = rgba(58,86,107,0.95) # accent color 2 for primary color 2
+$wallbash_2xa3_rgba = rgba(75,103,125,0.95) # accent color 3 for primary color 2
+$wallbash_2xa4_rgba = rgba(87,119,143,0.95) # accent color 4 for primary color 2
+$wallbash_2xa5_rgba = rgba(101,136,163,0.95) # accent color 5 for primary color 2
+$wallbash_2xa6_rgba = rgba(122,163,194,0.95) # accent color 6 for primary color 2
+$wallbash_2xa7_rgba = rgba(154,197,230,0.95) # accent color 7 for primary color 2
+$wallbash_2xa8_rgba = rgba(170,210,240,0.95) # accent color 8 for primary color 2
+$wallbash_2xa9_rgba = rgba(204,233,255,0.95) # accent color 9 for primary color 2
+
+# Color group 3
+
+$wallbash_pry3 = 38526C # primary color 3
+$wallbash_txt3 = FFFFFF # text color 3
+$wallbash_3xa1 = 293D52 # accent color 1 for primary color 3
+$wallbash_3xa2 = 3A526B # accent color 2 for primary color 3
+$wallbash_3xa3 = 4B647D # accent color 3 for primary color 3
+$wallbash_3xa4 = 57738F # accent color 4 for primary color 3
+$wallbash_3xa5 = 6584A3 # accent color 5 for primary color 3
+$wallbash_3xa6 = 7A9EC2 # accent color 6 for primary color 3
+$wallbash_3xa7 = 9AC0E6 # accent color 7 for primary color 3
+$wallbash_3xa8 = AACDF0 # accent color 8 for primary color 3
+$wallbash_3xa9 = CCE6FF # accent color 9 for primary color 3
+
+# in rgba format
+$wallbash_pry3_rgba = rgba(56,82,108,0.95) # primary color 3
+$wallbash_txt3_rgba = rgba(255,255,255,0.95) # text color 3
+$wallbash_3xa1_rgba = rgba(41,61,82,0.95) # accent color 1 for primary color 3
+$wallbash_3xa2_rgba = rgba(58,82,107,0.95) # accent color 2 for primary color 3
+$wallbash_3xa3_rgba = rgba(75,100,125,0.95) # accent color 3 for primary color 3
+$wallbash_3xa4_rgba = rgba(87,115,143,0.95) # accent color 4 for primary color 3
+$wallbash_3xa5_rgba = rgba(101,132,163,0.95) # accent color 5 for primary color 3
+$wallbash_3xa6_rgba = rgba(122,158,194,0.95) # accent color 6 for primary color 3
+$wallbash_3xa7_rgba = rgba(154,192,230,0.95) # accent color 7 for primary color 3
+$wallbash_3xa8_rgba = rgba(170,205,240,0.95) # accent color 8 for primary color 3
+$wallbash_3xa9_rgba = rgba(204,230,255,0.95) # accent color 9 for primary color 3
+
+# Color group 4
+
+$wallbash_pry4 = 21252B # primary color 4
+$wallbash_txt4 = FFFFFF # text color 4
+$wallbash_4xa1 = 293952 # accent color 1 for primary color 4
+$wallbash_4xa2 = 3A4E6B # accent color 2 for primary color 4
+$wallbash_4xa3 = 4B5F7D # accent color 3 for primary color 4
+$wallbash_4xa4 = 576D8F # accent color 4 for primary color 4
+$wallbash_4xa5 = 657EA3 # accent color 5 for primary color 4
+$wallbash_4xa6 = 7A97C2 # accent color 6 for primary color 4
+$wallbash_4xa7 = 9AB8E6 # accent color 7 for primary color 4
+$wallbash_4xa8 = AAC6F0 # accent color 8 for primary color 4
+$wallbash_4xa9 = CCE0FF # accent color 9 for primary color 4
+
+# in rgba format
+$wallbash_pry4_rgba = rgba(33,37,43,0.95) # primary color 4
+$wallbash_txt4_rgba = rgba(255,255,255,0.95) # text color 4
+$wallbash_4xa1_rgba = rgba(41,57,82,0.95) # accent color 1 for primary color 4
+$wallbash_4xa2_rgba = rgba(58,78,107,0.95) # accent color 2 for primary color 4
+$wallbash_4xa3_rgba = rgba(75,95,125,0.95) # accent color 3 for primary color 4
+$wallbash_4xa4_rgba = rgba(87,109,143,0.95) # accent color 4 for primary color 4
+$wallbash_4xa5_rgba = rgba(101,126,163,0.95) # accent color 5 for primary color 4
+$wallbash_4xa6_rgba = rgba(122,151,194,0.95) # accent color 6 for primary color 4
+$wallbash_4xa7_rgba = rgba(154,184,230,0.95) # accent color 7 for primary color 4
+$wallbash_4xa8_rgba = rgba(170,198,240,0.95) # accent color 8 for primary color 4
+$wallbash_4xa9_rgba = rgba(204,224,255,0.95) # accent color 9 for primary color 4
diff --git a/.config/hypr/themes/common.conf b/.config/hypr/themes/common.conf
new file mode 100644
index 0000000..45759cc
--- /dev/null
+++ b/.config/hypr/themes/common.conf
@@ -0,0 +1,28 @@
+
+# █▀▀ █░█ █▀█ █▀ █▀█ █▀█
+# █▄▄ █▄█ █▀▄ ▄█ █▄█ █▀▄
+
+exec = hyprctl setcursor Bibata-Modern-Ice 20
+exec = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Ice'
+exec = gsettings set org.gnome.desktop.interface cursor-size 20
+
+
+# █▀▀ █▀█ █▄░█ ▀█▀
+# █▀░ █▄█ █░▀█ ░█░
+
+exec = gsettings set org.gnome.desktop.interface font-name 'Cantarell 10'
+exec = gsettings set org.gnome.desktop.interface document-font-name 'Cantarell 10'
+exec = gsettings set org.gnome.desktop.interface monospace-font-name 'CaskaydiaCove Nerd Font Mono 9'
+exec = gsettings set org.gnome.desktop.interface font-antialiasing 'rgba'
+exec = gsettings set org.gnome.desktop.interface font-hinting 'full'
+
+
+# █▀ █▀█ █▀▀ █▀▀ █ ▄▀█ █░░
+# ▄█ █▀▀ ██▄ █▄▄ █ █▀█ █▄▄
+
+decoration {
+ dim_special = 0.3
+ blur {
+ special = true
+ }
+}
diff --git a/.config/hypr/themes/theme.conf b/.config/hypr/themes/theme.conf
new file mode 100644
index 0000000..7562b55
--- /dev/null
+++ b/.config/hypr/themes/theme.conf
@@ -0,0 +1,42 @@
+# // P̳r̳a̳s̳a̳n̳t̳h̳ R̳a̳n̳g̳a̳n̳
+
+$GTK_THEME = Catppuccin-Latte
+$ICON_THEME = Tela-circle-grey
+$COLOR_SCHEME = prefer-light
+
+# Optional: The varibles above will be set automatically when the theme is loaded
+# This exec commands will soon be deprecated
+
+
+general {
+ gaps_in = 3
+ gaps_out = 8
+ border_size = 2
+ col.active_border = rgba(dc8a78ff) rgba(8839efff) 45deg
+ col.inactive_border = rgba(7287fdcc) rgba(179299cc) 45deg
+ layout = dwindle
+ resize_on_border = true
+}
+
+group {
+ col.border_active = rgba(dc8a78ff) rgba(8839efff) 45deg
+ col.border_inactive = rgba(7287fdcc) rgba(179299cc) 45deg
+ col.border_locked_active = rgba(dc8a78ff) rgba(8839efff) 45deg
+ col.border_locked_inactive = rgba(7287fdcc) rgba(179299cc) 45deg
+}
+
+decoration {
+ rounding = 10
+ shadow:enabled = false
+
+ blur {
+ enabled = yes
+ size = 6
+ passes = 3
+ new_optimizations = on
+ ignore_opacity = on
+ xray = false
+ }
+}
+
+layerrule = blur,waybar
diff --git a/.config/hypr/themes/wallbash.conf b/.config/hypr/themes/wallbash.conf
new file mode 100644
index 0000000..ec4654f
--- /dev/null
+++ b/.config/hypr/themes/wallbash.conf
@@ -0,0 +1,50 @@
+# Auto-generated by HyDE // Read-only
+# // ----------------------------
+# HyDE Theme: Catppuccin Latte
+# Configuration File: "/home/elleoma/.config/hyde/themes/Catppuccin Latte/hypr.theme"
+# Wallbash Mode : theme
+# // ----------------------------
+
+$HYDE_THEME=Catppuccin Latte
+$GTK_THEME=Catppuccin-Latte
+$COLOR-SCHEME=prefer-light
+$ICON_THEME=Tela-circle-grey
+
+$CURSOR_THEME=Bibata-Modern-Ice
+$CURSOR_SIZE=24
+
+$FONT=Cantarell
+$FONT_SIZE=10
+$DOCUMENT_FONT=Cantarell
+$DOCUMENT_FONT_SIZE=10
+$MONOSPACE_FONT=CaskaydiaCove Nerd Font Mono
+$MONOSPACE_FONT_SIZE=9
+
+
+$CODE_THEME=Wallbash
+$SDDM_THEME=
+
+# // ----------------------------
+# README:
+# Values above are derived and sanitized from the theme.conf file,
+# This is to ensure themes won't have any 'exec' or 'source'
+# commands that could potentially harm the system
+# or undesired behavior.
+#
+# Dear Theme Owner:
+# You can still add your own custom 'exec' or 'source' commands
+# by adding it as variable, examples (you can name the variable anything):
+# Note that you should indicate it in your README.md
+#
+#
+# -- ⌨️ theme.conf --
+# $RUN_CMD="some_command"
+# $SOURCE_FILE="/some/files"
+#
+#
+# -- ⌨️ userprefs.conf --
+# exec = ${RUN_CMD}"
+# source = ${SOURCE_FILE}
+# exec = hyde-shell walbash code $CODE_THEME # Setting the code theme
+
+# // ----------------------------
diff --git a/.config/hypr/userprefs.conf b/.config/hypr/userprefs.conf
new file mode 100644
index 0000000..e41ecdf
--- /dev/null
+++ b/.config/hypr/userprefs.conf
@@ -0,0 +1,21 @@
+
+# █░█ █▀ █▀▀ █▀█ █▀█ █▀█ █▀▀ █▀▀ █▀
+# █▄█ ▄█ ██▄ █▀▄ █▀▀ █▀▄ ██▄ █▀░ ▄█
+
+# Set your personal hyprland configuration here
+# For a sample file, please refer to https://github.com/prasanthrangan/hyprdots/blob/main/Configs/.config/hypr/userprefs.t2
+
+# Input
+input {
+ kb_layout = us,ua#,fi
+ follow_mouse = 1
+
+ touchpad {
+ natural_scroll = no
+ }
+
+ sensitivity = 0
+ accel_profile = flat
+ force_no_accel = 1
+ numlock_by_default = 0
+}
diff --git a/.config/hypr/windowrules.conf b/.config/hypr/windowrules.conf
new file mode 100644
index 0000000..16c7b6d
--- /dev/null
+++ b/.config/hypr/windowrules.conf
@@ -0,0 +1,102 @@
+
+# █░█░█ █ █▄░█ █▀▄ █▀█ █░█░█ █▀█ █░█ █░░ █▀▀ █▀
+# ▀▄▀▄▀ █ █░▀█ █▄▀ █▄█ ▀▄▀▄▀ █▀▄ █▄█ █▄▄ ██▄ ▄█
+
+# See https://wiki.hyprland.org/Configuring/Window-Rules/
+
+windowrulev2 = opacity 0.90 0.90,class:^(firefox)$
+windowrulev2 = opacity 0.90 0.90,class:^(Brave-browser)$
+windowrulev2 = opacity 0.80 0.80,class:^(code-oss)$
+windowrulev2 = opacity 0.80 0.80,class:^([Cc]ode)$
+windowrulev2 = opacity 0.80 0.80,class:^(code-url-handler)$
+windowrulev2 = opacity 0.80 0.80,class:^(code-insiders-url-handler)$
+windowrulev2 = opacity 0.80 0.80,class:^(kitty)$
+windowrulev2 = opacity 0.80 0.80,class:^(org.kde.dolphin)$
+windowrulev2 = opacity 0.80 0.80,class:^(org.kde.ark)$
+windowrulev2 = opacity 0.80 0.80,class:^(nwg-look)$
+windowrulev2 = opacity 0.80 0.80,class:^(qt5ct)$
+windowrulev2 = opacity 0.80 0.80,class:^(qt6ct)$
+windowrulev2 = opacity 0.80 0.80,class:^(kvantummanager)$
+windowrulev2 = opacity 0.80 0.70,class:^(org.pulseaudio.pavucontrol)$
+windowrulev2 = opacity 0.80 0.70,class:^(blueman-manager)$
+windowrulev2 = opacity 0.80 0.70,class:^(nm-applet)$
+windowrulev2 = opacity 0.80 0.70,class:^(nm-connection-editor)$
+windowrulev2 = opacity 0.80 0.70,class:^(org.kde.polkit-kde-authentication-agent-1)$
+windowrulev2 = opacity 0.80 0.70,class:^(polkit-gnome-authentication-agent-1)$
+windowrulev2 = opacity 0.80 0.70,class:^(org.freedesktop.impl.portal.desktop.gtk)$
+windowrulev2 = opacity 0.80 0.70,class:^(org.freedesktop.impl.portal.desktop.hyprland)$
+windowrulev2 = opacity 0.70 0.70,class:^([Ss]team)$
+windowrulev2 = opacity 0.70 0.70,class:^(steamwebhelper)$
+windowrulev2 = opacity 0.70 0.70,class:^([Ss]potify)$
+windowrulev2 = opacity 0.70 0.70,initialTitle:^(Spotify Free)$
+windowrulev2 = opacity 0.70 0.70,initialTitle:^(Spotify Premium)$
+
+windowrulev2 = opacity 0.90 0.90,class:^(com.github.rafostar.Clapper)$ # Clapper-Gtk
+windowrulev2 = opacity 0.80 0.80,class:^(com.github.tchx84.Flatseal)$ # Flatseal-Gtk
+windowrulev2 = opacity 0.80 0.80,class:^(hu.kramo.Cartridges)$ # Cartridges-Gtk
+windowrulev2 = opacity 0.80 0.80,class:^(com.obsproject.Studio)$ # Obs-Qt
+windowrulev2 = opacity 0.80 0.80,class:^(gnome-boxes)$ # Boxes-Gtk
+windowrulev2 = opacity 0.80 0.80,class:^(vesktop)$ # Vesktop
+windowrulev2 = opacity 0.80 0.80,class:^(discord)$ # Discord-Electron
+windowrulev2 = opacity 0.80 0.80,class:^(WebCord)$ # WebCord-Electron
+windowrulev2 = opacity 0.80 0.80,class:^(ArmCord)$ # ArmCord-Electron
+windowrulev2 = opacity 0.80 0.80,class:^(app.drey.Warp)$ # Warp-Gtk
+windowrulev2 = opacity 0.80 0.80,class:^(net.davidotek.pupgui2)$ # ProtonUp-Qt
+windowrulev2 = opacity 0.80 0.80,class:^(yad)$ # Protontricks-Gtk
+windowrulev2 = opacity 0.80 0.80,class:^(Signal)$ # Signal-Gtk
+windowrulev2 = opacity 0.80 0.80,class:^(io.github.alainm23.planify)$ # planify-Gtk
+windowrulev2 = opacity 0.80 0.80,class:^(io.gitlab.theevilskeleton.Upscaler)$ # Upscaler-Gtk
+windowrulev2 = opacity 0.80 0.80,class:^(com.github.unrud.VideoDownloader)$ # VideoDownloader-Gtk
+windowrulev2 = opacity 0.80 0.80,class:^(io.gitlab.adhami3310.Impression)$ # Impression-Gtk
+windowrulev2 = opacity 0.80 0.80,class:^(io.missioncenter.MissionCenter)$ # MissionCenter-Gtk
+windowrulev2 = opacity 0.80 0.80,class:^(io.github.flattool.Warehouse)$ # Warehouse-Gtk
+
+windowrulev2 = float,class:^(org.kde.dolphin)$,title:^(Progress Dialog — Dolphin)$
+windowrulev2 = float,class:^(org.kde.dolphin)$,title:^(Copying — Dolphin)$
+windowrulev2 = float,title:^(About Mozilla Firefox)$
+windowrulev2 = float,class:^(firefox)$,title:^(Picture-in-Picture)$
+windowrulev2 = float,class:^(firefox)$,title:^(Library)$
+windowrulev2 = float,class:^(kitty)$,title:^(top)$
+windowrulev2 = float,class:^(kitty)$,title:^(btop)$
+windowrulev2 = float,class:^(kitty)$,title:^(htop)$
+windowrulev2 = size 800 600,center,class:^(kitty)$
+windowrulev2 = float,class:^(vlc)$
+windowrulev2 = float,class:^(thunar)$
+windowrulev2 = float,class:^(mpv)$
+windowrulev2 = float,class:^(kvantummanager)$
+windowrulev2 = float,class:^(qt5ct)$
+windowrulev2 = float,class:^(qt6ct)$
+windowrulev2 = float,class:^(nwg-look)$
+windowrulev2 = float,class:^(org.kde.ark)$
+windowrulev2 = float,class:^(org.pulseaudio.pavucontrol)$
+windowrulev2 = float,class:^(blueman-manager)$
+windowrulev2 = float,class:^(nm-applet)$
+windowrulev2 = float,class:^(nm-connection-editor)$
+windowrulev2 = float,class:^(org.kde.polkit-kde-authentication-agent-1)$
+windowrulev2 = fullscreen,ignorezero,class:^(feh)$
+
+windowrulev2 = float,class:^(Signal)$ # Signal-Gtk
+windowrulev2 = float,class:^(com.github.rafostar.Clapper)$ # Clapper-Gtk
+windowrulev2 = float,class:^(app.drey.Warp)$ # Warp-Gtk
+windowrulev2 = float,class:^(net.davidotek.pupgui2)$ # ProtonUp-Qt
+windowrulev2 = float,class:^(yad)$ # Protontricks-Gtk
+windowrulev2 = float,class:^(eog)$ # Imageviewer-Gtk
+windowrulev2 = float,class:^(io.github.alainm23.planify)$ # planify-Gtk
+windowrulev2 = float,class:^(io.gitlab.theevilskeleton.Upscaler)$ # Upscaler-Gtk
+windowrulev2 = float,class:^(com.github.unrud.VideoDownloader)$ # VideoDownloader-Gkk
+windowrulev2 = float,class:^(io.gitlab.adhami3310.Impression)$ # Impression-Gtk
+windowrulev2 = float,class:^(io.missioncenter.MissionCenter)$ # MissionCenter-Gtk
+
+
+# █░░ ▄▀█ █▄█ █▀▀ █▀█ █▀█ █░█ █░░ █▀▀ █▀
+# █▄▄ █▀█ ░█░ ██▄ █▀▄ █▀▄ █▄█ █▄▄ ██▄ ▄█
+
+layerrule = blur,rofi
+layerrule = ignorezero,rofi
+layerrule = blur,notifications
+layerrule = ignorezero,notifications
+layerrule = blur,swaync-notification-window
+layerrule = ignorezero,swaync-notification-window
+layerrule = blur,swaync-control-center
+layerrule = ignorezero,swaync-control-center
+layerrule = blur,logout_dialog
diff --git a/.config/hypr/workflows.conf b/.config/hypr/workflows.conf
new file mode 100644
index 0000000..8391993
--- /dev/null
+++ b/.config/hypr/workflows.conf
@@ -0,0 +1,19 @@
+#! █░█░█ █▀█ █▀█ █▄▀ █▀▀ █░░ █▀█ █░█░█ █▀
+#! ▀▄▀▄▀ █▄█ █▀▄ █░█ █▀░ █▄▄ █▄█ ▀▄▀▄▀ ▄█
+
+# This file sets the current workflow for Hyprland
+# HyDE Controlled content // DO NOT EDIT
+# Edit or add workflows in the ./workflows/ directory
+# and run the 'workflows.sh select' command to update this file
+
+# Workflows are a set of configurations that can be applied to Hyprland
+# that suits the actual workflow you are doing.
+# It can be gaming mode, work mode, or anything else you can think of.
+# you can also exec a command within the workflow
+
+$WORKFLOW = default
+$WORKFLOW_ICON =
+$WORKFLOW_DESCRIPTION = Default HyDE configuration // Disables workflow overrides
+$WORKFLOWS_PATH = ./workflows/default.conf
+source = $WORKFLOWS_PATH
+
diff --git a/.config/hypr/workflows/default.conf b/.config/hypr/workflows/default.conf
new file mode 100644
index 0000000..5d11070
--- /dev/null
+++ b/.config/hypr/workflows/default.conf
@@ -0,0 +1,5 @@
+# // █▀▄ █▀▀ █▀▀ ▄▀█ █░█ █░░ ▀█▀
+# // █▄▀ ██▄ █▀░ █▀█ █▄█ █▄▄ ░█░
+
+$WORKFLOW_ICON=
+$WORKFLOW_DESCRIPTION = Unset workflow configuration
diff --git a/.config/hypr/workflows/editing.conf b/.config/hypr/workflows/editing.conf
new file mode 100644
index 0000000..752a6ea
--- /dev/null
+++ b/.config/hypr/workflows/editing.conf
@@ -0,0 +1,21 @@
+# // █▀▀ █▀▄ █ ▀█▀ █▀█ █▀█
+# // ██▄ █▄▀ █ ░█░ █▄█ █▀▄
+
+$WORKFLOW_ICON=
+$WORKFLOW_DESCRIPTION = Best for writing and editing // Disables xray and blur that might affect color picking/contrast
+
+
+decoration {
+ blur:enabled = 1
+ active_opacity = 1
+ inactive_opacity = 1
+ fullscreen_opacity = 1
+ fullscreen_opacity = 1
+}
+
+windowrule = opaque,class:(.*) # ensure all windows are opaque
+
+layerrule = blur,waybar
+layerrule = blur,dunst
+layerrule = blur,swaync-notification-window
+layerrule = blur,rofi
\ No newline at end of file
diff --git a/.config/hypr/workflows/gaming.conf b/.config/hypr/workflows/gaming.conf
new file mode 100644
index 0000000..6f3da91
--- /dev/null
+++ b/.config/hypr/workflows/gaming.conf
@@ -0,0 +1,23 @@
+# // █▀▀ ▄▀█ █▀▄▀█ █▀▀ █▀▄▀█ █▀█ █▀▄ █▀▀
+# // █▄█ █▀█ █░▀░█ ██▄ █░▀░█ █▄█ █▄▀ ██▄
+
+# Script from https://wiki.hyprland.org/Configuring/Uncommon-tips--tricks/#toggle-animationsbluretc-hotkey
+
+$WORKFLOW_ICON= # this is an indicator that can be parsed by waybar or other status guis
+$WORKFLOW_DESCRIPTION = Emphasis on performance and disabling compositors expensive features
+
+decoration {
+ shadow {
+ enabled = 0
+ }
+ blur:enabled = 0
+ rounding = 0
+}
+
+general {
+gaps_in = 0
+gaps_out = 0
+border_size = 1
+}
+
+animations:enabled = 0
diff --git a/.config/hypr/workflows/powersaver.conf b/.config/hypr/workflows/powersaver.conf
new file mode 100644
index 0000000..d71326d
--- /dev/null
+++ b/.config/hypr/workflows/powersaver.conf
@@ -0,0 +1,33 @@
+# // █▀█ █▀█ █░█░█ █▀▀ █▀█ █▀ ▄▀█ █░█ █▀▀ █▀█
+# // █▀▀ █▄█ ▀▄▀▄▀ ██▄ █▀▄ ▄█ █▀█ ▀▄▀ ██▄ █▀▄
+
+
+$WORKFLOW_ICON=
+$WORKFLOW_DESCRIPTION = Saves as much power as possible by disabling all animations and effects, but preserving readability
+
+decoration {
+ shadow {
+ enabled = 0
+ }
+ blur:enabled = 0
+ rounding = 0
+ active_opacity = 1
+ inactive_opacity = 1
+ fullscreen_opacity = 1
+ fullscreen_opacity = 1
+}
+
+general {
+gaps_in = 0
+gaps_out = 0
+border_size = 1
+}
+
+animations:enabled = 0
+
+layerrule = noanim,waybar
+layerrule = noanim,swaync-notification-window
+layerrule = noanim,swww-daemon
+layerrule = noanim,rofi
+
+windowrule = opaque,class:(.*) # ensure all windows are opaque
diff --git a/.config/hypr/workflows/snappy.conf b/.config/hypr/workflows/snappy.conf
new file mode 100644
index 0000000..6f1e9f1
--- /dev/null
+++ b/.config/hypr/workflows/snappy.conf
@@ -0,0 +1,17 @@
+# // █▀ █▄░█ ▄▀█ █▀█ █▀█ █▄█
+# // ▄█ █░▀█ █▀█ █▀▀ █▀▀ ░█░
+
+$WORKFLOW_ICON= # this is an indicator that can be parsed by waybar or other status guis
+$WORKFLOW_DESCRIPTION = Snappy desktop
+
+decoration {
+rounding = 0
+}
+
+general {
+gaps_in = 0
+gaps_out = 0
+border_size = 1
+}
+
+animations:enabled = 0
\ No newline at end of file
diff --git a/.config/hypr/xdg-portal-hyprland b/.config/hypr/xdg-portal-hyprland
new file mode 100755
index 0000000..8f692bf
--- /dev/null
+++ b/.config/hypr/xdg-portal-hyprland
@@ -0,0 +1,8 @@
+#!/bin/bash
+sleep 1
+killall xdg-desktop-portal-hyprland
+killall xdg-desktop-portal-wlr
+killall xdg-desktop-portal
+/usr/lib/xdg-desktop-portal-hyprland &
+sleep 2
+/usr/lib/xdg-desktop-portal &