diff --git a/config/files/etc/environment b/config/files/system/etc/environment
similarity index 100%
rename from config/files/etc/environment
rename to config/files/system/etc/environment
diff --git a/config/files/etc/polkit-1/rules.d/10-udisks2.rules b/config/files/system/etc/polkit-1/rules.d/10-udisks2.rules
similarity index 100%
rename from config/files/etc/polkit-1/rules.d/10-udisks2.rules
rename to config/files/system/etc/polkit-1/rules.d/10-udisks2.rules
diff --git a/config/files/etc/rofi.rasi b/config/files/system/etc/rofi.rasi
similarity index 100%
rename from config/files/etc/rofi.rasi
rename to config/files/system/etc/rofi.rasi
diff --git a/config/files/etc/sddm.conf.d/theme.conf b/config/files/system/etc/sddm.conf.d/theme.conf
similarity index 100%
rename from config/files/etc/sddm.conf.d/theme.conf
rename to config/files/system/etc/sddm.conf.d/theme.conf
diff --git a/config/files/etc/sddm/sddm-useradd b/config/files/system/etc/sddm/sddm-useradd
similarity index 100%
rename from config/files/etc/sddm/sddm-useradd
rename to config/files/system/etc/sddm/sddm-useradd
diff --git a/config/files/system/etc/skel/alacritty/alacritty.toml b/config/files/system/etc/skel/alacritty/alacritty.toml
new file mode 100644
index 0000000..ec05ac5
--- /dev/null
+++ b/config/files/system/etc/skel/alacritty/alacritty.toml
@@ -0,0 +1,8 @@
+import = [ "colors.toml" ]
+
+[env]
+TERM = "xterm-256color"
+
+[font]
+normal = { family = "JetBrainsMono Nerd Font" }
+size = 12
diff --git a/config/files/system/etc/skel/alacritty/colors.toml b/config/files/system/etc/skel/alacritty/colors.toml
new file mode 100644
index 0000000..47519e9
--- /dev/null
+++ b/config/files/system/etc/skel/alacritty/colors.toml
@@ -0,0 +1,71 @@
+[colors.primary]
+background = '#121318'
+foreground = '#e3e1e9'
+
+[colors.cursor]
+text = '#1E1E2E'
+cursor = '#F5E0DC'
+
+[colors.vi_mode_cursor]
+text = '#1E1E2E'
+cursor = '#B4BEFE'
+
+
+[colors.search.matches]
+foreground = '#1E1E2E'
+background = '#A6ADC8'
+
+[colors.search.focused_match]
+foreground = '#1E1E2E'
+background = '#A6E3A1'
+
+[colors.footer_bar]
+foreground = '#1E1E2E'
+background = '#A6ADC8'
+
+
+[colors.hints.start]
+foreground = '#1E1E2E'
+background = '#F9E2AF'
+
+[colors.hints.end]
+foreground = '#1E1E2E'
+background = '#A6ADC8'
+
+
+[colors.selection]
+text = '#1E1E2E'
+background = '#F5E0DC'
+
+
+[colors.normal]
+black = '#45475A'
+red = '#F38BA8'
+green = '#A6E3A1'
+yellow = '#F9E2AF'
+blue = '#89B4FA'
+magenta = '#F5C2E7'
+cyan = '#94E2D5'
+white = '#BAC2DE'
+
+
+[colors.bright]
+black = '#585B70'
+red = '#F38BA8'
+green = '#A6E3A1'
+yellow = '#F9E2AF'
+blue = '#89B4FA'
+magenta = '#F5C2E7'
+cyan = '#94E2D5'
+white = '#A6ADC8'
+
+
+[colors.dim]
+black = '#45475A'
+red = '#F38BA8'
+green = '#A6E3A1'
+yellow = '#F9E2AF'
+blue = '#89B4FA'
+magenta = '#F5C2E7'
+cyan = '#94E2D5'
+white = '#BAC2DE'
diff --git a/config/files/system/etc/skel/alacritty/themes/catppuccin-frappe.toml b/config/files/system/etc/skel/alacritty/themes/catppuccin-frappe.toml
new file mode 100644
index 0000000..9887a51
--- /dev/null
+++ b/config/files/system/etc/skel/alacritty/themes/catppuccin-frappe.toml
@@ -0,0 +1,75 @@
+[colors.primary]
+background = "#303446"
+foreground = "#c6d0f5"
+dim_foreground = "#838ba7"
+bright_foreground = "#c6d0f5"
+
+[colors.cursor]
+text = "#303446"
+cursor = "#f2d5cf"
+
+[colors.vi_mode_cursor]
+text = "#303446"
+cursor = "#babbf1"
+
+[colors.search.matches]
+foreground = "#303446"
+background = "#a5adce"
+
+[colors.search.focused_match]
+foreground = "#303446"
+background = "#a6d189"
+
+[colors.footer_bar]
+foreground = "#303446"
+background = "#a5adce"
+
+[colors.hints.start]
+foreground = "#303446"
+background = "#e5c890"
+
+[colors.hints.end]
+foreground = "#303446"
+background = "#a5adce"
+
+[colors.selection]
+text = "#303446"
+background = "#f2d5cf"
+
+[colors.normal]
+black = "#51576d"
+red = "#e78284"
+green = "#a6d189"
+yellow = "#e5c890"
+blue = "#8caaee"
+magenta = "#f4b8e4"
+cyan = "#81c8be"
+white = "#b5bfe2"
+
+[colors.bright]
+black = "#626880"
+red = "#e78284"
+green = "#a6d189"
+yellow = "#e5c890"
+blue = "#8caaee"
+magenta = "#f4b8e4"
+cyan = "#81c8be"
+white = "#a5adce"
+
+[colors.dim]
+black = "#51576d"
+red = "#e78284"
+green = "#a6d189"
+yellow = "#e5c890"
+blue = "#8caaee"
+magenta = "#f4b8e4"
+cyan = "#81c8be"
+white = "#b5bfe2"
+
+[[colors.indexed_colors]]
+index = 16
+color = "#ef9f76"
+
+[[colors.indexed_colors]]
+index = 17
+color = "#f2d5cf"
diff --git a/config/files/system/etc/skel/alacritty/themes/catppuccin-latte.toml b/config/files/system/etc/skel/alacritty/themes/catppuccin-latte.toml
new file mode 100644
index 0000000..e599d00
--- /dev/null
+++ b/config/files/system/etc/skel/alacritty/themes/catppuccin-latte.toml
@@ -0,0 +1,75 @@
+[colors.primary]
+background = "#eff1f5"
+foreground = "#4c4f69"
+dim_foreground = "#8c8fa1"
+bright_foreground = "#4c4f69"
+
+[colors.cursor]
+text = "#eff1f5"
+cursor = "#dc8a78"
+
+[colors.vi_mode_cursor]
+text = "#eff1f5"
+cursor = "#7287fd"
+
+[colors.search.matches]
+foreground = "#eff1f5"
+background = "#6c6f85"
+
+[colors.search.focused_match]
+foreground = "#eff1f5"
+background = "#40a02b"
+
+[colors.footer_bar]
+foreground = "#eff1f5"
+background = "#6c6f85"
+
+[colors.hints.start]
+foreground = "#eff1f5"
+background = "#df8e1d"
+
+[colors.hints.end]
+foreground = "#eff1f5"
+background = "#6c6f85"
+
+[colors.selection]
+text = "#eff1f5"
+background = "#dc8a78"
+
+[colors.normal]
+black = "#bcc0cc"
+red = "#d20f39"
+green = "#40a02b"
+yellow = "#df8e1d"
+blue = "#1e66f5"
+magenta = "#ea76cb"
+cyan = "#179299"
+white = "#5c5f77"
+
+[colors.bright]
+black = "#acb0be"
+red = "#d20f39"
+green = "#40a02b"
+yellow = "#df8e1d"
+blue = "#1e66f5"
+magenta = "#ea76cb"
+cyan = "#179299"
+white = "#6c6f85"
+
+[colors.dim]
+black = "#bcc0cc"
+red = "#d20f39"
+green = "#40a02b"
+yellow = "#df8e1d"
+blue = "#1e66f5"
+magenta = "#ea76cb"
+cyan = "#179299"
+white = "#5c5f77"
+
+[[colors.indexed_colors]]
+index = 16
+color = "#fe640b"
+
+[[colors.indexed_colors]]
+index = 17
+color = "#dc8a78"
diff --git a/config/files/system/etc/skel/alacritty/themes/catppuccin-macchiato.toml b/config/files/system/etc/skel/alacritty/themes/catppuccin-macchiato.toml
new file mode 100644
index 0000000..05cc701
--- /dev/null
+++ b/config/files/system/etc/skel/alacritty/themes/catppuccin-macchiato.toml
@@ -0,0 +1,75 @@
+[colors.primary]
+background = "#24273a"
+foreground = "#cad3f5"
+dim_foreground = "#8087a2"
+bright_foreground = "#cad3f5"
+
+[colors.cursor]
+text = "#24273a"
+cursor = "#f4dbd6"
+
+[colors.vi_mode_cursor]
+text = "#24273a"
+cursor = "#b7bdf8"
+
+[colors.search.matches]
+foreground = "#24273a"
+background = "#a5adcb"
+
+[colors.search.focused_match]
+foreground = "#24273a"
+background = "#a6da95"
+
+[colors.footer_bar]
+foreground = "#24273a"
+background = "#a5adcb"
+
+[colors.hints.start]
+foreground = "#24273a"
+background = "#eed49f"
+
+[colors.hints.end]
+foreground = "#24273a"
+background = "#a5adcb"
+
+[colors.selection]
+text = "#24273a"
+background = "#f4dbd6"
+
+[colors.normal]
+black = "#494d64"
+red = "#ed8796"
+green = "#a6da95"
+yellow = "#eed49f"
+blue = "#8aadf4"
+magenta = "#f5bde6"
+cyan = "#8bd5ca"
+white = "#b8c0e0"
+
+[colors.bright]
+black = "#5b6078"
+red = "#ed8796"
+green = "#a6da95"
+yellow = "#eed49f"
+blue = "#8aadf4"
+magenta = "#f5bde6"
+cyan = "#8bd5ca"
+white = "#a5adcb"
+
+[colors.dim]
+black = "#494d64"
+red = "#ed8796"
+green = "#a6da95"
+yellow = "#eed49f"
+blue = "#8aadf4"
+magenta = "#f5bde6"
+cyan = "#8bd5ca"
+white = "#b8c0e0"
+
+[[colors.indexed_colors]]
+index = 16
+color = "#f5a97f"
+
+[[colors.indexed_colors]]
+index = 17
+color = "#f4dbd6"
diff --git a/config/files/system/etc/skel/alacritty/themes/catppuccin-mocha.toml b/config/files/system/etc/skel/alacritty/themes/catppuccin-mocha.toml
new file mode 100644
index 0000000..08a7e3a
--- /dev/null
+++ b/config/files/system/etc/skel/alacritty/themes/catppuccin-mocha.toml
@@ -0,0 +1,75 @@
+[colors.primary]
+background = "#1e1e2e"
+foreground = "#cdd6f4"
+dim_foreground = "#7f849c"
+bright_foreground = "#cdd6f4"
+
+[colors.cursor]
+text = "#1e1e2e"
+cursor = "#f5e0dc"
+
+[colors.vi_mode_cursor]
+text = "#1e1e2e"
+cursor = "#b4befe"
+
+[colors.search.matches]
+foreground = "#1e1e2e"
+background = "#a6adc8"
+
+[colors.search.focused_match]
+foreground = "#1e1e2e"
+background = "#a6e3a1"
+
+[colors.footer_bar]
+foreground = "#1e1e2e"
+background = "#a6adc8"
+
+[colors.hints.start]
+foreground = "#1e1e2e"
+background = "#f9e2af"
+
+[colors.hints.end]
+foreground = "#1e1e2e"
+background = "#a6adc8"
+
+[colors.selection]
+text = "#1e1e2e"
+background = "#f5e0dc"
+
+[colors.normal]
+black = "#45475a"
+red = "#f38ba8"
+green = "#a6e3a1"
+yellow = "#f9e2af"
+blue = "#89b4fa"
+magenta = "#f5c2e7"
+cyan = "#94e2d5"
+white = "#bac2de"
+
+[colors.bright]
+black = "#585b70"
+red = "#f38ba8"
+green = "#a6e3a1"
+yellow = "#f9e2af"
+blue = "#89b4fa"
+magenta = "#f5c2e7"
+cyan = "#94e2d5"
+white = "#a6adc8"
+
+[colors.dim]
+black = "#45475a"
+red = "#f38ba8"
+green = "#a6e3a1"
+yellow = "#f9e2af"
+blue = "#89b4fa"
+magenta = "#f5c2e7"
+cyan = "#94e2d5"
+white = "#bac2de"
+
+[[colors.indexed_colors]]
+index = 16
+color = "#fab387"
+
+[[colors.indexed_colors]]
+index = 17
+color = "#f5e0dc"
\ No newline at end of file
diff --git a/config/files/system/etc/skel/dunst/backup/catppuccin.dunstrc b/config/files/system/etc/skel/dunst/backup/catppuccin.dunstrc
new file mode 100644
index 0000000..c72a239
--- /dev/null
+++ b/config/files/system/etc/skel/dunst/backup/catppuccin.dunstrc
@@ -0,0 +1,19 @@
+[global]
+frame_color = "#89B4FA"
+separator_color= frame
+
+[urgency_low]
+background = "#1E1E2E"
+foreground = "#CDD6F4"
+highlight = "#f48ee8"
+
+[urgency_normal]
+background = "#1E1E2E"
+foreground = "#CDD6F4"
+highlight = "#f48ee8"
+
+[urgency_critical]
+background = "#1E1E2E"
+foreground = "#CDD6F4"
+frame_color = "#FAB387"
+highlight = "#f48ee8"
diff --git a/config/files/system/etc/skel/dunst/backup/dunstrc b/config/files/system/etc/skel/dunst/backup/dunstrc
new file mode 100644
index 0000000..2165bff
--- /dev/null
+++ b/config/files/system/etc/skel/dunst/backup/dunstrc
@@ -0,0 +1,74 @@
+[global]
+monitor = 0
+follow = none
+width = 400
+height = 400
+origin = top-center
+offset = 10x20
+scale = 0
+notification_limit = 0
+progress_bar = true
+progress_bar_height = 10
+progress_bar_frame_width = 1
+progress_bar_min_width = 150
+progress_bar_max_width = 300
+indicate_hidden = yes
+transparency = 0
+separator_height = 2
+padding = 8
+horizontal_padding = 8
+text_icon_padding = 0
+frame_width = 1
+separator_color = frame
+sort = yes
+font = FiraCode 12
+line_height = 0
+markup = full
+format = "%s\n%b"
+alignment = left
+vertical_alignment = center
+show_age_threshold = 60
+ellipsize = middle
+ignore_newline = no
+stack_duplicates = true
+hide_duplicate_count = false
+show_indicators = yes
+icon_position = left
+min_icon_size = 0
+max_icon_size = 32
+icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
+icon_path = /usr/share/icons/Papirus-Dark/48x48/actions/:/usr/share/icons/Papirus-Dark/48x48/apps/:/usr/share/icons/Papirus-Dark/48x48/devices/:/usr/share/icons/Papirus-Dark/48x48/emblems/:/usr/share/icons/Papirus-Dark/48x48/emotes/:/usr/share/icons/Papirus-Dark/48x48/mimetypes/:/usr/share/icons/Papirus-Dark/48x48/places/:/usr/share/icons/Papirus-Dark/48x48/status/
+sticky_history = yes
+history_length = 20
+browser = /usr/bin/xdg-open
+always_run_script = true
+title = Dunst
+class = Dunst
+corner_radius = 8
+ignore_dbusclose = false
+force_xwayland = false
+force_xinerama = false
+mouse_left_click = close_current
+mouse_middle_click = do_action, close_current
+mouse_right_click = close_all
+frame_color = "#89B4FA"
+separator_color= frame
+[experimental]
+per_monitor_dpi = false
+[urgency_low]
+timeout = 3
+background = "#1E1E2E"
+foreground = "#CDD6F4"
+highlight = "#f48ee8"
+[urgency_normal]
+timeout = 6
+background = "#1E1E2E"
+foreground = "#CDD6F4"
+highlight = "#f48ee8"
+[urgency_critical]
+timeout = 0
+background = "#1E1E2E"
+foreground = "#CDD6F4"
+frame_color = "#FAB387"
+highlight = "#f48ee8"
+
diff --git a/config/files/system/etc/skel/dunst/dunstrc b/config/files/system/etc/skel/dunst/dunstrc
new file mode 100644
index 0000000..09c6dbf
--- /dev/null
+++ b/config/files/system/etc/skel/dunst/dunstrc
@@ -0,0 +1,75 @@
+[global]
+monitor = 0
+follow = none
+width = 400
+height = 400
+origin = top-center
+offset = 10x20
+scale = 0
+notification_limit = 0
+progress_bar = true
+progress_bar_height = 10
+progress_bar_frame_width = 1
+progress_bar_min_width = 150
+progress_bar_max_width = 300
+indicate_hidden = yes
+transparency = 0
+separator_height = 2
+padding = 8
+horizontal_padding = 8
+text_icon_padding = 0
+frame_width = 1
+sort = yes
+font = FiraCode 12
+line_height = 0
+markup = full
+format = "%s\n%b"
+alignment = left
+vertical_alignment = center
+show_age_threshold = 60
+ellipsize = middle
+ignore_newline = no
+stack_duplicates = true
+hide_duplicate_count = false
+show_indicators = yes
+icon_position = left
+min_icon_size = 0
+max_icon_size = 32
+icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
+icon_path = /usr/share/icons/Papirus-Dark/48x48/actions/:/usr/share/icons/Papirus-Dark/48x48/apps/:/usr/share/icons/Papirus-Dark/48x48/devices/:/usr/share/icons/Papirus-Dark/48x48/emblems/:/usr/share/icons/Papirus-Dark/48x48/emotes/:/usr/share/icons/Papirus-Dark/48x48/mimetypes/:/usr/share/icons/Papirus-Dark/48x48/places/:/usr/share/icons/Papirus-Dark/48x48/status/
+sticky_history = yes
+history_length = 20
+browser = /usr/bin/xdg-open
+always_run_script = true
+title = Dunst
+class = Dunst
+corner_radius = 8
+ignore_dbusclose = false
+force_xwayland = false
+force_xinerama = false
+mouse_left_click = close_current
+mouse_middle_click = do_action, close_current
+mouse_right_click = close_all
+separator_color = frame
+frame_color = "#b7c4ff"
+highlight = "#b7c4ff"
+separator_color= "#8f909c"
+[experimental]
+per_monitor_dpi = false
+[urgency_low]
+timeout = 3
+background = "#121318"
+foreground = "#e3e1e9"
+highlight = "#4257a4"
+[urgency_normal]
+timeout = 6
+background = "#121318"
+foreground = "#e3e1e9"
+highlight = "#4257a4"
+[urgency_critical]
+timeout = 0
+background = "#121318"
+foreground = "#e3e1e9"
+highlight = "#ffb4ab"
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/close-active.svg b/config/files/system/etc/skel/gtk-3.0/assets/close-active.svg
new file mode 100644
index 0000000..37fe71e
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/close-active.svg
@@ -0,0 +1,28 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/close-backdrop-active.svg b/config/files/system/etc/skel/gtk-3.0/assets/close-backdrop-active.svg
new file mode 100644
index 0000000..834d46f
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/close-backdrop-active.svg
@@ -0,0 +1,28 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/close-backdrop-hover.svg b/config/files/system/etc/skel/gtk-3.0/assets/close-backdrop-hover.svg
new file mode 100644
index 0000000..89cb048
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/close-backdrop-hover.svg
@@ -0,0 +1,28 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/close-backdrop-normal.svg b/config/files/system/etc/skel/gtk-3.0/assets/close-backdrop-normal.svg
new file mode 100644
index 0000000..211fa64
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/close-backdrop-normal.svg
@@ -0,0 +1,22 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/close-hover.svg b/config/files/system/etc/skel/gtk-3.0/assets/close-hover.svg
new file mode 100644
index 0000000..9f41eed
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/close-hover.svg
@@ -0,0 +1,28 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/close-normal.svg b/config/files/system/etc/skel/gtk-3.0/assets/close-normal.svg
new file mode 100644
index 0000000..020e1cc
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/close-normal.svg
@@ -0,0 +1,22 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/maximize-active.svg b/config/files/system/etc/skel/gtk-3.0/assets/maximize-active.svg
new file mode 100644
index 0000000..74f85de
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/maximize-active.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/maximize-backdrop-active.svg b/config/files/system/etc/skel/gtk-3.0/assets/maximize-backdrop-active.svg
new file mode 100644
index 0000000..f23d00a
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/maximize-backdrop-active.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/maximize-backdrop-hover.svg b/config/files/system/etc/skel/gtk-3.0/assets/maximize-backdrop-hover.svg
new file mode 100644
index 0000000..b9f8da5
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/maximize-backdrop-hover.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/maximize-backdrop-normal.svg b/config/files/system/etc/skel/gtk-3.0/assets/maximize-backdrop-normal.svg
new file mode 100644
index 0000000..d90a986
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/maximize-backdrop-normal.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/maximize-hover.svg b/config/files/system/etc/skel/gtk-3.0/assets/maximize-hover.svg
new file mode 100644
index 0000000..4629fb9
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/maximize-hover.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/maximize-normal.svg b/config/files/system/etc/skel/gtk-3.0/assets/maximize-normal.svg
new file mode 100644
index 0000000..257cc45
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/maximize-normal.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/maximized-active.svg b/config/files/system/etc/skel/gtk-3.0/assets/maximized-active.svg
new file mode 100644
index 0000000..2fbc917
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/maximized-active.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/maximized-backdrop-active.svg b/config/files/system/etc/skel/gtk-3.0/assets/maximized-backdrop-active.svg
new file mode 100644
index 0000000..aecf98b
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/maximized-backdrop-active.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/maximized-backdrop-hover.svg b/config/files/system/etc/skel/gtk-3.0/assets/maximized-backdrop-hover.svg
new file mode 100644
index 0000000..1a88e16
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/maximized-backdrop-hover.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/maximized-backdrop-normal.svg b/config/files/system/etc/skel/gtk-3.0/assets/maximized-backdrop-normal.svg
new file mode 100644
index 0000000..d83c822
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/maximized-backdrop-normal.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/maximized-hover.svg b/config/files/system/etc/skel/gtk-3.0/assets/maximized-hover.svg
new file mode 100644
index 0000000..748d4a7
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/maximized-hover.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/maximized-normal.svg b/config/files/system/etc/skel/gtk-3.0/assets/maximized-normal.svg
new file mode 100644
index 0000000..c466d87
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/maximized-normal.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/minimize-active.svg b/config/files/system/etc/skel/gtk-3.0/assets/minimize-active.svg
new file mode 100644
index 0000000..63d4583
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/minimize-active.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/minimize-backdrop-active.svg b/config/files/system/etc/skel/gtk-3.0/assets/minimize-backdrop-active.svg
new file mode 100644
index 0000000..9a7bc8d
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/minimize-backdrop-active.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/minimize-backdrop-hover.svg b/config/files/system/etc/skel/gtk-3.0/assets/minimize-backdrop-hover.svg
new file mode 100644
index 0000000..762e041
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/minimize-backdrop-hover.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/minimize-backdrop-normal.svg b/config/files/system/etc/skel/gtk-3.0/assets/minimize-backdrop-normal.svg
new file mode 100644
index 0000000..e73dea6
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/minimize-backdrop-normal.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/minimize-hover.svg b/config/files/system/etc/skel/gtk-3.0/assets/minimize-hover.svg
new file mode 100644
index 0000000..7422652
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/minimize-hover.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/assets/minimize-normal.svg b/config/files/system/etc/skel/gtk-3.0/assets/minimize-normal.svg
new file mode 100644
index 0000000..24529ed
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/assets/minimize-normal.svg
@@ -0,0 +1,21 @@
+
+
diff --git a/config/files/system/etc/skel/gtk-3.0/bookmarks b/config/files/system/etc/skel/gtk-3.0/bookmarks
new file mode 100644
index 0000000..9e260bd
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/bookmarks
@@ -0,0 +1,6 @@
+file:///var/home/heus/Documents
+file:///var/home/heus/Downloads
+file:///var/home/heus/Music
+file:///var/home/heus/Videos
+file:///var/home/heus/Pictures
+file:///var/mnt/1.0%20TB%20Hard%20Disk
diff --git a/config/files/system/etc/skel/gtk-3.0/gtk.css b/config/files/system/etc/skel/gtk-3.0/gtk.css
new file mode 100644
index 0000000..5c4e7f9
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-3.0/gtk.css
@@ -0,0 +1,49 @@
+/*
+* GTK Colors
+* Generated with Matugen
+*/
+
+@define-color accent_color #b7c4ff;
+@define-color accent_fg_color #001551;
+@define-color accent_bg_color #b7c4ff;
+@define-color window_bg_color #121318;
+@define-color window_fg_color #e3e1e9;
+@define-color headerbar_bg_color #121318;
+@define-color headerbar_fg_color #e3e1e9;
+@define-color popover_bg_color #121318;
+@define-color popover_fg_color #e3e1e9;
+@define-color view_bg_color #121318;
+@define-color view_fg_color #e3e1e9;
+@define-color card_bg_color #121318;
+@define-color card_fg_color #e3e1e9;
+@define-color sidebar_bg_color @window_bg_color;
+@define-color sidebar_fg_color @window_fg_color;
+@define-color sidebar_border_color @window_bg_color;
+@define-color sidebar_backdrop_color @window_bg_color;
+
+/********************** General Typography * */
+.large-title { font-weight: 300; font-size: 24pt; }
+
+.title-1, .h1 { font-weight: 800; font-size: 20pt; }
+
+.title-2, .h2 { font-weight: 800; font-size: 15pt; }
+
+.title-3, .h3 { font-weight: 700; font-size: 15pt; }
+
+.title-4, .h4 { font-weight: 700; font-size: 13pt; }
+
+.heading { font-weight: 700; font-size: 11pt; }
+
+.body { font-weight: 400; font-size: 11pt; }
+
+.caption-heading { font-weight: 700; font-size: 9pt; }
+
+.caption { font-weight: 400; font-size: 9pt; }
+
+.category-label { color: rgba(189, 230, 251, 0.8); font-weight: 700; }
+
+
+/*********** Firefox * */
+#MozillaGtkWidget.background { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
+
+#MozillaGtkWidget.background scrollbar { background-color: transparent; border-color: transparent; }
diff --git a/config/files/system/etc/skel/gtk-4.0/colors.css b/config/files/system/etc/skel/gtk-4.0/colors.css
new file mode 100644
index 0000000..821726e
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-4.0/colors.css
@@ -0,0 +1,84 @@
+@define-color borders_breeze #5f6265;
+@define-color content_view_bg_breeze #1b1e20;
+@define-color error_color_backdrop_breeze #da4453;
+@define-color error_color_breeze #da4453;
+@define-color error_color_insensitive_backdrop_breeze #592930;
+@define-color error_color_insensitive_breeze #592930;
+@define-color insensitive_base_color_breeze #1a1d1f;
+@define-color insensitive_base_fg_color_breeze #656768;
+@define-color insensitive_bg_color_breeze #282c30;
+@define-color insensitive_borders_breeze #3a3d41;
+@define-color insensitive_fg_color_breeze #6e7173;
+@define-color insensitive_selected_bg_color_breeze #282c30;
+@define-color insensitive_selected_fg_color_breeze #6e7173;
+@define-color insensitive_unfocused_bg_color_breeze #282c30;
+@define-color insensitive_unfocused_fg_color_breeze #6e7173;
+@define-color insensitive_unfocused_selected_bg_color_breeze #282c30;
+@define-color insensitive_unfocused_selected_fg_color_breeze #6e7173;
+@define-color link_color_breeze #1d99f3;
+@define-color link_visited_color_breeze #9b59b6;
+@define-color success_color_backdrop_breeze #27ae60;
+@define-color success_color_breeze #27ae60;
+@define-color success_color_insensitive_backdrop_breeze #1e4d34;
+@define-color success_color_insensitive_breeze #1e4d34;
+@define-color theme_base_color_breeze #1b1e20;
+@define-color theme_bg_color_breeze #2a2e32;
+@define-color theme_button_background_backdrop_breeze #31363b;
+@define-color theme_button_background_backdrop_insensitive_breeze #2f3338;
+@define-color theme_button_background_insensitive_breeze #2f3338;
+@define-color theme_button_background_normal_breeze #31363b;
+@define-color theme_button_decoration_focus_backdrop_breeze #3daee9;
+@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #335c72;
+@define-color theme_button_decoration_focus_breeze #3daee9;
+@define-color theme_button_decoration_focus_insensitive_breeze #335c72;
+@define-color theme_button_decoration_hover_backdrop_breeze #3daee9;
+@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #335c72;
+@define-color theme_button_decoration_hover_breeze #3daee9;
+@define-color theme_button_decoration_hover_insensitive_breeze #335c72;
+@define-color theme_button_foreground_active_backdrop_breeze #fcfcfc;
+@define-color theme_button_foreground_active_backdrop_insensitive_breeze #6e7173;
+@define-color theme_button_foreground_active_breeze #fcfcfc;
+@define-color theme_button_foreground_active_insensitive_breeze #6e7173;
+@define-color theme_button_foreground_backdrop_breeze #fcfcfc;
+@define-color theme_button_foreground_backdrop_insensitive_breeze #727679;
+@define-color theme_button_foreground_insensitive_breeze #727679;
+@define-color theme_button_foreground_normal_breeze #fcfcfc;
+@define-color theme_fg_color_breeze #fcfcfc;
+@define-color theme_header_background_backdrop_breeze #2a2e32;
+@define-color theme_header_background_breeze #31363b;
+@define-color theme_header_background_light_breeze #2a2e32;
+@define-color theme_header_foreground_backdrop_breeze #fcfcfc;
+@define-color theme_header_foreground_breeze #fcfcfc;
+@define-color theme_header_foreground_insensitive_backdrop_breeze #fcfcfc;
+@define-color theme_header_foreground_insensitive_breeze #fcfcfc;
+@define-color theme_hovering_selected_bg_color_breeze #3daee9;
+@define-color theme_selected_bg_color_breeze #3daee9;
+@define-color theme_selected_fg_color_breeze #fcfcfc;
+@define-color theme_text_color_breeze #fcfcfc;
+@define-color theme_titlebar_background_backdrop_breeze #2a2e32;
+@define-color theme_titlebar_background_breeze #31363b;
+@define-color theme_titlebar_background_light_breeze #2a2e32;
+@define-color theme_titlebar_foreground_backdrop_breeze #fcfcfc;
+@define-color theme_titlebar_foreground_breeze #fcfcfc;
+@define-color theme_titlebar_foreground_insensitive_backdrop_breeze #fcfcfc;
+@define-color theme_titlebar_foreground_insensitive_breeze #fcfcfc;
+@define-color theme_unfocused_base_color_breeze #1b1e20;
+@define-color theme_unfocused_bg_color_breeze #2a2e32;
+@define-color theme_unfocused_fg_color_breeze #fcfcfc;
+@define-color theme_unfocused_selected_bg_color_alt_breeze #1f485e;
+@define-color theme_unfocused_selected_bg_color_breeze #1f485e;
+@define-color theme_unfocused_selected_fg_color_breeze #fcfcfc;
+@define-color theme_unfocused_text_color_breeze #fcfcfc;
+@define-color theme_unfocused_view_bg_color_breeze #1a1d1f;
+@define-color theme_unfocused_view_text_color_breeze #656768;
+@define-color theme_view_active_decoration_color_breeze #3daee9;
+@define-color theme_view_hover_decoration_color_breeze #3daee9;
+@define-color tooltip_background_breeze #31363b;
+@define-color tooltip_border_breeze #64686b;
+@define-color tooltip_text_breeze #fcfcfc;
+@define-color unfocused_borders_breeze #5f6265;
+@define-color unfocused_insensitive_borders_breeze #3a3d41;
+@define-color warning_color_backdrop_breeze #f67400;
+@define-color warning_color_breeze #f67400;
+@define-color warning_color_insensitive_backdrop_breeze #633914;
+@define-color warning_color_insensitive_breeze #633914;
diff --git a/config/files/system/etc/skel/gtk-4.0/gtk.css b/config/files/system/etc/skel/gtk-4.0/gtk.css
new file mode 100644
index 0000000..5c4e7f9
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-4.0/gtk.css
@@ -0,0 +1,49 @@
+/*
+* GTK Colors
+* Generated with Matugen
+*/
+
+@define-color accent_color #b7c4ff;
+@define-color accent_fg_color #001551;
+@define-color accent_bg_color #b7c4ff;
+@define-color window_bg_color #121318;
+@define-color window_fg_color #e3e1e9;
+@define-color headerbar_bg_color #121318;
+@define-color headerbar_fg_color #e3e1e9;
+@define-color popover_bg_color #121318;
+@define-color popover_fg_color #e3e1e9;
+@define-color view_bg_color #121318;
+@define-color view_fg_color #e3e1e9;
+@define-color card_bg_color #121318;
+@define-color card_fg_color #e3e1e9;
+@define-color sidebar_bg_color @window_bg_color;
+@define-color sidebar_fg_color @window_fg_color;
+@define-color sidebar_border_color @window_bg_color;
+@define-color sidebar_backdrop_color @window_bg_color;
+
+/********************** General Typography * */
+.large-title { font-weight: 300; font-size: 24pt; }
+
+.title-1, .h1 { font-weight: 800; font-size: 20pt; }
+
+.title-2, .h2 { font-weight: 800; font-size: 15pt; }
+
+.title-3, .h3 { font-weight: 700; font-size: 15pt; }
+
+.title-4, .h4 { font-weight: 700; font-size: 13pt; }
+
+.heading { font-weight: 700; font-size: 11pt; }
+
+.body { font-weight: 400; font-size: 11pt; }
+
+.caption-heading { font-weight: 700; font-size: 9pt; }
+
+.caption { font-weight: 400; font-size: 9pt; }
+
+.category-label { color: rgba(189, 230, 251, 0.8); font-weight: 700; }
+
+
+/*********** Firefox * */
+#MozillaGtkWidget.background { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
+
+#MozillaGtkWidget.background scrollbar { background-color: transparent; border-color: transparent; }
diff --git a/config/files/system/etc/skel/gtk-4.0/settings.ini b/config/files/system/etc/skel/gtk-4.0/settings.ini
new file mode 100644
index 0000000..5dbd750
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-4.0/settings.ini
@@ -0,0 +1,2 @@
+[Settings]
+gtk-application-prefer-dark-theme=true
diff --git a/config/files/system/etc/skel/gtk-4.0/window_decorations.css b/config/files/system/etc/skel/gtk-4.0/window_decorations.css
new file mode 100644
index 0000000..ca70a8a
--- /dev/null
+++ b/config/files/system/etc/skel/gtk-4.0/window_decorations.css
@@ -0,0 +1,71 @@
+headerbar button.titlebutton.close, .titlebar button.titlebutton.close {
+ background-image: url("assets/close-normal.svg"); }
+
+headerbar button.titlebutton.close:hover, .titlebar button.titlebutton.close:hover {
+ background-image: url("assets/close-hover.svg"); }
+
+headerbar button.titlebutton.close:active, .titlebar button.titlebutton.close:active {
+ background-image: url("assets/close-active.svg"); }
+
+headerbar button.titlebutton.close:backdrop, .titlebar button.titlebutton.close:backdrop {
+ background-image: url("assets/close-backdrop-normal.svg"); }
+
+headerbar button.titlebutton.close:backdrop:hover, .titlebar button.titlebutton.close:backdrop:hover {
+ background-image: url("assets/close-backdrop-hover.svg"); }
+
+headerbar button.titlebutton.close:backdrop:active, .titlebar button.titlebutton.close:backdrop:active {
+ background-image: url("assets/close-backdrop-active.svg"); }
+
+headerbar button.titlebutton.maximize, .titlebar button.titlebutton.maximize {
+ background-image: url("assets/maximize-normal.svg"); }
+
+headerbar button.titlebutton.maximize:hover, .titlebar button.titlebutton.maximize:hover {
+ background-image: url("assets/maximize-hover.svg"); }
+
+headerbar button.titlebutton.maximize:active, .titlebar button.titlebutton.maximize:active {
+ background-image: url("assets/maximize-active.svg"); }
+
+headerbar button.titlebutton.maximize:backdrop, .titlebar button.titlebutton.maximize:backdrop {
+ background-image: url("assets/maximize-backdrop-normal.svg"); }
+
+headerbar button.titlebutton.maximize:backdrop:hover, .titlebar button.titlebutton.maximize:backdrop:hover {
+ background-image: url("assets/maximize-backdrop-hover.svg"); }
+
+headerbar button.titlebutton.maximize:backdrop:active, .titlebar button.titlebutton.maximize:backdrop:active {
+ background-image: url("assets/maximize-backdrop-active.svg"); }
+
+headerbar button.titlebutton.minimize, .titlebar button.titlebutton.minimize {
+ background-image: url("assets/minimize-normal.svg"); }
+
+headerbar button.titlebutton.minimize:hover, .titlebar button.titlebutton.minimize:hover {
+ background-image: url("assets/minimize-hover.svg"); }
+
+headerbar button.titlebutton.minimize:active, .titlebar button.titlebutton.minimize:active {
+ background-image: url("assets/minimize-active.svg"); }
+
+headerbar button.titlebutton.minimize:backdrop, .titlebar button.titlebutton.minimize:backdrop {
+ background-image: url("assets/minimize-backdrop-normal.svg"); }
+
+headerbar button.titlebutton.minimize:backdrop:hover, .titlebar button.titlebutton.minimize:backdrop:hover {
+ background-image: url("assets/minimize-backdrop-hover.svg"); }
+
+headerbar button.titlebutton.minimize:backdrop:active, .titlebar button.titlebutton.minimize:backdrop:active {
+ background-image: url("assets/minimize-backdrop-active.svg"); }
+
+.maximized headerbar button.titlebutton.maximize, .maximized .titlebar button.titlebutton.maximize {
+ background-image: url("assets/maximized-normal.svg"); }
+
+.maximized headerbar button.titlebutton.maximize:hover, .maximized .titlebar button.titlebutton.maximize:hover {
+ background-image: url("assets/maximized-hover.svg"); }
+
+.maximized headerbar button.titlebutton.maximize:active, .maximized .titlebar button.titlebutton.maximize:active {
+ background-image: url("assets/maximized-active.svg"); }
+
+.maximized headerbar button.titlebutton.maximize:backdrop, .maximized .titlebar button.titlebutton.maximize:backdrop {
+ background-image: url("assets/maximized-backdrop-normal.svg"); }
+
+.maximized headerbar button.titlebutton.maximize:backdrop:hover, .maximized .titlebar button.titlebutton.maximize:backdrop:hover {
+ background-image: url("assets/maximized-backdrop-hover.svg"); }
+
+.maximized headerbar button.titlebutton.maximize:backdrop:active, .maximized .titlebar button.titlebutton.maximize:backdrop:active {
+ background-image: url("assets/maximized-backdrop-active.svg"); }
diff --git a/config/files/system/etc/skel/kitty/colors.conf b/config/files/system/etc/skel/kitty/colors.conf
new file mode 100644
index 0000000..9257787
--- /dev/null
+++ b/config/files/system/etc/skel/kitty/colors.conf
@@ -0,0 +1,41 @@
+cursor #e3e1e9
+cursor_text_color #c5c5d3
+
+foreground #e3e1e9
+background #121318
+selection_foreground #282f4c
+selection_background #bec5ea
+url_color #b7c4ff
+
+# black
+color8 #262626
+color0 #4c4c4c
+
+# red
+color1 #ac8a8c
+color9 #c49ea0
+
+# green
+color2 #8aac8b
+color10 #9ec49f
+
+# yellow
+color3 #aca98a
+color11 #c4c19e
+
+# blue
+/* color4 #8f8aac */
+color4 #b7c4ff
+color12 #a39ec4
+
+# magenta
+color5 #ac8aac
+color13 #c49ec4
+
+# cyan
+color6 #8aacab
+color14 #9ec3c4
+
+# white
+color15 #e7e7e7
+color7 #f0f0f0
diff --git a/config/files/system/etc/skel/kitty/kitty.conf b/config/files/system/etc/skel/kitty/kitty.conf
new file mode 100644
index 0000000..62bf42a
--- /dev/null
+++ b/config/files/system/etc/skel/kitty/kitty.conf
@@ -0,0 +1,15 @@
+# BEGIN_KITTY_THEME
+include colors.conf
+font_family Jetbrains Mono
+font_size 12
+bold_font auto
+italic_font auto
+bold_italic_font auto
+mouse_hide_wait 2.0
+cursor_shape block
+url_color #0087bd
+url_style dotted
+#Close the terminal without confirmation
+confirm_os_window_close 0
+background_opacity 0.95
+# END_KITTY_THEME
diff --git a/config/files/system/etc/skel/qt6ct/qt6ct.conf b/config/files/system/etc/skel/qt6ct/qt6ct.conf
new file mode 100644
index 0000000..b3a289c
--- /dev/null
+++ b/config/files/system/etc/skel/qt6ct/qt6ct.conf
@@ -0,0 +1,4 @@
+[Appearance]
+style=kvantum
+color_scheme=default
+icon_theme=breeze
diff --git a/config/files/etc/xdg/waybar/colors.css b/config/files/system/etc/xdg/waybar/colors.css
similarity index 100%
rename from config/files/etc/xdg/waybar/colors.css
rename to config/files/system/etc/xdg/waybar/colors.css
diff --git a/config/files/etc/xdg/waybar/config.jsonc b/config/files/system/etc/xdg/waybar/config.jsonc
similarity index 100%
rename from config/files/etc/xdg/waybar/config.jsonc
rename to config/files/system/etc/xdg/waybar/config.jsonc
diff --git a/config/files/etc/xdg/waybar/style.css b/config/files/system/etc/xdg/waybar/style.css
similarity index 100%
rename from config/files/etc/xdg/waybar/style.css
rename to config/files/system/etc/xdg/waybar/style.css
diff --git a/config/files/usr/.gitkeep b/config/files/system/usr/.gitkeep
similarity index 100%
rename from config/files/usr/.gitkeep
rename to config/files/system/usr/.gitkeep
diff --git a/config/files/usr/bin/starthyprland b/config/files/system/usr/bin/starthyprland
similarity index 100%
rename from config/files/usr/bin/starthyprland
rename to config/files/system/usr/bin/starthyprland
diff --git a/config/files/usr/share/hyprland/hyprland.conf b/config/files/system/usr/share/hyprland/hyprland.conf
similarity index 94%
rename from config/files/usr/share/hyprland/hyprland.conf
rename to config/files/system/usr/share/hyprland/hyprland.conf
index c8abb7b..8cc7ccf 100644
--- a/config/files/usr/share/hyprland/hyprland.conf
+++ b/config/files/system/usr/share/hyprland/hyprland.conf
@@ -124,20 +124,21 @@ misc {
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER
-
-$lockCommand = swaylock
+$files = nautilus
+$term = alacritty
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
-bind = $mainMod, Q, exec, kitty
-bind = $mainMod, C, killactive,
-bind = $mainMod, M, exit,
-bind = $mainMod, E, exec, thunar
-bind = $mainMod, V, togglefloating,
-bind = $mainMod, R, exec, rofi -show drun
+bind = $mainMod, Enter, exec, $term
+bind = $mainMod, Q, killactive,
+bind = $mainMod, F, fullscreen,
+bind = $mainMod CTRL, F, togglefloating,
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
-bind = $mainMod, L, exec, $lockCommand
-bind = $mainMod, F, fullscreen
+# bind = $mainMod, Backspace, exit,
+# Apps
+bind = $mainMod, E, exec, $files
+bind = $mainMod, D, exec, rofi -show drun -modi drun,run,window
+bind = $mainMod, L, exec, hyprlock
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/Background.qml b/config/files/system/usr/share/sddm/themes/Utterly-Nord/Background.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/Background.qml
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/Background.qml
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/KeyboardButton.qml b/config/files/system/usr/share/sddm/themes/Utterly-Nord/KeyboardButton.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/KeyboardButton.qml
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/KeyboardButton.qml
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/LICENSE.md b/config/files/system/usr/share/sddm/themes/Utterly-Nord/LICENSE.md
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/LICENSE.md
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/LICENSE.md
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/Login.qml b/config/files/system/usr/share/sddm/themes/Utterly-Nord/Login.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/Login.qml
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/Login.qml
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/Main.qml b/config/files/system/usr/share/sddm/themes/Utterly-Nord/Main.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/Main.qml
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/Main.qml
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/Preview.png b/config/files/system/usr/share/sddm/themes/Utterly-Nord/Preview.png
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/Preview.png
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/Preview.png
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/SessionButton.qml b/config/files/system/usr/share/sddm/themes/Utterly-Nord/SessionButton.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/SessionButton.qml
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/SessionButton.qml
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/background.png b/config/files/system/usr/share/sddm/themes/Utterly-Nord/background.png
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/background.png
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/background.png
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/components/ActionButton.qml b/config/files/system/usr/share/sddm/themes/Utterly-Nord/components/ActionButton.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/components/ActionButton.qml
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/components/ActionButton.qml
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/components/Battery.qml b/config/files/system/usr/share/sddm/themes/Utterly-Nord/components/Battery.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/components/Battery.qml
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/components/Battery.qml
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/components/Clock.qml b/config/files/system/usr/share/sddm/themes/Utterly-Nord/components/Clock.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/components/Clock.qml
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/components/Clock.qml
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/components/SessionManagementScreen.qml b/config/files/system/usr/share/sddm/themes/Utterly-Nord/components/SessionManagementScreen.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/components/SessionManagementScreen.qml
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/components/SessionManagementScreen.qml
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/components/UserDelegate.qml b/config/files/system/usr/share/sddm/themes/Utterly-Nord/components/UserDelegate.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/components/UserDelegate.qml
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/components/UserDelegate.qml
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/components/UserList.qml b/config/files/system/usr/share/sddm/themes/Utterly-Nord/components/UserList.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/components/UserList.qml
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/components/UserList.qml
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/components/VirtualKeyboard.qml b/config/files/system/usr/share/sddm/themes/Utterly-Nord/components/VirtualKeyboard.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/components/VirtualKeyboard.qml
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/components/VirtualKeyboard.qml
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/components/VirtualKeyboard_wayland.qml b/config/files/system/usr/share/sddm/themes/Utterly-Nord/components/VirtualKeyboard_wayland.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/components/VirtualKeyboard_wayland.qml
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/components/VirtualKeyboard_wayland.qml
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/components/WallpaperFader.qml b/config/files/system/usr/share/sddm/themes/Utterly-Nord/components/WallpaperFader.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/components/WallpaperFader.qml
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/components/WallpaperFader.qml
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/components/animation/RejectPasswordAnimation.qml b/config/files/system/usr/share/sddm/themes/Utterly-Nord/components/animation/RejectPasswordAnimation.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/components/animation/RejectPasswordAnimation.qml
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/components/animation/RejectPasswordAnimation.qml
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/components/animation/RejectPasswordPathAnimation.qml b/config/files/system/usr/share/sddm/themes/Utterly-Nord/components/animation/RejectPasswordPathAnimation.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/components/animation/RejectPasswordPathAnimation.qml
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/components/animation/RejectPasswordPathAnimation.qml
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/components/artwork/logout_primary.svgz b/config/files/system/usr/share/sddm/themes/Utterly-Nord/components/artwork/logout_primary.svgz
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/components/artwork/logout_primary.svgz
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/components/artwork/logout_primary.svgz
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/components/artwork/restart_primary.svgz b/config/files/system/usr/share/sddm/themes/Utterly-Nord/components/artwork/restart_primary.svgz
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/components/artwork/restart_primary.svgz
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/components/artwork/restart_primary.svgz
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/components/artwork/shutdown_primary.svgz b/config/files/system/usr/share/sddm/themes/Utterly-Nord/components/artwork/shutdown_primary.svgz
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/components/artwork/shutdown_primary.svgz
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/components/artwork/shutdown_primary.svgz
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/default-logo.svg b/config/files/system/usr/share/sddm/themes/Utterly-Nord/default-logo.svg
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/default-logo.svg
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/default-logo.svg
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/faces/.face.icon b/config/files/system/usr/share/sddm/themes/Utterly-Nord/faces/.face.icon
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/faces/.face.icon
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/faces/.face.icon
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/metadata.desktop b/config/files/system/usr/share/sddm/themes/Utterly-Nord/metadata.desktop
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/metadata.desktop
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/metadata.desktop
diff --git a/config/files/usr/share/sddm/themes/Utterly-Nord/theme.conf b/config/files/system/usr/share/sddm/themes/Utterly-Nord/theme.conf
similarity index 100%
rename from config/files/usr/share/sddm/themes/Utterly-Nord/theme.conf
rename to config/files/system/usr/share/sddm/themes/Utterly-Nord/theme.conf
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/AUTHORS b/config/files/system/usr/share/sddm/themes/sugar-candy/AUTHORS
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/AUTHORS
rename to config/files/system/usr/share/sddm/themes/sugar-candy/AUTHORS
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Assets/Hibernate.svgz b/config/files/system/usr/share/sddm/themes/sugar-candy/Assets/Hibernate.svgz
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Assets/Hibernate.svgz
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Assets/Hibernate.svgz
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Assets/Reboot.svgz b/config/files/system/usr/share/sddm/themes/sugar-candy/Assets/Reboot.svgz
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Assets/Reboot.svgz
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Assets/Reboot.svgz
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Assets/Shutdown.svgz b/config/files/system/usr/share/sddm/themes/sugar-candy/Assets/Shutdown.svgz
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Assets/Shutdown.svgz
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Assets/Shutdown.svgz
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Assets/Suspend.svgz b/config/files/system/usr/share/sddm/themes/sugar-candy/Assets/Suspend.svgz
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Assets/Suspend.svgz
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Assets/Suspend.svgz
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Assets/User.svgz b/config/files/system/usr/share/sddm/themes/sugar-candy/Assets/User.svgz
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Assets/User.svgz
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Assets/User.svgz
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/Mountain.jpg b/config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/Mountain.jpg
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/Mountain.jpg
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/Mountain.jpg
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/Undraw.svg b/config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/Undraw.svg
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/Undraw.svg
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/Undraw.svg
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/anime-nord.png b/config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/anime-nord.png
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/anime-nord.png
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/anime-nord.png
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/astronaut-nord.png b/config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/astronaut-nord.png
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/astronaut-nord.png
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/astronaut-nord.png
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/astronaut.jpg b/config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/astronaut.jpg
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/astronaut.jpg
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/astronaut.jpg
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/japan_anime_city.jpg b/config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/japan_anime_city.jpg
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/japan_anime_city.jpg
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/japan_anime_city.jpg
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/japanese-house.png b/config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/japanese-house.png
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/japanese-house.png
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/japanese-house.png
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/mecha-nostalgia.png b/config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/mecha-nostalgia.png
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/mecha-nostalgia.png
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/mecha-nostalgia.png
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/minimal_landscape.jpg b/config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/minimal_landscape.jpg
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/minimal_landscape.jpg
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/minimal_landscape.jpg
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/my-neighbor-totoro-sunflowers.png b/config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/my-neighbor-totoro-sunflowers.png
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/my-neighbor-totoro-sunflowers.png
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/my-neighbor-totoro-sunflowers.png
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/neon-shacks-nord.png b/config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/neon-shacks-nord.png
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/neon-shacks-nord.png
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/neon-shacks-nord.png
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/nord-street.png b/config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/nord-street.png
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/nord-street.png
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/nord-street.png
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/nord_car_live.gif b/config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/nord_car_live.gif
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/nord_car_live.gif
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/nord_car_live.gif
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/orbit.png b/config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/orbit.png
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Backgrounds/orbit.png
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Backgrounds/orbit.png
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/CHANGELOG.md b/config/files/system/usr/share/sddm/themes/sugar-candy/CHANGELOG.md
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/CHANGELOG.md
rename to config/files/system/usr/share/sddm/themes/sugar-candy/CHANGELOG.md
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/COPYING b/config/files/system/usr/share/sddm/themes/sugar-candy/COPYING
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/COPYING
rename to config/files/system/usr/share/sddm/themes/sugar-candy/COPYING
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Components/Clock.qml b/config/files/system/usr/share/sddm/themes/sugar-candy/Components/Clock.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Components/Clock.qml
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Components/Clock.qml
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Components/Input.qml b/config/files/system/usr/share/sddm/themes/sugar-candy/Components/Input.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Components/Input.qml
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Components/Input.qml
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Components/LoginForm.qml b/config/files/system/usr/share/sddm/themes/sugar-candy/Components/LoginForm.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Components/LoginForm.qml
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Components/LoginForm.qml
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Components/SessionButton.qml b/config/files/system/usr/share/sddm/themes/sugar-candy/Components/SessionButton.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Components/SessionButton.qml
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Components/SessionButton.qml
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Components/SystemButtons.qml b/config/files/system/usr/share/sddm/themes/sugar-candy/Components/SystemButtons.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Components/SystemButtons.qml
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Components/SystemButtons.qml
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Components/UserList.qml b/config/files/system/usr/share/sddm/themes/sugar-candy/Components/UserList.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Components/UserList.qml
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Components/UserList.qml
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Components/VirtualKeyboard.qml b/config/files/system/usr/share/sddm/themes/sugar-candy/Components/VirtualKeyboard.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Components/VirtualKeyboard.qml
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Components/VirtualKeyboard.qml
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Main.qml b/config/files/system/usr/share/sddm/themes/sugar-candy/Main.qml
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Main.qml
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Main.qml
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/Previews/PartialBlur.png b/config/files/system/usr/share/sddm/themes/sugar-candy/Previews/PartialBlur.png
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/Previews/PartialBlur.png
rename to config/files/system/usr/share/sddm/themes/sugar-candy/Previews/PartialBlur.png
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/README.md b/config/files/system/usr/share/sddm/themes/sugar-candy/README.md
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/README.md
rename to config/files/system/usr/share/sddm/themes/sugar-candy/README.md
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/metadata.desktop b/config/files/system/usr/share/sddm/themes/sugar-candy/metadata.desktop
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/metadata.desktop
rename to config/files/system/usr/share/sddm/themes/sugar-candy/metadata.desktop
diff --git a/config/files/usr/share/sddm/themes/sugar-candy/theme.conf b/config/files/system/usr/share/sddm/themes/sugar-candy/theme.conf
similarity index 100%
rename from config/files/usr/share/sddm/themes/sugar-candy/theme.conf
rename to config/files/system/usr/share/sddm/themes/sugar-candy/theme.conf
diff --git a/config/files/usr/share/wayland-sessions/hyprland.desktop b/config/files/system/usr/share/wayland-sessions/hyprland.desktop
old mode 100644
new mode 100755
similarity index 100%
rename from config/files/usr/share/wayland-sessions/hyprland.desktop
rename to config/files/system/usr/share/wayland-sessions/hyprland.desktop
diff --git a/recipes/recipe.yml b/recipes/recipe.yml
index b19cc43..17c283a 100644
--- a/recipes/recipe.yml
+++ b/recipes/recipe.yml
@@ -11,9 +11,9 @@ modules:
# Files
- type: files
files:
- - source: usr
+ - source: system/usr
destination: /usr
- - source: etc
+ - source: system/etc
destination: /etc
# ---------------------------------------------------------------------------------------------------------------------------
- from-file: pkgs.yml