Merge pull request #189 from JaKooLit/main

main to development
This commit is contained in:
Ja.KooLit
2025-01-16 06:30:08 +09:00
committed by GitHub
4 changed files with 21 additions and 3 deletions

View File

@@ -1,5 +1,14 @@
## Changelogs ## Changelogs
## 13 Jan 2025
- replaced polkit-gnome with hyprpolkitagent
## 12 Jan 2025
- switch to final version of aylurs-gtk-shell-v1
## 11 Jan 2025
- added cachyos-hyprland-settings to uninstall
## 06 Jan 2025 ## 06 Jan 2025
- added copying of modified fastfetch-compact for Arch - added copying of modified fastfetch-compact for Arch
- default theme for oh my zsh theme is now "funky" - default theme for oh my zsh theme is now "funky"

View File

@@ -19,6 +19,10 @@
<a href="#gallery-and-videos"><kbd><br>Gallery<br></kbd></a>&ensp;&ensp; <a href="#gallery-and-videos"><kbd><br>Gallery<br></kbd></a>&ensp;&ensp;
</div><br> </div><br>
<p align="center">
<img src="https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/assets/latte.png" width="200" />
</p>
<div align="center"> <div align="center">
👇 KOOL's Hyprland-Dots related Links 👇 👇 KOOL's Hyprland-Dots related Links 👇
<br/> <br/>
@@ -33,6 +37,10 @@
<a href="https://discord.gg/9JEgZsfhex"><kbd><br>Discord<br></kbd></a> <a href="https://discord.gg/9JEgZsfhex"><kbd><br>Discord<br></kbd></a>
</div><br> </div><br>
<p align="center">
<img src="https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/assets/latte.png" width="200" />
</p>
<h3 align="center"> <h3 align="center">
<img src="https://github.com/JaKooLit/Telegram-Animated-Emojis/blob/main/Activity/Sparkles.webp" alt="Sparkles" width="38" height="38" /> <img src="https://github.com/JaKooLit/Telegram-Animated-Emojis/blob/main/Activity/Sparkles.webp" alt="Sparkles" width="38" height="38" />
KooL Hyprland-Dotfiles Showcase KooL Hyprland-Dotfiles Showcase

View File

@@ -18,6 +18,7 @@ hypr_package=(
grim grim
gvfs gvfs
gvfs-mtp gvfs-mtp
hyprpolkitagent
imagemagick imagemagick
inxi inxi
jq jq
@@ -29,7 +30,6 @@ hypr_package=(
pavucontrol pavucontrol
pipewire-alsa pipewire-alsa
playerctl playerctl
polkit-gnome
python-requests python-requests
python-pyquery python-pyquery
qt5ct qt5ct
@@ -74,6 +74,7 @@ uninstall=(
aylurs-gtk-shell aylurs-gtk-shell
dunst dunst
mako mako
cachyos-hyprland-settings
rofi rofi
wallust-git wallust-git
) )

View File

@@ -17,7 +17,7 @@ ags=(
) )
# specific tags to download # specific tags to download
ags_tag="v1.8.2" ags_tag="v1.9.0"
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
# Determine the directory where the script is located # Determine the directory where the script is located
@@ -49,7 +49,7 @@ done
printf "\n%.0s" {1..1} printf "\n%.0s" {1..1}
# ags # ags
printf "${NOTE} Install and Compiling Aylurs GTK shell v1.8.2..\n" printf "${NOTE} Install and Compiling Aylurs GTK shell $ags_tag..\n"
# Check if folder exists and remove it # Check if folder exists and remove it
if [ -d "ags" ]; then if [ -d "ags" ]; then