Update Hyprland to v0.45.0
This commit is contained in:
parent
9b3accfb96
commit
6ea4904537
|
@ -51,6 +51,7 @@
|
||||||
- libxcb-composite0-dev
|
- libxcb-composite0-dev
|
||||||
- libxcb-res0-dev
|
- libxcb-res0-dev
|
||||||
- xwayland
|
- xwayland
|
||||||
|
- libzip4t64
|
||||||
# xdg-desktop-portal-hyprland
|
# xdg-desktop-portal-hyprland
|
||||||
- qt6-base-dev
|
- qt6-base-dev
|
||||||
- libspa-0.2-dev
|
- libspa-0.2-dev
|
||||||
|
@ -77,7 +78,7 @@
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: 'https://github.com/hyprwm/hyprutils.git'
|
repo: 'https://github.com/hyprwm/hyprutils.git'
|
||||||
dest: /usr/local/src/hyprutils
|
dest: /usr/local/src/hyprutils
|
||||||
version: v0.2.3
|
version: v0.2.6
|
||||||
force: true
|
force: true
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
|
@ -93,7 +94,7 @@
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: 'https://github.com/hyprwm/hyprlang.git'
|
repo: 'https://github.com/hyprwm/hyprlang.git'
|
||||||
dest: /usr/local/src/hyprlang
|
dest: /usr/local/src/hyprlang
|
||||||
version: v0.5.2
|
version: v0.5.3
|
||||||
force: true
|
force: true
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
|
@ -101,7 +102,7 @@
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: 'https://github.com/hyprwm/hyprcursor.git'
|
repo: 'https://github.com/hyprwm/hyprcursor.git'
|
||||||
dest: /usr/local/src/hyprcursor
|
dest: /usr/local/src/hyprcursor
|
||||||
version: v0.1.9
|
version: v0.1.10
|
||||||
force: true
|
force: true
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
|
@ -109,15 +110,14 @@
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: 'https://github.com/hyprwm/xdg-desktop-portal-hyprland.git'
|
repo: 'https://github.com/hyprwm/xdg-desktop-portal-hyprland.git'
|
||||||
dest: /usr/local/src/xdg-desktop-portal-hyprland
|
dest: /usr/local/src/xdg-desktop-portal-hyprland
|
||||||
version: v1.3.6
|
version: v1.3.8
|
||||||
force: true
|
force: true
|
||||||
recursive: true
|
|
||||||
|
|
||||||
- name: Checkout Aquamarine repo
|
- name: Checkout Aquamarine repo
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: 'https://github.com/hyprwm/aquamarine.git'
|
repo: 'https://github.com/hyprwm/aquamarine.git'
|
||||||
dest: /usr/local/src/Aquamarine
|
dest: /usr/local/src/Aquamarine
|
||||||
version: v0.3.1
|
version: v0.5.0
|
||||||
force: true
|
force: true
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
repo: 'https://github.com/hyprwm/Hyprland.git'
|
repo: 'https://github.com/hyprwm/Hyprland.git'
|
||||||
dest: /usr/local/src/Hyprland
|
dest: /usr/local/src/Hyprland
|
||||||
version: v0.44.1
|
version: v0.45.0
|
||||||
force: true
|
force: true
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
chdir: /usr/local/src/hyprutils
|
chdir: /usr/local/src/hyprutils
|
||||||
loop:
|
loop:
|
||||||
- "cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build"
|
- "cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build"
|
||||||
- "cmake --build ./build --config Release --target all"
|
- "cmake --build ./build --config Release --target all --parallel 4"
|
||||||
|
|
||||||
- name: Install hyprutils
|
- name: Install hyprutils
|
||||||
become: yes
|
become: yes
|
||||||
|
@ -149,7 +149,7 @@
|
||||||
chdir: /usr/local/src/hyprwayland-scanner
|
chdir: /usr/local/src/hyprwayland-scanner
|
||||||
loop:
|
loop:
|
||||||
- "cmake -DCMAKE_INSTALL_PREFIX=/usr -B build"
|
- "cmake -DCMAKE_INSTALL_PREFIX=/usr -B build"
|
||||||
- "cmake --build build"
|
- "cmake --build build --parallel 4"
|
||||||
|
|
||||||
- name: Install hyprwayland-scanner
|
- name: Install hyprwayland-scanner
|
||||||
become: yes
|
become: yes
|
||||||
|
@ -163,7 +163,7 @@
|
||||||
chdir: /usr/local/src/hyprlang
|
chdir: /usr/local/src/hyprlang
|
||||||
loop:
|
loop:
|
||||||
- "cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B build"
|
- "cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B build"
|
||||||
- "cmake --build build --config Release --target hyprlang"
|
- "cmake --build build --config Release --target hyprlang --parallel 4"
|
||||||
|
|
||||||
- name: Install hyprlang
|
- name: Install hyprlang
|
||||||
become: yes
|
become: yes
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
chdir: /usr/local/src/hyprcursor
|
chdir: /usr/local/src/hyprcursor
|
||||||
loop:
|
loop:
|
||||||
- "cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build"
|
- "cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build"
|
||||||
- "cmake --build build --config Release --target all"
|
- "cmake --build build --config Release --target all --parallel 4"
|
||||||
|
|
||||||
- name: Install hyprcursor
|
- name: Install hyprcursor
|
||||||
become: yes
|
become: yes
|
||||||
|
@ -191,7 +191,7 @@
|
||||||
chdir: /usr/local/src/Aquamarine
|
chdir: /usr/local/src/Aquamarine
|
||||||
loop:
|
loop:
|
||||||
- "cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build"
|
- "cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build"
|
||||||
- "cmake --build ./build --config Release --target all"
|
- "cmake --build ./build --config Release --target all --parallel 4"
|
||||||
|
|
||||||
- name: Install Aquamarine
|
- name: Install Aquamarine
|
||||||
become: yes
|
become: yes
|
||||||
|
@ -203,6 +203,7 @@
|
||||||
community.general.make:
|
community.general.make:
|
||||||
chdir: /usr/local/src/Hyprland
|
chdir: /usr/local/src/Hyprland
|
||||||
target: all
|
target: all
|
||||||
|
jobs: 4
|
||||||
|
|
||||||
- name: Install Hyprland
|
- name: Install Hyprland
|
||||||
become: true
|
become: true
|
||||||
|
@ -216,7 +217,7 @@
|
||||||
chdir: /usr/local/src/xdg-desktop-portal-hyprland
|
chdir: /usr/local/src/xdg-desktop-portal-hyprland
|
||||||
loop:
|
loop:
|
||||||
- "cmake -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib -DCMAKE_INSTALL_PREFIX=/usr -B build"
|
- "cmake -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib -DCMAKE_INSTALL_PREFIX=/usr -B build"
|
||||||
- "cmake --build build"
|
- "cmake --build build --parallel 4"
|
||||||
|
|
||||||
- name: Install xdg-desktop-portal-hyprland
|
- name: Install xdg-desktop-portal-hyprland
|
||||||
become: yes
|
become: yes
|
||||||
|
|
|
@ -55,10 +55,12 @@ decoration {
|
||||||
vibrancy = 0.1696
|
vibrancy = 0.1696
|
||||||
}
|
}
|
||||||
|
|
||||||
drop_shadow = true
|
shadow {
|
||||||
shadow_range = 4
|
enabled = true
|
||||||
shadow_render_power = 3
|
range = 4
|
||||||
col.shadow = rgba(1a1a1aee)
|
render_power = 3
|
||||||
|
color = rgba(1a1a1aee)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||||
|
|
Loading…
Reference in a new issue