From 9d5a6961e42a55a844f162147f97e34a304c62ae Mon Sep 17 00:00:00 2001
From: hesam-init <hesam.init@gmail.com>
Date: Sat, 4 Jan 2025 10:54:13 +0330
Subject: [PATCH] feat: swayosd and rofi packages for setup script

---
 hypr-configs/dotfiles/gtk-3.0/settings.ini | 2 +-
 hypr-configs/dotfiles/mimeapps.list        | 1 +
 linux-configs                              | 2 +-
 setup.sh                                   | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/hypr-configs/dotfiles/gtk-3.0/settings.ini b/hypr-configs/dotfiles/gtk-3.0/settings.ini
index ccbf4a9..5de5c73 100644
--- a/hypr-configs/dotfiles/gtk-3.0/settings.ini
+++ b/hypr-configs/dotfiles/gtk-3.0/settings.ini
@@ -13,7 +13,7 @@ gtk-menu-images=true
 gtk-modules=colorreload-gtk-module
 gtk-primary-button-warps-slider=true
 gtk-sound-theme-name=ocean
-gtk-theme-name=Colloid-Dark
+gtk-theme-name=Fluent-round-Light
 gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
 gtk-toolbar-style=3
 gtk-xft-antialias=1
diff --git a/hypr-configs/dotfiles/mimeapps.list b/hypr-configs/dotfiles/mimeapps.list
index 1de63eb..1c467b5 100644
--- a/hypr-configs/dotfiles/mimeapps.list
+++ b/hypr-configs/dotfiles/mimeapps.list
@@ -20,6 +20,7 @@ x-scheme-handler/jetbrains=jetbrains-toolbox.desktop
 x-scheme-handler/fleet=jetbrains-fleet.desktop
 x-scheme-handler/discord-424004941485572097=discord-424004941485572097.desktop
 x-scheme-handler/mailto=google-chrome.desktop
+x-scheme-handler/vscode=code-url-handler.desktop
 
 [Added Associations]
 x-scheme-handler/http=userapp-Firefox-QKWUJ2.desktop;userapp-Firefox-Q5DTJ2.desktop;
diff --git a/linux-configs b/linux-configs
index cb83971..e272e92 160000
--- a/linux-configs
+++ b/linux-configs
@@ -1 +1 @@
-Subproject commit cb839715020ad6ee697103014580aadea1479702
+Subproject commit e272e922a717330d099064eaa7420f28b5c4ad30
diff --git a/setup.sh b/setup.sh
index e75c11c..84368e9 100755
--- a/setup.sh
+++ b/setup.sh
@@ -179,7 +179,7 @@ setup_hyprland() {
     echo 'repository=https://github.com/void-land/hyprland-void-packages/releases/latest/download/' | sudo tee /etc/xbps.d/hyprland-packages.conf
 
     log "Updating package manager (xbps) and installing Hyprland packages..."
-    sudo xbps-install -Sy hyprland hyprland-devel aquamarine hyprcursor hypridle hyprland-protocols hyprlang hyprlock hyprpaper hyprutils hyprwayland-scanner xdg-desktop-portal-hyprland
+    sudo xbps-install -Sy rofi-wayland swayosd hyprland hyprland-devel aquamarine hyprcursor hypridle hyprland-protocols hyprlang hyprlock hyprpaper hyprutils hyprwayland-scanner xdg-desktop-portal-hyprland
 }
 
 setup_services() {