From dfb11f22daba65a665fe04388d0397b7fd688242 Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Fri, 19 Apr 2024 17:49:04 +0200 Subject: [PATCH] feat: init commit --- .gitmodules | 3 +++ desktop/PKGBUILD | 18 +++++++++++++++--- hyprland-git | 1 + 3 files changed, 19 insertions(+), 3 deletions(-) create mode 160000 hyprland-git diff --git a/.gitmodules b/.gitmodules index fec9d26..7314a4c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "swaylock-effects-git"] path = swaylock-effects-git url = https://aur.archlinux.org/swaylock-effects-git.git +[submodule "hyprland-git"] + path = hyprland-git + url = https://aur.archlinux.org/hyprland-git.git diff --git a/desktop/PKGBUILD b/desktop/PKGBUILD index 0afe9ac..f2a82bc 100644 --- a/desktop/PKGBUILD +++ b/desktop/PKGBUILD @@ -15,9 +15,11 @@ depends=( 'pipewire-pulse' 'wireplumber' - # Browser: see gitmodules (using Chrome) + # Browser + 'google-chrome' - # Editor: see gitmodules (using VSCodium) + # Editor + 'vscodium-bin' # Email 'thunderbird' @@ -92,10 +94,20 @@ depends=( # DEs (GNOME) 'gnome' 'gnome-extra' + 'qogir-gtk-theme' + 'qogir-icon-theme' # DEs (Hyprland) 'grim' - 'hyprland' + 'hyprland-git' 'slurp' 'swaylock' + 'swaylock-effects-git' + 'waypaper-git' + + # Misc + 'opentabletdriver' + + # Games + 'osu-lazer-bin' ) \ No newline at end of file diff --git a/hyprland-git b/hyprland-git new file mode 160000 index 0000000..83651af --- /dev/null +++ b/hyprland-git @@ -0,0 +1 @@ +Subproject commit 83651af9964a8951a34c8154f50b24acc1489970