mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-11 15:46:55 +02:00
feat: swayosd and rofi packages for setup script
This commit is contained in:
parent
db45ebc6dd
commit
9d5a6961e4
4 changed files with 4 additions and 3 deletions
|
@ -13,7 +13,7 @@ gtk-menu-images=true
|
||||||
gtk-modules=colorreload-gtk-module
|
gtk-modules=colorreload-gtk-module
|
||||||
gtk-primary-button-warps-slider=true
|
gtk-primary-button-warps-slider=true
|
||||||
gtk-sound-theme-name=ocean
|
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-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
|
||||||
gtk-toolbar-style=3
|
gtk-toolbar-style=3
|
||||||
gtk-xft-antialias=1
|
gtk-xft-antialias=1
|
||||||
|
|
|
@ -20,6 +20,7 @@ x-scheme-handler/jetbrains=jetbrains-toolbox.desktop
|
||||||
x-scheme-handler/fleet=jetbrains-fleet.desktop
|
x-scheme-handler/fleet=jetbrains-fleet.desktop
|
||||||
x-scheme-handler/discord-424004941485572097=discord-424004941485572097.desktop
|
x-scheme-handler/discord-424004941485572097=discord-424004941485572097.desktop
|
||||||
x-scheme-handler/mailto=google-chrome.desktop
|
x-scheme-handler/mailto=google-chrome.desktop
|
||||||
|
x-scheme-handler/vscode=code-url-handler.desktop
|
||||||
|
|
||||||
[Added Associations]
|
[Added Associations]
|
||||||
x-scheme-handler/http=userapp-Firefox-QKWUJ2.desktop;userapp-Firefox-Q5DTJ2.desktop;
|
x-scheme-handler/http=userapp-Firefox-QKWUJ2.desktop;userapp-Firefox-Q5DTJ2.desktop;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit cb839715020ad6ee697103014580aadea1479702
|
Subproject commit e272e922a717330d099064eaa7420f28b5c4ad30
|
2
setup.sh
2
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
|
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..."
|
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() {
|
setup_services() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue