switched over to non-git wallust package
This commit is contained in:
parent
6fe4514341
commit
38cb01047c
|
|
@ -1,5 +1,9 @@
|
||||||
## Changelogs
|
## Changelogs
|
||||||
|
|
||||||
|
## 29 Aug 2024
|
||||||
|
- switched over to non-git wallust package
|
||||||
|
- improved indentions on some install scripts
|
||||||
|
|
||||||
## 28 Aug 2024
|
## 28 Aug 2024
|
||||||
- Added final check if hyprland is installed and will give an error to user
|
- Added final check if hyprland is installed and will give an error to user
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ hypr_package=(
|
||||||
swappy
|
swappy
|
||||||
swaync
|
swaync
|
||||||
swww
|
swww
|
||||||
wallust-git
|
wallust
|
||||||
waybar
|
waybar
|
||||||
wget
|
wget
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
|
||||||
|
|
@ -7,13 +7,13 @@
|
||||||
# and also, ensure that packages are present in AUR and official Arch Repo
|
# and also, ensure that packages are present in AUR and official Arch Repo
|
||||||
|
|
||||||
fonts=(
|
fonts=(
|
||||||
adobe-source-code-pro-fonts
|
adobe-source-code-pro-fonts
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
otf-font-awesome
|
otf-font-awesome
|
||||||
ttf-droid
|
ttf-droid
|
||||||
ttf-fira-code
|
ttf-fira-code
|
||||||
ttf-jetbrains-mono
|
ttf-jetbrains-mono
|
||||||
ttf-jetbrains-mono-nerd
|
ttf-jetbrains-mono-nerd
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,12 @@
|
||||||
# Thunar #
|
# Thunar #
|
||||||
|
|
||||||
thunar=(
|
thunar=(
|
||||||
thunar
|
thunar
|
||||||
thunar-volman
|
thunar-volman
|
||||||
tumbler
|
tumbler
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
file-roller
|
file-roller
|
||||||
thunar-archive-plugin
|
thunar-archive-plugin
|
||||||
)
|
)
|
||||||
|
|
||||||
## 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! ##
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@ if [[ $USE_PRESET = [Yy] ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
xdg=(
|
xdg=(
|
||||||
xdg-desktop-portal-hyprland
|
xdg-desktop-portal-hyprland
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
)
|
)
|
||||||
|
|
||||||
## 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! ##
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue