feat: swayosd and rofi packages for setup script

This commit is contained in:
hesam-init 2025-01-04 10:54:13 +03:30
parent db45ebc6dd
commit 9d5a6961e4
4 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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;

@ -1 +1 @@
Subproject commit cb839715020ad6ee697103014580aadea1479702
Subproject commit e272e922a717330d099064eaa7420f28b5c4ad30

View file

@ -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() {