diff --git a/home/games/default.nix b/home/games/default.nix index 53928409..e5903a40 100644 --- a/home/games/default.nix +++ b/home/games/default.nix @@ -1 +1 @@ -{ ... }: { imports = [ ./obs/default.nix ./minecraft.nix ./marathon.nix ]; } +{ ... }: { imports = [ ./minecraft.nix ./marathon.nix ]; } diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 5ff3bef4..7ed62270 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -1,5 +1,5 @@ { config, lib, pkgs, ... }: { - imports = [ ./waybar/default.nix ]; + imports = [ ./waybar/default.nix ./obs/default.nix ]; services = { gpg-agent.pinentryFlavor = "gnome3"; avizo.enable = true; diff --git a/home/games/obs/default.nix b/home/hyprland/obs/default.nix similarity index 100% rename from home/games/obs/default.nix rename to home/hyprland/obs/default.nix diff --git a/home/games/obs/themes/Catppuccin Frappe (compact).qss b/home/hyprland/obs/themes/Catppuccin Frappe (compact).qss similarity index 100% rename from home/games/obs/themes/Catppuccin Frappe (compact).qss rename to home/hyprland/obs/themes/Catppuccin Frappe (compact).qss diff --git a/home/games/obs/themes/Catppuccin Frappe.qss b/home/hyprland/obs/themes/Catppuccin Frappe.qss similarity index 100% rename from home/games/obs/themes/Catppuccin Frappe.qss rename to home/hyprland/obs/themes/Catppuccin Frappe.qss diff --git a/home/games/obs/themes/Catppuccin Latte (compact).qss b/home/hyprland/obs/themes/Catppuccin Latte (compact).qss similarity index 100% rename from home/games/obs/themes/Catppuccin Latte (compact).qss rename to home/hyprland/obs/themes/Catppuccin Latte (compact).qss diff --git a/home/games/obs/themes/Catppuccin Latte.qss b/home/hyprland/obs/themes/Catppuccin Latte.qss similarity index 100% rename from home/games/obs/themes/Catppuccin Latte.qss rename to home/hyprland/obs/themes/Catppuccin Latte.qss diff --git a/home/games/obs/themes/Catppuccin Macchiato (compact).qss b/home/hyprland/obs/themes/Catppuccin Macchiato (compact).qss similarity index 100% rename from home/games/obs/themes/Catppuccin Macchiato (compact).qss rename to home/hyprland/obs/themes/Catppuccin Macchiato (compact).qss diff --git a/home/games/obs/themes/Catppuccin Macchiato.qss b/home/hyprland/obs/themes/Catppuccin Macchiato.qss similarity index 100% rename from home/games/obs/themes/Catppuccin Macchiato.qss rename to home/hyprland/obs/themes/Catppuccin Macchiato.qss diff --git a/home/games/obs/themes/Catppuccin Mocha (compact).qss b/home/hyprland/obs/themes/Catppuccin Mocha (compact).qss similarity index 100% rename from home/games/obs/themes/Catppuccin Mocha (compact).qss rename to home/hyprland/obs/themes/Catppuccin Mocha (compact).qss diff --git a/home/games/obs/themes/Catppuccin Mocha.qss b/home/hyprland/obs/themes/Catppuccin Mocha.qss similarity index 100% rename from home/games/obs/themes/Catppuccin Mocha.qss rename to home/hyprland/obs/themes/Catppuccin Mocha.qss diff --git a/home/games/obs/themes/Catppuccin/Dark/alert.svg b/home/hyprland/obs/themes/Catppuccin/Dark/alert.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/alert.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/alert.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/checkbox_checked.svg b/home/hyprland/obs/themes/Catppuccin/Dark/checkbox_checked.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/checkbox_checked.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/checkbox_checked.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/checkbox_checked_disabled.svg b/home/hyprland/obs/themes/Catppuccin/Dark/checkbox_checked_disabled.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/checkbox_checked_disabled.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/checkbox_checked_disabled.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/checkbox_checked_focus.svg b/home/hyprland/obs/themes/Catppuccin/Dark/checkbox_checked_focus.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/checkbox_checked_focus.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/checkbox_checked_focus.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/checkbox_unchecked.svg b/home/hyprland/obs/themes/Catppuccin/Dark/checkbox_unchecked.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/checkbox_unchecked.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/checkbox_unchecked.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/checkbox_unchecked_disabled.svg b/home/hyprland/obs/themes/Catppuccin/Dark/checkbox_unchecked_disabled.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/checkbox_unchecked_disabled.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/checkbox_unchecked_disabled.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/checkbox_unchecked_focus.svg b/home/hyprland/obs/themes/Catppuccin/Dark/checkbox_unchecked_focus.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/checkbox_unchecked_focus.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/checkbox_unchecked_focus.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/close.svg b/home/hyprland/obs/themes/Catppuccin/Dark/close.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/close.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/close.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/cogs.svg b/home/hyprland/obs/themes/Catppuccin/Dark/cogs.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/cogs.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/cogs.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/collapse.svg b/home/hyprland/obs/themes/Catppuccin/Dark/collapse.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/collapse.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/collapse.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/dots-vert.svg b/home/hyprland/obs/themes/Catppuccin/Dark/dots-vert.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/dots-vert.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/dots-vert.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/dots.svg b/home/hyprland/obs/themes/Catppuccin/Dark/dots.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/dots.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/dots.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/down.svg b/home/hyprland/obs/themes/Catppuccin/Dark/down.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/down.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/down.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/entry-clear.svg b/home/hyprland/obs/themes/Catppuccin/Dark/entry-clear.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/entry-clear.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/entry-clear.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/expand.svg b/home/hyprland/obs/themes/Catppuccin/Dark/expand.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/expand.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/expand.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/filter.svg b/home/hyprland/obs/themes/Catppuccin/Dark/filter.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/filter.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/filter.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/interact.svg b/home/hyprland/obs/themes/Catppuccin/Dark/interact.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/interact.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/interact.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/left.svg b/home/hyprland/obs/themes/Catppuccin/Dark/left.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/left.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/left.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/locked.svg b/home/hyprland/obs/themes/Catppuccin/Dark/locked.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/locked.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/locked.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/media-pause.svg b/home/hyprland/obs/themes/Catppuccin/Dark/media-pause.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/media-pause.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/media-pause.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/media/media_next.svg b/home/hyprland/obs/themes/Catppuccin/Dark/media/media_next.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/media/media_next.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/media/media_next.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/media/media_pause.svg b/home/hyprland/obs/themes/Catppuccin/Dark/media/media_pause.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/media/media_pause.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/media/media_pause.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/media/media_play.svg b/home/hyprland/obs/themes/Catppuccin/Dark/media/media_play.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/media/media_play.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/media/media_play.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/media/media_previous.svg b/home/hyprland/obs/themes/Catppuccin/Dark/media/media_previous.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/media/media_previous.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/media/media_previous.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/media/media_restart.svg b/home/hyprland/obs/themes/Catppuccin/Dark/media/media_restart.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/media/media_restart.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/media/media_restart.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/media/media_stop.svg b/home/hyprland/obs/themes/Catppuccin/Dark/media/media_stop.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/media/media_stop.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/media/media_stop.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/minus.svg b/home/hyprland/obs/themes/Catppuccin/Dark/minus.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/minus.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/minus.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/mute.svg b/home/hyprland/obs/themes/Catppuccin/Dark/mute.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/mute.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/mute.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/no_sources.svg b/home/hyprland/obs/themes/Catppuccin/Dark/no_sources.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/no_sources.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/no_sources.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/plus.svg b/home/hyprland/obs/themes/Catppuccin/Dark/plus.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/plus.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/plus.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/popout.svg b/home/hyprland/obs/themes/Catppuccin/Dark/popout.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/popout.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/popout.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/refresh.svg b/home/hyprland/obs/themes/Catppuccin/Dark/refresh.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/refresh.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/refresh.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/revert.svg b/home/hyprland/obs/themes/Catppuccin/Dark/revert.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/revert.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/revert.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/right.svg b/home/hyprland/obs/themes/Catppuccin/Dark/right.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/right.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/right.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/save.svg b/home/hyprland/obs/themes/Catppuccin/Dark/save.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/save.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/save.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/settings/accessibility.svg b/home/hyprland/obs/themes/Catppuccin/Dark/settings/accessibility.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/settings/accessibility.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/settings/accessibility.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/settings/advanced.svg b/home/hyprland/obs/themes/Catppuccin/Dark/settings/advanced.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/settings/advanced.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/settings/advanced.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/settings/audio.svg b/home/hyprland/obs/themes/Catppuccin/Dark/settings/audio.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/settings/audio.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/settings/audio.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/settings/general.svg b/home/hyprland/obs/themes/Catppuccin/Dark/settings/general.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/settings/general.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/settings/general.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/settings/hotkeys.svg b/home/hyprland/obs/themes/Catppuccin/Dark/settings/hotkeys.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/settings/hotkeys.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/settings/hotkeys.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/settings/output.svg b/home/hyprland/obs/themes/Catppuccin/Dark/settings/output.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/settings/output.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/settings/output.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/settings/stream.svg b/home/hyprland/obs/themes/Catppuccin/Dark/settings/stream.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/settings/stream.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/settings/stream.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/settings/video.svg b/home/hyprland/obs/themes/Catppuccin/Dark/settings/video.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/settings/video.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/settings/video.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/sources/brush.svg b/home/hyprland/obs/themes/Catppuccin/Dark/sources/brush.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/sources/brush.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/sources/brush.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/sources/camera.svg b/home/hyprland/obs/themes/Catppuccin/Dark/sources/camera.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/sources/camera.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/sources/camera.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/sources/default.svg b/home/hyprland/obs/themes/Catppuccin/Dark/sources/default.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/sources/default.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/sources/default.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/sources/gamepad.svg b/home/hyprland/obs/themes/Catppuccin/Dark/sources/gamepad.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/sources/gamepad.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/sources/gamepad.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/sources/globe.svg b/home/hyprland/obs/themes/Catppuccin/Dark/sources/globe.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/sources/globe.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/sources/globe.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/sources/group.svg b/home/hyprland/obs/themes/Catppuccin/Dark/sources/group.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/sources/group.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/sources/group.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/sources/image.svg b/home/hyprland/obs/themes/Catppuccin/Dark/sources/image.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/sources/image.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/sources/image.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/sources/media.svg b/home/hyprland/obs/themes/Catppuccin/Dark/sources/media.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/sources/media.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/sources/media.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/sources/microphone.svg b/home/hyprland/obs/themes/Catppuccin/Dark/sources/microphone.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/sources/microphone.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/sources/microphone.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/sources/scene.svg b/home/hyprland/obs/themes/Catppuccin/Dark/sources/scene.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/sources/scene.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/sources/scene.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/sources/slideshow.svg b/home/hyprland/obs/themes/Catppuccin/Dark/sources/slideshow.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/sources/slideshow.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/sources/slideshow.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/sources/text.svg b/home/hyprland/obs/themes/Catppuccin/Dark/sources/text.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/sources/text.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/sources/text.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/sources/window.svg b/home/hyprland/obs/themes/Catppuccin/Dark/sources/window.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/sources/window.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/sources/window.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/sources/windowaudio.svg b/home/hyprland/obs/themes/Catppuccin/Dark/sources/windowaudio.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/sources/windowaudio.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/sources/windowaudio.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/trash.svg b/home/hyprland/obs/themes/Catppuccin/Dark/trash.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/trash.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/trash.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/up.svg b/home/hyprland/obs/themes/Catppuccin/Dark/up.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/up.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/up.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/updown.svg b/home/hyprland/obs/themes/Catppuccin/Dark/updown.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/updown.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/updown.svg diff --git a/home/games/obs/themes/Catppuccin/Dark/visible.svg b/home/hyprland/obs/themes/Catppuccin/Dark/visible.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Dark/visible.svg rename to home/hyprland/obs/themes/Catppuccin/Dark/visible.svg diff --git a/home/games/obs/themes/Catppuccin/Light/alert.svg b/home/hyprland/obs/themes/Catppuccin/Light/alert.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/alert.svg rename to home/hyprland/obs/themes/Catppuccin/Light/alert.svg diff --git a/home/games/obs/themes/Catppuccin/Light/checkbox_checked.svg b/home/hyprland/obs/themes/Catppuccin/Light/checkbox_checked.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/checkbox_checked.svg rename to home/hyprland/obs/themes/Catppuccin/Light/checkbox_checked.svg diff --git a/home/games/obs/themes/Catppuccin/Light/checkbox_checked_disabled.svg b/home/hyprland/obs/themes/Catppuccin/Light/checkbox_checked_disabled.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/checkbox_checked_disabled.svg rename to home/hyprland/obs/themes/Catppuccin/Light/checkbox_checked_disabled.svg diff --git a/home/games/obs/themes/Catppuccin/Light/checkbox_checked_focus.svg b/home/hyprland/obs/themes/Catppuccin/Light/checkbox_checked_focus.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/checkbox_checked_focus.svg rename to home/hyprland/obs/themes/Catppuccin/Light/checkbox_checked_focus.svg diff --git a/home/games/obs/themes/Catppuccin/Light/checkbox_unchecked.svg b/home/hyprland/obs/themes/Catppuccin/Light/checkbox_unchecked.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/checkbox_unchecked.svg rename to home/hyprland/obs/themes/Catppuccin/Light/checkbox_unchecked.svg diff --git a/home/games/obs/themes/Catppuccin/Light/checkbox_unchecked_disabled.svg b/home/hyprland/obs/themes/Catppuccin/Light/checkbox_unchecked_disabled.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/checkbox_unchecked_disabled.svg rename to home/hyprland/obs/themes/Catppuccin/Light/checkbox_unchecked_disabled.svg diff --git a/home/games/obs/themes/Catppuccin/Light/checkbox_unchecked_focus.svg b/home/hyprland/obs/themes/Catppuccin/Light/checkbox_unchecked_focus.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/checkbox_unchecked_focus.svg rename to home/hyprland/obs/themes/Catppuccin/Light/checkbox_unchecked_focus.svg diff --git a/home/games/obs/themes/Catppuccin/Light/close.svg b/home/hyprland/obs/themes/Catppuccin/Light/close.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/close.svg rename to home/hyprland/obs/themes/Catppuccin/Light/close.svg diff --git a/home/games/obs/themes/Catppuccin/Light/cogs.svg b/home/hyprland/obs/themes/Catppuccin/Light/cogs.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/cogs.svg rename to home/hyprland/obs/themes/Catppuccin/Light/cogs.svg diff --git a/home/games/obs/themes/Catppuccin/Light/collapse.svg b/home/hyprland/obs/themes/Catppuccin/Light/collapse.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/collapse.svg rename to home/hyprland/obs/themes/Catppuccin/Light/collapse.svg diff --git a/home/games/obs/themes/Catppuccin/Light/dots-vert.svg b/home/hyprland/obs/themes/Catppuccin/Light/dots-vert.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/dots-vert.svg rename to home/hyprland/obs/themes/Catppuccin/Light/dots-vert.svg diff --git a/home/games/obs/themes/Catppuccin/Light/dots.svg b/home/hyprland/obs/themes/Catppuccin/Light/dots.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/dots.svg rename to home/hyprland/obs/themes/Catppuccin/Light/dots.svg diff --git a/home/games/obs/themes/Catppuccin/Light/down.svg b/home/hyprland/obs/themes/Catppuccin/Light/down.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/down.svg rename to home/hyprland/obs/themes/Catppuccin/Light/down.svg diff --git a/home/games/obs/themes/Catppuccin/Light/entry-clear.svg b/home/hyprland/obs/themes/Catppuccin/Light/entry-clear.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/entry-clear.svg rename to home/hyprland/obs/themes/Catppuccin/Light/entry-clear.svg diff --git a/home/games/obs/themes/Catppuccin/Light/expand.svg b/home/hyprland/obs/themes/Catppuccin/Light/expand.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/expand.svg rename to home/hyprland/obs/themes/Catppuccin/Light/expand.svg diff --git a/home/games/obs/themes/Catppuccin/Light/filter.svg b/home/hyprland/obs/themes/Catppuccin/Light/filter.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/filter.svg rename to home/hyprland/obs/themes/Catppuccin/Light/filter.svg diff --git a/home/games/obs/themes/Catppuccin/Light/interact.svg b/home/hyprland/obs/themes/Catppuccin/Light/interact.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/interact.svg rename to home/hyprland/obs/themes/Catppuccin/Light/interact.svg diff --git a/home/games/obs/themes/Catppuccin/Light/left.svg b/home/hyprland/obs/themes/Catppuccin/Light/left.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/left.svg rename to home/hyprland/obs/themes/Catppuccin/Light/left.svg diff --git a/home/games/obs/themes/Catppuccin/Light/locked.svg b/home/hyprland/obs/themes/Catppuccin/Light/locked.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/locked.svg rename to home/hyprland/obs/themes/Catppuccin/Light/locked.svg diff --git a/home/games/obs/themes/Catppuccin/Light/media-pause.svg b/home/hyprland/obs/themes/Catppuccin/Light/media-pause.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/media-pause.svg rename to home/hyprland/obs/themes/Catppuccin/Light/media-pause.svg diff --git a/home/games/obs/themes/Catppuccin/Light/media/media_next.svg b/home/hyprland/obs/themes/Catppuccin/Light/media/media_next.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/media/media_next.svg rename to home/hyprland/obs/themes/Catppuccin/Light/media/media_next.svg diff --git a/home/games/obs/themes/Catppuccin/Light/media/media_pause.svg b/home/hyprland/obs/themes/Catppuccin/Light/media/media_pause.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/media/media_pause.svg rename to home/hyprland/obs/themes/Catppuccin/Light/media/media_pause.svg diff --git a/home/games/obs/themes/Catppuccin/Light/media/media_play.svg b/home/hyprland/obs/themes/Catppuccin/Light/media/media_play.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/media/media_play.svg rename to home/hyprland/obs/themes/Catppuccin/Light/media/media_play.svg diff --git a/home/games/obs/themes/Catppuccin/Light/media/media_previous.svg b/home/hyprland/obs/themes/Catppuccin/Light/media/media_previous.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/media/media_previous.svg rename to home/hyprland/obs/themes/Catppuccin/Light/media/media_previous.svg diff --git a/home/games/obs/themes/Catppuccin/Light/media/media_restart.svg b/home/hyprland/obs/themes/Catppuccin/Light/media/media_restart.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/media/media_restart.svg rename to home/hyprland/obs/themes/Catppuccin/Light/media/media_restart.svg diff --git a/home/games/obs/themes/Catppuccin/Light/media/media_stop.svg b/home/hyprland/obs/themes/Catppuccin/Light/media/media_stop.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/media/media_stop.svg rename to home/hyprland/obs/themes/Catppuccin/Light/media/media_stop.svg diff --git a/home/games/obs/themes/Catppuccin/Light/minus.svg b/home/hyprland/obs/themes/Catppuccin/Light/minus.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/minus.svg rename to home/hyprland/obs/themes/Catppuccin/Light/minus.svg diff --git a/home/games/obs/themes/Catppuccin/Light/mute.svg b/home/hyprland/obs/themes/Catppuccin/Light/mute.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/mute.svg rename to home/hyprland/obs/themes/Catppuccin/Light/mute.svg diff --git a/home/games/obs/themes/Catppuccin/Light/no_sources.svg b/home/hyprland/obs/themes/Catppuccin/Light/no_sources.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/no_sources.svg rename to home/hyprland/obs/themes/Catppuccin/Light/no_sources.svg diff --git a/home/games/obs/themes/Catppuccin/Light/plus.svg b/home/hyprland/obs/themes/Catppuccin/Light/plus.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/plus.svg rename to home/hyprland/obs/themes/Catppuccin/Light/plus.svg diff --git a/home/games/obs/themes/Catppuccin/Light/popout.svg b/home/hyprland/obs/themes/Catppuccin/Light/popout.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/popout.svg rename to home/hyprland/obs/themes/Catppuccin/Light/popout.svg diff --git a/home/games/obs/themes/Catppuccin/Light/refresh.svg b/home/hyprland/obs/themes/Catppuccin/Light/refresh.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/refresh.svg rename to home/hyprland/obs/themes/Catppuccin/Light/refresh.svg diff --git a/home/games/obs/themes/Catppuccin/Light/revert.svg b/home/hyprland/obs/themes/Catppuccin/Light/revert.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/revert.svg rename to home/hyprland/obs/themes/Catppuccin/Light/revert.svg diff --git a/home/games/obs/themes/Catppuccin/Light/right.svg b/home/hyprland/obs/themes/Catppuccin/Light/right.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/right.svg rename to home/hyprland/obs/themes/Catppuccin/Light/right.svg diff --git a/home/games/obs/themes/Catppuccin/Light/save.svg b/home/hyprland/obs/themes/Catppuccin/Light/save.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/save.svg rename to home/hyprland/obs/themes/Catppuccin/Light/save.svg diff --git a/home/games/obs/themes/Catppuccin/Light/settings/accessibility.svg b/home/hyprland/obs/themes/Catppuccin/Light/settings/accessibility.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/settings/accessibility.svg rename to home/hyprland/obs/themes/Catppuccin/Light/settings/accessibility.svg diff --git a/home/games/obs/themes/Catppuccin/Light/settings/advanced.svg b/home/hyprland/obs/themes/Catppuccin/Light/settings/advanced.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/settings/advanced.svg rename to home/hyprland/obs/themes/Catppuccin/Light/settings/advanced.svg diff --git a/home/games/obs/themes/Catppuccin/Light/settings/audio.svg b/home/hyprland/obs/themes/Catppuccin/Light/settings/audio.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/settings/audio.svg rename to home/hyprland/obs/themes/Catppuccin/Light/settings/audio.svg diff --git a/home/games/obs/themes/Catppuccin/Light/settings/general.svg b/home/hyprland/obs/themes/Catppuccin/Light/settings/general.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/settings/general.svg rename to home/hyprland/obs/themes/Catppuccin/Light/settings/general.svg diff --git a/home/games/obs/themes/Catppuccin/Light/settings/hotkeys.svg b/home/hyprland/obs/themes/Catppuccin/Light/settings/hotkeys.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/settings/hotkeys.svg rename to home/hyprland/obs/themes/Catppuccin/Light/settings/hotkeys.svg diff --git a/home/games/obs/themes/Catppuccin/Light/settings/output.svg b/home/hyprland/obs/themes/Catppuccin/Light/settings/output.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/settings/output.svg rename to home/hyprland/obs/themes/Catppuccin/Light/settings/output.svg diff --git a/home/games/obs/themes/Catppuccin/Light/settings/stream.svg b/home/hyprland/obs/themes/Catppuccin/Light/settings/stream.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/settings/stream.svg rename to home/hyprland/obs/themes/Catppuccin/Light/settings/stream.svg diff --git a/home/games/obs/themes/Catppuccin/Light/settings/video.svg b/home/hyprland/obs/themes/Catppuccin/Light/settings/video.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/settings/video.svg rename to home/hyprland/obs/themes/Catppuccin/Light/settings/video.svg diff --git a/home/games/obs/themes/Catppuccin/Light/sources/brush.svg b/home/hyprland/obs/themes/Catppuccin/Light/sources/brush.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/sources/brush.svg rename to home/hyprland/obs/themes/Catppuccin/Light/sources/brush.svg diff --git a/home/games/obs/themes/Catppuccin/Light/sources/camera.svg b/home/hyprland/obs/themes/Catppuccin/Light/sources/camera.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/sources/camera.svg rename to home/hyprland/obs/themes/Catppuccin/Light/sources/camera.svg diff --git a/home/games/obs/themes/Catppuccin/Light/sources/default.svg b/home/hyprland/obs/themes/Catppuccin/Light/sources/default.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/sources/default.svg rename to home/hyprland/obs/themes/Catppuccin/Light/sources/default.svg diff --git a/home/games/obs/themes/Catppuccin/Light/sources/gamepad.svg b/home/hyprland/obs/themes/Catppuccin/Light/sources/gamepad.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/sources/gamepad.svg rename to home/hyprland/obs/themes/Catppuccin/Light/sources/gamepad.svg diff --git a/home/games/obs/themes/Catppuccin/Light/sources/globe.svg b/home/hyprland/obs/themes/Catppuccin/Light/sources/globe.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/sources/globe.svg rename to home/hyprland/obs/themes/Catppuccin/Light/sources/globe.svg diff --git a/home/games/obs/themes/Catppuccin/Light/sources/group.svg b/home/hyprland/obs/themes/Catppuccin/Light/sources/group.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/sources/group.svg rename to home/hyprland/obs/themes/Catppuccin/Light/sources/group.svg diff --git a/home/games/obs/themes/Catppuccin/Light/sources/image.svg b/home/hyprland/obs/themes/Catppuccin/Light/sources/image.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/sources/image.svg rename to home/hyprland/obs/themes/Catppuccin/Light/sources/image.svg diff --git a/home/games/obs/themes/Catppuccin/Light/sources/media.svg b/home/hyprland/obs/themes/Catppuccin/Light/sources/media.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/sources/media.svg rename to home/hyprland/obs/themes/Catppuccin/Light/sources/media.svg diff --git a/home/games/obs/themes/Catppuccin/Light/sources/microphone.svg b/home/hyprland/obs/themes/Catppuccin/Light/sources/microphone.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/sources/microphone.svg rename to home/hyprland/obs/themes/Catppuccin/Light/sources/microphone.svg diff --git a/home/games/obs/themes/Catppuccin/Light/sources/scene.svg b/home/hyprland/obs/themes/Catppuccin/Light/sources/scene.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/sources/scene.svg rename to home/hyprland/obs/themes/Catppuccin/Light/sources/scene.svg diff --git a/home/games/obs/themes/Catppuccin/Light/sources/slideshow.svg b/home/hyprland/obs/themes/Catppuccin/Light/sources/slideshow.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/sources/slideshow.svg rename to home/hyprland/obs/themes/Catppuccin/Light/sources/slideshow.svg diff --git a/home/games/obs/themes/Catppuccin/Light/sources/text.svg b/home/hyprland/obs/themes/Catppuccin/Light/sources/text.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/sources/text.svg rename to home/hyprland/obs/themes/Catppuccin/Light/sources/text.svg diff --git a/home/games/obs/themes/Catppuccin/Light/sources/window.svg b/home/hyprland/obs/themes/Catppuccin/Light/sources/window.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/sources/window.svg rename to home/hyprland/obs/themes/Catppuccin/Light/sources/window.svg diff --git a/home/games/obs/themes/Catppuccin/Light/sources/windowaudio.svg b/home/hyprland/obs/themes/Catppuccin/Light/sources/windowaudio.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/sources/windowaudio.svg rename to home/hyprland/obs/themes/Catppuccin/Light/sources/windowaudio.svg diff --git a/home/games/obs/themes/Catppuccin/Light/trash.svg b/home/hyprland/obs/themes/Catppuccin/Light/trash.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/trash.svg rename to home/hyprland/obs/themes/Catppuccin/Light/trash.svg diff --git a/home/games/obs/themes/Catppuccin/Light/up.svg b/home/hyprland/obs/themes/Catppuccin/Light/up.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/up.svg rename to home/hyprland/obs/themes/Catppuccin/Light/up.svg diff --git a/home/games/obs/themes/Catppuccin/Light/updown.svg b/home/hyprland/obs/themes/Catppuccin/Light/updown.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/updown.svg rename to home/hyprland/obs/themes/Catppuccin/Light/updown.svg diff --git a/home/games/obs/themes/Catppuccin/Light/visible.svg b/home/hyprland/obs/themes/Catppuccin/Light/visible.svg similarity index 100% rename from home/games/obs/themes/Catppuccin/Light/visible.svg rename to home/hyprland/obs/themes/Catppuccin/Light/visible.svg