update openbox settings
This commit is contained in:
parent
93bca2d1a9
commit
0e91cd9475
|
@ -1,6 +1,6 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=Marwaita Peppermint
|
gtk-theme-name=Marwaita Peppermint
|
||||||
gtk-icon-theme-name=Tela-circle-red-dark
|
gtk-icon-theme-name=Pepirus
|
||||||
gtk-font-name=Cantarell 10
|
gtk-font-name=Cantarell 10
|
||||||
gtk-cursor-theme-name=Adwaita
|
gtk-cursor-theme-name=Adwaita
|
||||||
gtk-cursor-theme-size=0
|
gtk-cursor-theme-size=0
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
include "~/.gtkrc-2.0.mine"
|
include "~/.gtkrc-2.0.mine"
|
||||||
gtk-theme-name="Marwaita Peppermint"
|
gtk-theme-name="Marwaita Peppermint"
|
||||||
gtk-icon-theme-name="Tela-circle-red-dark"
|
gtk-icon-theme-name="Pepirus"
|
||||||
gtk-font-name="Cantarell 10"
|
gtk-font-name="Cantarell 10"
|
||||||
gtk-cursor-theme-name="Adwaita"
|
gtk-cursor-theme-name="Adwaita"
|
||||||
gtk-cursor-theme-size=0
|
gtk-cursor-theme-size=0
|
||||||
|
|
|
@ -43,6 +43,10 @@ lb config noauto \
|
||||||
--parent-mirror-binary-security https://security.debian.org/debian-security \
|
--parent-mirror-binary-security https://security.debian.org/debian-security \
|
||||||
--mirror-chroot https://deb.debian.org/debian \
|
--mirror-chroot https://deb.debian.org/debian \
|
||||||
--mirror-chroot-security https://security.debian.org/debian-security \
|
--mirror-chroot-security https://security.debian.org/debian-security \
|
||||||
|
--debootstrap-options --include=ca-certificates \
|
||||||
|
--bootstrap-qemu-arch arm64 \
|
||||||
|
--bootloaders grub-efi \
|
||||||
|
--bootstrap-qemu-static /usr/sbin/qemu-debootstrap \
|
||||||
--updates true \
|
--updates true \
|
||||||
--security true \
|
--security true \
|
||||||
--backports false \
|
--backports false \
|
||||||
|
|
|
@ -40,6 +40,7 @@ lb config noauto \
|
||||||
--parent-mirror-binary-security http://deb.devuan.org/merged \
|
--parent-mirror-binary-security http://deb.devuan.org/merged \
|
||||||
--mirror-chroot http://deb.devuan.org/merged \
|
--mirror-chroot http://deb.devuan.org/merged \
|
||||||
--mirror-chroot-security http://deb.devuan.org/merged \
|
--mirror-chroot-security http://deb.devuan.org/merged \
|
||||||
|
--debootstrap-options --include=ca-certificates \
|
||||||
--uefi-secure-boot enable \
|
--uefi-secure-boot enable \
|
||||||
--updates true \
|
--updates true \
|
||||||
--security true \
|
--security true \
|
||||||
|
|
|
@ -40,6 +40,7 @@ lb config noauto \
|
||||||
--parent-mirror-binary-security http://deb.devuan.org/merged \
|
--parent-mirror-binary-security http://deb.devuan.org/merged \
|
||||||
--mirror-chroot http://deb.devuan.org/merged \
|
--mirror-chroot http://deb.devuan.org/merged \
|
||||||
--mirror-chroot-security http://deb.devuan.org/merged \
|
--mirror-chroot-security http://deb.devuan.org/merged \
|
||||||
|
--debootstrap-options --include=ca-certificates \
|
||||||
--updates true \
|
--updates true \
|
||||||
--security true \
|
--security true \
|
||||||
--backports false \
|
--backports false \
|
||||||
|
|
|
@ -42,6 +42,10 @@ lb config noauto \
|
||||||
--parent-mirror-binary-security http://deb.devuan.org/merged \
|
--parent-mirror-binary-security http://deb.devuan.org/merged \
|
||||||
--mirror-chroot http://deb.devuan.org/merged \
|
--mirror-chroot http://deb.devuan.org/merged \
|
||||||
--mirror-chroot-security http://deb.devuan.org/merged \
|
--mirror-chroot-security http://deb.devuan.org/merged \
|
||||||
|
--debootstrap-options --include=ca-certificates \
|
||||||
|
--bootstrap-qemu-arch arm64 \
|
||||||
|
--bootloaders grub-efi \
|
||||||
|
--bootstrap-qemu-static /usr/sbin/qemu-debootstrap \
|
||||||
--updates true \
|
--updates true \
|
||||||
--security true \
|
--security true \
|
||||||
--backports false \
|
--backports false \
|
||||||
|
|
Loading…
Reference in New Issue