moved from pacman hyprland to hyprland git

main
The_miro 2025-02-18 22:29:00 +01:00
parent cbb60f9863
commit 785f3d2ebd
2 changed files with 36 additions and 6 deletions

View File

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

View File

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