Skip to content

Commit

Permalink
Fix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed May 5, 2024
1 parent 56dd1b4 commit 42689ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[window]
decorations = "full"
opacity = 0.8

[window.dimensions]
columns = 100
lines = 35
Expand Down
6 changes: 3 additions & 3 deletions packages/environments/athena-hyprland-config/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=athena-hyprland-config
_pkgname=dots-hyprland
pkgver=854.b936bb9b
pkgver=865.f4251b71
pkgrel=1
pkgdesc="Hyprland configuration for Athena."
arch=('any')
Expand Down Expand Up @@ -66,8 +66,8 @@ package() {
#install -Dm 644 $srcdir/keybinds.conf "$pkgdir/etc/skel/.config/hypr/"
install -Dm 644 $srcdir/dconf-desktop.ini "$pkgdir/usr/share/$pkgname/"

echo -ne "\n #Hyprland init script\nexec-once = hyprland-init" >> "$pkgdir/etc/skel/.config/hypr/execs.conf"
echo -ne "\n #Set wallpaper\nexec = swww img \$HOME/.config/hypr/wallpaper" >> "$pkgdir/etc/skel/.config/hypr/execs.conf"
echo -ne "\n #Hyprland init script\nexec-once = hyprland-init" >> "$pkgdir/etc/skel/.config/hypr/hyprland/execs.conf"
echo -ne "\n #Set wallpaper\nexec = swww img \$HOME/.config/hypr/wallpaper" >> "$pkgdir/etc/skel/.config/hypr/hyprland/execs.conf"
sed -i '/clipboard-copy/d' "$pkgdir/etc/skel/.config/foot/foot.ini"
sed -i '/clipboard-paste/d' "$pkgdir/etc/skel/.config/foot/foot.ini"

Expand Down
2 changes: 1 addition & 1 deletion packages/os-specific/aegis-tui/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=aegis-tui
pkgver=65.a7404fd
pkgver=67.cad736c
pkgrel=1
pkgdesc='TUI frontend for the Aegis installer.'
license=('GPL3')
Expand Down
2 changes: 1 addition & 1 deletion packages/os-specific/aegis/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=aegis
pkgver=212.6ff8bc6
pkgver=213.72707a7
pkgrel=1
pkgdesc="Scriptable backend installer for Athena OS."
arch=('x86_64' 'aarch64')
Expand Down

0 comments on commit 42689ba

Please sign in to comment.