Skip to content

Commit 38cb010

Browse files
committed
switched over to non-git wallust package
1 parent 6fe4514 commit 38cb010

File tree

5 files changed

+20
-16
lines changed

5 files changed

+20
-16
lines changed

CHANGELOGS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelogs
22

3+
## 29 Aug 2024
4+
- switched over to non-git wallust package
5+
- improved indentions on some install scripts
6+
37
## 28 Aug 2024
48
- Added final check if hyprland is installed and will give an error to user
59

install-scripts/00-hypr-pkgs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ hypr_package=(
4040
swappy
4141
swaync
4242
swww
43-
wallust-git
43+
wallust
4444
waybar
4545
wget
4646
wl-clipboard

install-scripts/fonts.sh

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
# and also, ensure that packages are present in AUR and official Arch Repo
88

99
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
1717
)
1818

1919

install-scripts/thunar.sh

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# Thunar #
44

55
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
1212
)
1313

1414
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##

install-scripts/xdph.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ if [[ $USE_PRESET = [Yy] ]]; then
66
fi
77

88
xdg=(
9-
xdg-desktop-portal-hyprland
10-
xdg-desktop-portal-gtk
9+
xdg-desktop-portal-hyprland
10+
xdg-desktop-portal-gtk
1111
)
1212

1313
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##

0 commit comments

Comments
 (0)