File tree 5 files changed +20
-16
lines changed
5 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 1
1
## Changelogs
2
2
3
+ ## 29 Aug 2024
4
+ - switched over to non-git wallust package
5
+ - improved indentions on some install scripts
6
+
3
7
## 28 Aug 2024
4
8
- Added final check if hyprland is installed and will give an error to user
5
9
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ hypr_package=(
40
40
swappy
41
41
swaync
42
42
swww
43
- wallust-git
43
+ wallust
44
44
waybar
45
45
wget
46
46
wl-clipboard
Original file line number Diff line number Diff line change 7
7
# and also, ensure that packages are present in AUR and official Arch Repo
8
8
9
9
fonts=(
10
- adobe-source-code-pro-fonts
11
- noto-fonts-emoji
12
- otf-font-awesome
13
- ttf-droid
14
- ttf-fira-code
15
- ttf-jetbrains-mono
16
- ttf-jetbrains-mono-nerd
10
+ adobe-source-code-pro-fonts
11
+ noto-fonts-emoji
12
+ otf-font-awesome
13
+ ttf-droid
14
+ ttf-fira-code
15
+ ttf-jetbrains-mono
16
+ ttf-jetbrains-mono-nerd
17
17
)
18
18
19
19
Original file line number Diff line number Diff line change 3
3
# Thunar #
4
4
5
5
thunar=(
6
- thunar
7
- thunar-volman
8
- tumbler
9
- ffmpegthumbnailer
10
- file-roller
11
- thunar-archive-plugin
6
+ thunar
7
+ thunar-volman
8
+ tumbler
9
+ ffmpegthumbnailer
10
+ file-roller
11
+ thunar-archive-plugin
12
12
)
13
13
14
14
# # WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ if [[ $USE_PRESET = [Yy] ]]; then
6
6
fi
7
7
8
8
xdg=(
9
- xdg-desktop-portal-hyprland
10
- xdg-desktop-portal-gtk
9
+ xdg-desktop-portal-hyprland
10
+ xdg-desktop-portal-gtk
11
11
)
12
12
13
13
# # WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
You can’t perform that action at this time.
0 commit comments