@@ -1,5 +1,14 @@
|
||||
## 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
|
||||
- added copying of modified fastfetch-compact for Arch
|
||||
- default theme for oh my zsh theme is now "funky"
|
||||
|
||||
@@ -19,6 +19,10 @@
|
||||
<a href="#gallery-and-videos"><kbd> <br> Gallery <br> </kbd></a>  
|
||||
</div><br>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/assets/latte.png" width="200" />
|
||||
</p>
|
||||
|
||||
<div align="center">
|
||||
👇 KOOL's Hyprland-Dots related Links 👇
|
||||
<br/>
|
||||
@@ -33,6 +37,10 @@
|
||||
<a href="https://discord.gg/9JEgZsfhex"><kbd> <br> Discord <br> </kbd></a>
|
||||
</div><br>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/JaKooLit/Hyprland-Dots/main/assets/latte.png" width="200" />
|
||||
</p>
|
||||
|
||||
<h3 align="center">
|
||||
<img src="https://github.com/JaKooLit/Telegram-Animated-Emojis/blob/main/Activity/Sparkles.webp" alt="Sparkles" width="38" height="38" />
|
||||
KooL Hyprland-Dotfiles Showcase
|
||||
|
||||
@@ -18,6 +18,7 @@ hypr_package=(
|
||||
grim
|
||||
gvfs
|
||||
gvfs-mtp
|
||||
hyprpolkitagent
|
||||
imagemagick
|
||||
inxi
|
||||
jq
|
||||
@@ -29,7 +30,6 @@ hypr_package=(
|
||||
pavucontrol
|
||||
pipewire-alsa
|
||||
playerctl
|
||||
polkit-gnome
|
||||
python-requests
|
||||
python-pyquery
|
||||
qt5ct
|
||||
@@ -74,6 +74,7 @@ uninstall=(
|
||||
aylurs-gtk-shell
|
||||
dunst
|
||||
mako
|
||||
cachyos-hyprland-settings
|
||||
rofi
|
||||
wallust-git
|
||||
)
|
||||
|
||||
@@ -17,7 +17,7 @@ ags=(
|
||||
)
|
||||
|
||||
# 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! ##
|
||||
# Determine the directory where the script is located
|
||||
@@ -49,7 +49,7 @@ done
|
||||
|
||||
printf "\n%.0s" {1..1}
|
||||
# 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
|
||||
if [ -d "ags" ]; then
|
||||
|
||||
Reference in New Issue
Block a user