Updated pkg

This commit is contained in:
adi1090x
2023-04-01 22:53:34 +05:30
parent beeb7a62a2
commit 4ccd17710d
4 changed files with 11 additions and 11 deletions
+5 -5
View File
@@ -2,7 +2,7 @@
pkgname=archcraft-berry
pkgver=2.0
pkgrel=2
pkgrel=3
pkgdesc="Berry Configurations for Archcraft"
url="https://github.com/archcraft-os/archcraft-berry"
arch=('any')
@@ -43,13 +43,13 @@ package() {
chmod +x "$_config"/bin/*
chmod +x "$_config"/rofi/bin/*
install -Dm 755 autostart "$_config"/autostart
install -Dm 644 dunstrc "$_config"/dunstrc
install -Dm 644 picom.conf "$_config"/picom.conf
install -Dm 755 autostart "$_config"/autostart
install -Dm 644 dunstrc "$_config"/dunstrc
install -Dm 644 picom.conf "$_config"/picom.conf
install -Dm 644 picom-ibhagwan.conf "$_config"/picom-ibhagwan.conf
install -Dm 644 picom-jonaburg.conf "$_config"/picom-jonaburg.conf
install -Dm 644 picom-original.conf "$_config"/picom-original.conf
install -Dm 644 sxhkdrc "$_config"/sxhkdrc
install -Dm 644 sxhkdrc "$_config"/sxhkdrc
install -Dm 644 berry.desktop ${pkgdir}/usr/share/xsessions/berry.desktop
}
+2 -2
View File
@@ -5,7 +5,7 @@
#========================= Corners =========================#
corner-radius = 6;
corner-radius = 0;
rounded-corners-exclude = [
# "window_type = 'normal'",
"class_g ?= 'rofi'",
@@ -43,7 +43,7 @@ shadow = true;
shadow-radius = 14;
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
shadow-opacity = 0.30;
shadow-opacity = 0.35;
# The left offset for shadows, in pixels. (defaults to -15)
shadow-offset-x = -12;
+2 -2
View File
@@ -19,7 +19,7 @@ size-transition = true
# Corners #
#################################
# requires: https://github.com/sdhand/compton or https://github.com/jonaburg/picom
corner-radius = 6;
corner-radius = 0;
rounded-corners-exclude = [
# "window_type = 'normal'",
"class_g ?= 'rofi'",
@@ -48,7 +48,7 @@ shadow = true;
shadow-radius = 14;
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
shadow-opacity = 0.30;
shadow-opacity = 0.35;
# The left offset for shadows, in pixels. (defaults to -15)
# shadow-offset-x = -12;
+2 -2
View File
@@ -10,7 +10,7 @@
# Sets the radius of rounded window corners. When > 0, the compositor will
# round the corners of windows. Does not interact well with
# `transparent-clipping`.
corner-radius = 6;
corner-radius = 0;
rounded-corners-exclude = [
# "window_type = 'normal'",
@@ -38,7 +38,7 @@ shadow = true;
shadow-radius = 14;
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
shadow-opacity = 0.30;
shadow-opacity = 0.35;
# The left offset for shadows, in pixels. (defaults to -15)
# shadow-offset-x = -12;