From 785f3d2ebdd1c957e568a534edcb393430eb0fd8 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 18 Feb 2025 22:29:00 +0100 Subject: [PATCH] moved from pacman hyprland to hyprland git --- desktopenvs/hyprland/hypr/hyprland.conf | 38 ++++++++++++++++++++++--- hyprland-eww-wofi-installer.sh | 4 +-- 2 files changed, 36 insertions(+), 6 deletions(-) diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index c82e133..3d76c95 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -90,7 +90,37 @@ general { # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = false + layout = dwindle + +} + +group { + + col.border_active = rgb(E40046) + col.border_inactive = rgb(5018dd) + col.border_locked_active = rgb(f50505) + col.border_locked_inactive = rgb(5018dd) + + #rounding = 10 + + groupbar { + font_family = Agave NerdFont + font_size = 20 + height = 25 + + stacked = false + + text_color = rgb(d6abab) + + #rounding = 10 + + col.active = rgb(E40046) + col.inactive = rgb(5018dd) + + col.locked_active = rgb(E40046) + col.locked_inactive = rgb(5018dd) + } } # https://wiki.hyprland.org/Configuring/Variables/#decoration @@ -265,10 +295,10 @@ bind = $mainMod ALT, left, resizeactive, -10 0 bind = $mainMod ALT, up, resizeactive, 0 -10 bind = $mainMod ALT, down, resizeactive, 0 10 -bind = $mainMod SHIFT, left, movewindoworgroup, l -bind = $mainMod SHIFT, right, movewindoworgroup, r -bind = $mainMod SHIFT, up, movewindoworgroup, u -bind = $mainMod SHIFT, down, movewindoworgroup, d +bind = $mainMod SHIFT, left, movewindow, l +bind = $mainMod SHIFT, right, movewindow, r +bind = $mainMod SHIFT, up, movewindow, u +bind = $mainMod SHIFT, down, movewindow, d bind = $mainMod, G, togglegroup, bind = $mainMod SHIFT, G, lockactivegroup, toggle diff --git a/hyprland-eww-wofi-installer.sh b/hyprland-eww-wofi-installer.sh index 1952362..040507a 100644 --- a/hyprland-eww-wofi-installer.sh +++ b/hyprland-eww-wofi-installer.sh @@ -1,7 +1,7 @@ #!/bin/bash #install components echo "Installing required Packages" -sudo pacman -S --noconfirm alacritty alsa-utils atftp base base-devel bash-language-server btop btrfs-progs bluez clang curl dolphin dunst ffmpeg fastfetch firefox flatpak fzf gcc git gnu-netcat greetd-tuigreet grim grub gst-plugin-pipewire htop hyfetch hyprland imagemagick inetutils iwd jq kitty ldns libpulse linux linux-firmware lua-language-server micro nano networkmanager nmap openssh pulsemixer pipewire nerd-fonts otf-font-awesome pipewire pipewire-alsa pipewire-jack pipewire-pulse polkit-kde-agent qt5-wayland qt6-wayland slurp smartmontools swww traceroute ttf-jetbrains-mono ufw unzip vim waybar wget wireless_tools wireplumber wireshark-qt wofi wpa_supplicant wl-clipboard qt6ct xdg-desktop-portal-hyprland xdg-utils xf86-video-amdgpu xf86-video-ati xf86-video-nouveau xf86-video-vmware xorg-server xorg-xinit yazi zip zram-generator z zsh +sudo pacman -S --noconfirm alacritty alsa-utils atftp base base-devel bash-language-server btop btrfs-progs bluez clang curl dolphin dunst ffmpeg fastfetch firefox flatpak fzf gcc git gnu-netcat greetd-tuigreet grim grub gst-plugin-pipewire htop hyfetch imagemagick inetutils iwd jq kitty ldns libpulse linux linux-firmware lua-language-server micro nano networkmanager nmap openssh pulsemixer pipewire nerd-fonts otf-font-awesome pipewire pipewire-alsa pipewire-jack pipewire-pulse polkit-kde-agent qt5-wayland qt6-wayland slurp smartmontools swww traceroute ttf-jetbrains-mono ufw unzip vim waybar wget wireless_tools wireplumber wireshark-qt wofi wpa_supplicant wl-clipboard qt6ct xdg-desktop-portal-hyprland xdg-utils xf86-video-amdgpu xf86-video-ati xf86-video-nouveau xf86-video-vmware xorg-server xorg-xinit yazi zip zram-generator z zsh #aur/yay setup echo "Installing yay" @@ -20,7 +20,7 @@ sudo systemctl enable NetworkManager.service #AUR list echo "Installing AUR packages" -No | LANG=C yay -Syu --noprovides --answerdiff None --answerclean None --mflags "--noconfirm" hyprland-workspaces bluetuith tio fast-ssh uftpd +No | LANG=C yay -Syu --noprovides --answerdiff None --answerclean None --mflags "--noconfirm" hyprland-git hyprland-workspaces bluetuith tio fast-ssh uftpd #eww compilation echo "compiling EWW"