diff --git a/README.md b/README.md index 885a1952..e3fc4765 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ -# Lenovo Yoga 6 13ALC7 -This repo is a documentation of how I installed Arch and got all the drivers for the Yoga 6, to make it work as if it was native. -Since I got the [touchpad issues](https://www.reddit.com/r/Lenovo/comments/yzs5fq/faulty_touchpad_tried_everything_to_fix_it_and_i/), I'll need this once I get it fixed. -

- # Archinstaller +``` loadkeys ca +setfont ter-132b +timedatectl +``` ## Partionning with [cryptsetup](https://wiki.archlinux.org/title/Dm-crypt/Encrypting_an_entire_system#LUKS_on_a_partition) ### Encrypting root partition ``` -$ cryptsetup -y -v luksFormat --type luks1 /dev/nvme0n1p? -$ cryptsetup open /dev/nvme0n1p? root +$ PART="encrypted partition number ie. 2" +$ cryptsetup -y -v luksFormat --type luks1 /dev/nvme0n1p$PART +$ cryptsetup open /dev/nvme0n1p$PART root $ mkfs.btrfs /dev/mapper/root $ mount /dev/mapper/root /mnt ``` @@ -21,7 +21,7 @@ $ mount --mkdir /dev/nvme0n1p1 /mnt/boot ### Installing packages on the device ``` -$ pacstrap -K /mnt base linux-firmware linux amd-ucode patch dkms kmod btrfs-progs grub os-prober ntfs-3g efibootmgr efivar iwd nano sudo texinfo man-db man-pages +$ pacstrap -K /mnt base linux-firmware linux amd-ucode patch dkms kmod btrfs-progs grub os-prober ntfs-3g efibootmgr efivar networkmanager iwd nano sudo texinfo man-db man-pages ``` ## Preparing for chroot @@ -47,9 +47,9 @@ $ echo KEYMAP=ca > /etc/vconsole.conf ``` ## Edit /etc/mkinitcpio.conf for LUKS ``` -BINARIES=(btrfs) +$ sed -i 's/BINARIES=.*/BINARIES=(btrfs)/' /etc/mkinitcpio.conf ... -HOOKS=(base udev autodetect modconf kms keyboard keymap consolefont block encrypt filesystems fsck) +$ sed -i 's/HOOKS=.*/HOOKS=(base udev autodetect modconf kms keyboard keymap consolefont block encrypt filesystems fsck)/' /etc/mkinitcpio.conf ``` then run ```mkinitpcio -P``` @@ -60,7 +60,8 @@ $ grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=arch ### Edit /etc/default/grub for LUKS ``` -cryptdevice=UUID=??????:root root=/dev/mapper/root +$ CRYPT="cryptdevice=$(blkid | sed -n 's/.*nvme0n1p'$PART': \(.*\) TYPE.*/\1/p'):root" +$ sed -i 's#GRUB_CMDLINE_LINUX_DEFAULT.*#GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel 3 '$CRYPT' root=/dev/mapper/root"#' /etc/default/grub ``` make sure the UUID is the actual partition inside the LUKS container and run ```grub-mkconfig -o /boot/grub/grub.cfg``` @@ -71,11 +72,19 @@ we can now reboot to the installed Arch ## Configure [internet](https://wiki.archlinux.org/title/Iwd) access ``` -$ systemctl enable --now iwd systemd-networkd systemd-resolved systemd-timesyncd +$ systemctl enable --now NetworkManager systemd-networkd systemd-resolved systemd-timesyncd + +$ cat << EOF >> /etc/NetworkManager/conf.d/wifi_backend.conf +[device] +wifi.backend=iwd +EOF + +$ systemctl restart NetworkManager $ iwctl device list # check if powered on $ iwctl station wlan0 scan $ iwctl station wlan0 get-networks $ iwctl station wlan0 connect SSID + $ cat << EOF >> /etc/iwd/main.conf [General] EnableNetworkConfiguration=true @@ -87,6 +96,7 @@ EOF $ ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf $ sed -i 's/#DNS=.*/DNS=100.64.0.1/' /etc/systemd/resolved.conf $ sed -i 's/#FallbackDNS=.*/FallbackDNS=1.1.1.1/' /etc/systemd/resolved.conf +$ sed -i 's/#DNSStubListener=.*/DNSStubListener=no/' /etc/systemd/resolved.conf ``` ### Configure reflector for mirror management of pacman @@ -104,44 +114,30 @@ $ passwd matt ## A lot of packages to install ``` -htop -pkgfile -plocate -rsync -tailscale -tmux -usbutils -wget -git -curl -devtools -xorg -xf86-video-amdgpu -mesa -lib32-mesa -vulkan-radeon -lib32-vulkan-radeon -libva-mesa-driver -lib32-libva-mesa-driver -mesa-vdpau -lib32-mesa-vdpau -bash-completion -fzf +$ pacman -Sy htop pkgfile mlocate rsync tmux mosh usbutils wget git curl devtools mesa lib32-mesa vulkan-radeon lib32-vulkan-radeon libva-mesa-driver lib32-libva-mesa-driver mesa-vdpau lib32-mesa-vdpau bash-completion fzf +$ pkgfile --update ``` -## Install [yay](https://github.com/Jguer/yay) and install tweaked NetworkManager +## Install paru ``` $ pacman -S --needed git base-devel -$ git clone https://aur.archlinux.org/yay.git -$ cd yay +$ git clone https://aur.archlinux.org/paru-git.git +$ cd paru-git $ makepkg -si -$ sudo sed -i 's/#Color/Color/' /etc/pacman.conf +$ sed -i 's/#Color/Color/' /etc/pacman.conf +$ sed -i 's/#IgnorePkg.*/IgnorePkg = linux-xanmod-anbox linux-xanmod-anbox-headers/' /etc/pacman.conf -$ yay -Sy networkmanager-iwd -$ sudo systemctl enable NetworkManager +$ cat << EOF >> /etc/paru.conf +CombinedUpgrade +BatchInstall +BottomUp +NoWarn = plymouth-theme-arch-elegant +EOF ``` +## su matt + ## Audio ### ALSA ``` @@ -155,51 +151,17 @@ $ amixer sset Master unmute ``` $ yay -Sy pipewire-audio pipewire-alsa pipewire-pulse $ yay -R pulseaudio-alsa -$ systemctl stop pulseaudio.service -``` - -## Install Gnome -``` -$ yay -Sy baobab cheese eog evince file-roller gdm gnome-backgrounds gnome-calculator gnome-calendar gnome-characters gnome-clocks gnome-color-manager gnome-console gnome-contacts gnome-control-center gnome-disk-utility gnome-font-viewer gnome-keyring gnome-logs gnome-menus gnome-music gnome-photos gnome-remote-desktop gnome-session gnome-settings-daemon gnome-shell gnome-shell-extensions gnome-system-monitor gnome-user-docs gnome-user-share gnome-video-effects grilo-plugins nautilus rygel simple-scan sushi totem tracker3-miners xdg-user-dirs-gtk yelp +$ sudo systemctl stop pulseaudio.service +$ systemctl --user enable --now pipewire-pulse.service ``` ### Download some apps and extensions ``` $ yay -Sy dconf-editor evolution gnome-nettool gnome-tweaks gnome-usage gnome-themes-extra adwaita-dark extension-manager libayatana-appindicator tailscale-systray-git galaxybudsclient-bin hplip cups nextcloud-client grub-customizer -## Download extensions and restore from Extensions Sync : -$ yay -Sy gnome-shell-extension-extensions-sync-git -``` - -### Build and install my fork of Dash to Panel -``` -$ cd /tmp -$ git clone https://github.com/matt1432/dash-to-panel-touch-fix.git -$ cd dash-to-panel-touch-fix/ -$ make install -``` - -### Enable GDM to launch the Desktop Environment -``` -$ systemctl enable --now gdm -``` - ## Fingerprint Sensor Hack -### Flash [firmware](https://github.com/goodix-fp-linux-dev/goodix-fp-dump) ``` $ yay -Sy python pam-fprint-grosshack -$ cd /tmp -$ git clone --recurse-submodules https://github.com/goodix-fp-linux-dev/goodix-fp-dump.git -$ cd goodix-fp-dump -$ python -m venv .venv -$ source .venv/bin/activate -$ pip install -r requirements.txt -$ sudo python3 run_55b4.py -``` - -### Install experimental [drivers](https://github.com/TheWeirdDev/libfprint/tree/55b4-experimental) -``` -$ yay -Sy libfprint-goodixtls-55x4 fprintd $ sudo systemctl enable --now fprintd $ fprintd-enroll ``` @@ -210,33 +172,37 @@ add this to the top of every file in /etc/pam.d/ that you want ie. polkit-1, sud auth sufficient pam_fprintd_grosshack.so auth sufficient pam_unix.so try_first_pass nullok ``` +OR (for gtklock and check for sddm) +``` +auth sufficient pam_fprintd.so +``` ## Plymouth and Silent Boot By following the wiki pages on [watchdogs](https://wiki.archlinux.org/title/Improving_performance#Watchdogs), [silent booting](https://wiki.archlinux.org/title/Silent_boot#top-page) and [Plymouth](https://wiki.archlinux.org/title/Plymouth), I edited my grub config and mkinitcpio, installed and setup Plymouth, to get a satisfying booting experience ``` -$ yay -Sy plymouth-git gdm-plymouth plymouth-theme-arch-charge-gdm-spinner +$ yay -Sy plymouth-git ``` /etc/mkinitcpio.conf ``` -MODULES=(amdgpu) -HOOKS=(base udev plymouth plymouth-encrypt ...) +$ sudo sed -i 's/MODULES=()/MODULES=(amdgpu)/' /etc/mkinitcpio.conf +$ sudo sed -i 's/#COMPRESSION="lz4"/COMPRESSION="lz4"/' /etc/mkinitcpio.conf +$ sudo sed -i 's/HOOKS=(.* /HOOKS=(base udev plymouth encrypt autodetect modconf kms keyboard keymap consolefont block filesystems fsck)/' /etc/mkinitcpio.conf +COMPRESSION="lz4" ``` /etc/default/grub ``` -GRUB_CMDLINE_LINUX_DEFAULT="quiet splash loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash vt.global_cursor_default=0 nowatchdog ..." -GRUB_TIMEOUT="1" -GRUB_TIMEOUT_STYLE="hidden" -GRUB_GFXMODE="1920x1200x32" -#GRUB_DISABLE_RECOVERY=true -GRUB_DISABLE_OS_PROBER="false" +sudo sed -i 's/quiet loglevel 3/quiet splash loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash nowatchdog psi=1/' /etc/default/grub ``` Mute watchdog ``` $ echo blacklist sp5100_tco | sudo tee /etc/modprobe.d/disable-sp5100-watchdog.conf ``` -Apply changes +Apply changes [Theme](https://github.com/murkl/plymouth-theme-arch-elegant) ``` -$ sudo plymouth-set-default-theme -R arch-charge-gdm-spinner +$ git clone https://github.com/murkl/plymouth-theme-arch-elegant.git +$ cd plymouth-theme-arch-elegant/aur +$ makepkg -si +$ sudo plymouth-set-default-theme -R arch-elegant $ sudo grub-mkconfig -o /boot/grub/grub.cfg $ sudo sed -i 's/echo/#ech~o/g' /boot/grub/grub.cfg ``` @@ -249,49 +215,24 @@ $ echo MOZ_USE_XINPUT2 DEFAULT=1 | sudo tee -a /etc/security/pam_env.conf ``` then logout -### AUR Packages that are most likely needed +### More Packages that are most likely needed ``` -$ yay -Sy iio-sensor-proxy-git spotify-edge vscodium-bin +run toinstall.sh script $ sudo reboot ``` ### Flatpak ``` -$ flatpak install com.unity.UnityHub com.vscodium.codium org.freedesktop.Sdk.Extension.dotnet6 org.freedesktop.Sdk.Extension.mono6 com.github.iwalton3.jellyfin-media-player com.github.tchx84.Flatseal org.gtk.Gtk3theme.Breeze-Dark ch.openboard.OpenBoard -$ FLATPAK_ENABLE_SDK_EXT=dotnet6,mono6 flatpak run com.vscodium.codium +$ flatpak install com.github.iwalton3.jellyfin-media-player com.github.tchx84.Flatseal xournalpp stemlink $ sudo flatpak override --filesystem=xdg-config/gtk-3.0 ``` -### vscodium on Flatpak -``` -$ CD=$(pwd) -$ mkdir /tmp/host && cd /tmp/host -$ curl -s https://api.github.com/repos/1player/host-spawn/releases \ -| grep -m 1 "browser_download_url.*x86_64" \ -| cut -d : -f 2,3 \ -| tr -d \" \ -| wget -qi - -$ mv * host-spawn -$ sudo chmod 755 host-spawn - -$ mkdir ~/bin -$ sudo mv host-spawn /home/matt/bin - -$ cd $CD -$ cp ../conf/settings.json ~/.var/app/com.vscodium.codium/config/VSCodium/User/ -$ sudo ln -s /home/matt/bin/host-spawn /var/lib/flatpak/app/com.vscodium.codium/current/**/files/bin/git-lfs - -$ sudo mv /var/lib/flatpak/app/com.vscodium.codium/current/active/export/share/applications/com.vscodium.codium.desktop{,.bak} -$ sudo mv /var/lib/flatpak/exports/share/applications/com.vscodium.codium.desktop{,.bak} -``` - ## Finally, install dotfiles ``` $ mkdir ~/git && cd ~/git $ git clone git@git.nelim.org:matt1432/dotfiles.git $ cd dotfiles +$ bash getenv.sh $ sudo bash setup.sh -$ sudo chown matt:matt /home/matt/.env -$ sed -i 's/USER=""/USER="matt"/' $ sudo bash fzf.sh /usr/share/fzf ``` diff --git a/conf/gnome.cfg b/conf/gnome.cfg deleted file mode 100644 index 4977207f..00000000 --- a/conf/gnome.cfg +++ /dev/null @@ -1 +0,0 @@ -{"extensions":{"appindicatorsupport@rgcjonas.gmail.com":{"/org/gnome/shell/extensions/appindicator/":"[/]\nicon-size=0"},"clipboard-indicator@tudmotu.com":{"/org/gnome/shell/extensions/clipboard-indicator/":"[/]\ndisplay-mode=0"},"add-to-desktop@tommimon.github.com":{},"rounded-window-corners@yilozt":{"/org/gnome/shell/extensions/rounded-window-corners/":"[/]\ncustom-rounded-corner-settings=@a{sv} {}\nglobal-rounded-corner-settings={'padding': <{'left': , 'right': , 'top': , 'bottom': }>, 'keep_rounded_corners': <{'maximized': , 'fullscreen': }>, 'border_radius': , 'smoothing': }\nsettings-version=uint32 5"},"dash-to-panel@jderose9.github.com":{"/org/gnome/shell/extensions/dash-to-panel/":"[/]\nanimate-appicon-hover=true\nanimate-appicon-hover-animation-convexity={'RIPPLE': 2.0, 'PLANK': 1.0, 'SIMPLE': 0.0}\nanimate-appicon-hover-animation-extent={'RIPPLE': 4, 'PLANK': 4, 'SIMPLE': 1}\nanimate-appicon-hover-animation-type='SIMPLE'\nappicon-margin=4\nappicon-padding=8\navailable-monitors=[0]\nclick-action='CYCLE-MIN'\ndot-color-dominant=true\ndot-color-override=false\ndot-position='BOTTOM'\ndot-style-focused='METRO'\ndot-style-unfocused='METRO'\nfocus-highlight-dominant=true\nfocus-highlight-opacity=25\nhotkeys-overlay-combo='TEMPORARILY'\nleftbox-padding=-1\nmiddle-click-action='LAUNCH'\noverview-click-to-exit=true\npanel-anchors='{\"0\":\"MIDDLE\"}'\npanel-element-positions='{\"0\":[{\"element\":\"showAppsButton\",\"visible\":false,\"position\":\"stackedTL\"},{\"element\":\"activitiesButton\",\"visible\":false,\"position\":\"stackedTL\"},{\"element\":\"leftBox\",\"visible\":true,\"position\":\"stackedTL\"},{\"element\":\"taskbar\",\"visible\":true,\"position\":\"stackedTL\"},{\"element\":\"centerBox\",\"visible\":true,\"position\":\"stackedBR\"},{\"element\":\"rightBox\",\"visible\":true,\"position\":\"stackedBR\"},{\"element\":\"dateMenu\",\"visible\":true,\"position\":\"stackedBR\"},{\"element\":\"systemMenu\",\"visible\":true,\"position\":\"stackedBR\"},{\"element\":\"desktopButton\",\"visible\":true,\"position\":\"stackedBR\"}]}'\npanel-lengths='{\"0\":100}'\npanel-sizes='{\"0\":48}'\nprimary-monitor=0\nshift-click-action='MINIMIZE'\nshift-middle-click-action='LAUNCH'\nstatus-icon-padding=1\ntrans-use-custom-bg=false\ntray-padding=6\nwindow-preview-title-position='TOP'"},"gsconnect@andyholmes.github.io":{"/org/gnome/shell/extensions/gsconnect/":"[/]\ndevices=['e90ef901ee4bf3af']\nid='2ba2bd3a-a14b-4fdc-960e-d785f0b8f9bf'\nname='matt-laptop'\n\n[device/e90ef901ee4bf3af]\ncertificate-pem='-----BEGIN CERTIFICATE-----\\nMIIC9zCCAd+gAwIBAgIBATANBgkqhkiG9w0BAQsFADA/MRkwFwYDVQQDDBBlOTBl\\nZjkwMWVlNGJmM2FmMRQwEgYDVQQLDAtLREUgQ29ubmVjdDEMMAoGA1UECgwDS0RF\\nMB4XDTIxMTIwNDA1MDAwMFoXDTMxMTIwNDA1MDAwMFowPzEZMBcGA1UEAwwQZTkw\\nZWY5MDFlZTRiZjNhZjEUMBIGA1UECwwLS0RFIENvbm5lY3QxDDAKBgNVBAoMA0tE\\nRTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKmIIrsAo3gb93yq/feH\\nYo5mwl+Khh5vnm2H4xmqdVNse70a7Hd05HwbBu9f1ILivVFDV9JT2phyu+aX7ive\\nJxZNSMaHaR6wgSHjRcn5IVCw6+5E2i2b5uVG+ghKHif2qw1BIUVWHF+3jx2Tzw4M\\nOnW+Hs6m/PFazL8lketPPWVmWw1DkuwviznwGgjyX5Zmd8MmRtf9axODiulPeMt6\\ntRFZTqO/Io/YcteRzSms8iO7LK7tLCRCuPvrpOQeTKftMczQMCPsYCRYS52g6Qhk\\n8gYG6zZRF50kA3HFpQ3S37gvYt2GmM7HEx3+EfBQcTrvd64HL6JbcGoXJKYr9PgB\\nRQUCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEABnyOPPSMZCqngBnua1BjS/hSu0VF\\ntX0OgpxerONy50Oj4WA6ibOG7M6UGB0ncyL05CDR1lnhBotd3pAyoBBFRDVe16z0\\nGONqr9orb+bKSoQ4mhxe4qGV3tWQZdtcbFrOiJZXylBzbG6ySzfOE85EEotvendq\\nSJGtJA0JIX1VyJ+bpt/u1kVILQvrJogzZGl8vCdZE2g+HikR1zHXcDzI63z26w4K\\nERUoDEmsNvfLuloCVU29GiugIzsVHVSqo+Df6Y2SI8E4D9f2wXM5TnqDe6SMMDyh\\nSiphDcOeaJPvPVjqVJWQQfgN7Oj/MVG26bwFjt2wFnExdstVAZJL4RmjKA==\\n-----END CERTIFICATE-----\\n'\nincoming-capabilities=['kdeconnect.battery', 'kdeconnect.battery.request', 'kdeconnect.bigscreen.stt', 'kdeconnect.clipboard', 'kdeconnect.clipboard.connect', 'kdeconnect.connectivity_report.request', 'kdeconnect.contacts.request_all_uids_timestamps', 'kdeconnect.contacts.request_vcards_by_uid', 'kdeconnect.findmyphone.request', 'kdeconnect.mousepad.keyboardstate', 'kdeconnect.mousepad.request', 'kdeconnect.mpris', 'kdeconnect.mpris.request', 'kdeconnect.notification', 'kdeconnect.notification.action', 'kdeconnect.notification.reply', 'kdeconnect.notification.request', 'kdeconnect.photo.request', 'kdeconnect.ping', 'kdeconnect.runcommand', 'kdeconnect.sftp.request', 'kdeconnect.share.request', 'kdeconnect.share.request.update', 'kdeconnect.sms.request', 'kdeconnect.sms.request_attachment', 'kdeconnect.sms.request_conversation', 'kdeconnect.sms.request_conversations', 'kdeconnect.systemvolume', 'kdeconnect.telephony.request', 'kdeconnect.telephony.request_mute']\nlast-connection='lan://10.0.0.185:1716'\nname='LE2123'\noutgoing-capabilities=['kdeconnect.battery', 'kdeconnect.battery.request', 'kdeconnect.bigscreen.stt', 'kdeconnect.clipboard', 'kdeconnect.clipboard.connect', 'kdeconnect.connectivity_report', 'kdeconnect.contacts.response_uids_timestamps', 'kdeconnect.contacts.response_vcards', 'kdeconnect.findmyphone.request', 'kdeconnect.mousepad.echo', 'kdeconnect.mousepad.keyboardstate', 'kdeconnect.mousepad.request', 'kdeconnect.mpris', 'kdeconnect.mpris.request', 'kdeconnect.notification', 'kdeconnect.notification.request', 'kdeconnect.photo', 'kdeconnect.ping', 'kdeconnect.presenter', 'kdeconnect.runcommand.request', 'kdeconnect.sftp', 'kdeconnect.share.request', 'kdeconnect.sms.attachment_file', 'kdeconnect.sms.messages', 'kdeconnect.systemvolume.request', 'kdeconnect.telephony']\npaired=true\nsupported-plugins=['battery', 'clipboard', 'connectivity_report', 'contacts', 'findmyphone', 'mousepad', 'mpris', 'notification', 'photo', 'ping', 'presenter', 'runcommand', 'sftp', 'share', 'sms', 'systemvolume', 'telephony']\ntype='phone'\n\n[device/e90ef901ee4bf3af/plugin/battery]\ncustom-battery-notification-value=uint32 80\n\n[device/e90ef901ee4bf3af/plugin/notification]\napplications='{\"Printers\":{\"iconName\":\"org.gnome.Settings-printers-symbolic\",\"enabled\":true},\"Bottles\":{\"iconName\":\"com.usebottles.bottles\",\"enabled\":true},\"Evolution Alarm Notify\":{\"iconName\":\"appointment-soon\",\"enabled\":true},\"Disks\":{\"iconName\":\"org.gnome.DiskUtility\",\"enabled\":true},\"Date & Time\":{\"iconName\":\"org.gnome.Settings-time-symbolic\",\"enabled\":true},\"Disk Usage Analyzer\":{\"iconName\":\"org.gnome.baobab\",\"enabled\":true},\"Power\":{\"iconName\":\"org.gnome.Settings-power-symbolic\",\"enabled\":true},\"Console\":{\"iconName\":\"org.gnome.Console\",\"enabled\":true},\"Color\":{\"iconName\":\"org.gnome.Settings-color-symbolic\",\"enabled\":true},\"Files\":{\"iconName\":\"org.gnome.Nautilus\",\"enabled\":true},\"Clocks\":{\"iconName\":\"org.gnome.clocks\",\"enabled\":true},\"Archive Manager\":{\"iconName\":\"org.gnome.FileRoller\",\"enabled\":true},\"discord\":{\"iconName\":\"\",\"enabled\":true},\"balena-etcher\":{\"iconName\":\"\",\"enabled\":true}}'\n\n[device/e90ef901ee4bf3af/plugin/share]\nreceive-directory='/home/matt/Downloads'\n\n[preferences]\nwindow-maximized=false\nwindow-size=(737, 440)"},"compiz-windows-effect@hermes83.github.com":{"/org/gnome/shell/extensions/com/github/hermes83/compiz-windows-effect/":"[/]\nfriction=2.2999999999999998\nmass=80.0\nmaximize-effect=true\nresize-effect=true\nspeedup-factor-divider=16.0\nspring-k=10.0\nx-tiles=6.0\ny-tiles=6.0"},"ding@rastersoft.com":{"/org/gnome/shell/extensions/ding/":"[/]\ncheck-x11wayland=true"},"quick-settings-tweaks@qwreey":{"/org/gnome/shell/extensions/quick-settings-tweaks/":"[/]\nadd-dnd-quick-toggle-enabled=true\ninput-always-show=true\ninput-show-selected=true\nlist-buttons='[{\"name\":\"Clutter_Actor\",\"label\":null,\"visible\":true},{\"name\":\"SystemItem\",\"label\":null,\"visible\":true},{\"name\":\"OutputStreamSlider\",\"label\":null,\"visible\":false},{\"name\":\"InputStreamSlider\",\"label\":null,\"visible\":false},{\"name\":\"St_BoxLayout\",\"label\":null,\"visible\":true},{\"name\":\"BrightnessItem\",\"label\":null,\"visible\":false},{\"name\":\"NMWiredToggle\",\"label\":null,\"visible\":false},{\"name\":\"NMWirelessToggle\",\"label\":\"Maison H\",\"visible\":true},{\"name\":\"NMModemToggle\",\"label\":null,\"visible\":false},{\"name\":\"NMBluetoothToggle\",\"label\":\"OnePlus 9 Pro\",\"visible\":true},{\"name\":\"NMVpnToggle\",\"label\":null,\"visible\":false},{\"name\":\"BluetoothToggleMenu\",\"label\":\"Bluetooth\",\"visible\":true},{\"name\":\"PowerProfilesToggle\",\"label\":null,\"visible\":false},{\"name\":\"NightLightToggle\",\"label\":\"Night Light\",\"visible\":true},{\"name\":\"DarkModeToggle\",\"label\":\"Dark Mode\",\"visible\":true},{\"name\":\"RfkillToggle\",\"label\":\"Airplane Mode\",\"visible\":true},{\"name\":\"RotationToggle\",\"label\":\"Auto Rotate\",\"visible\":false},{\"name\":\"ServiceToggle\",\"label\":\"GSConnect\",\"visible\":true},{\"name\":\"DndQuickToogle\",\"label\":\"Do Not Disturb\",\"visible\":true}]'\nmedia-control-enabled=false\nnotifications-enabled=true\nnotifications-integrated=false\nnotifications-position='top'\noutput-show-selected=true\nvolume-mixer-enabled=true\nvolume-mixer-position='top'"},"bluetooth-quick-connect@bjarosze.gmail.com":{"/org/gnome/shell/extensions/bluetooth-quick-connect/":""},"notification-banner-reloaded@marcinjakubowski.github.com":{"/org/gnome/shell/extensions/notification-banner-reloaded/":"[/]\nanchor-horizontal=1\nanchor-vertical=1\nanimation-direction=1"},"notification-timeout@chlumskyvaclav.gmail.com":{"/org/gnome/shell/extensions/notification-timeout/":""}},"keybindings":{"/org/gnome/mutter/keybindings/":"","/org/gnome/mutter/wayland/keybindings/":"","/org/gnome/shell/keybindings/":"","/org/gnome/desktop/wm/keybindings/":"","/org/gnome/settings-daemon/plugins/media-keys/":""},"tweaks":{"/org/gnome/desktop/background/":"","/org/gnome/desktop/calendar/":"","/org/gnome/desktop/input-sources/":"[/]\nsources=[('xkb', 'ca+multix'), ('xkb', 'us')]","/org/gnome/desktop/interface/":"[/]\nclock-format='12h'\ncolor-scheme='prefer-dark'\ncursor-size=24\ncursor-theme='Adwaita'\nenable-animations=true\nfont-antialiasing='grayscale'\nfont-hinting='slight'\nfont-name='Noto Sans, 10'\ngtk-theme='Materia-dark'\nicon-theme='Adwaita'\nlocate-pointer=true\ntoolbar-style='text'\ntoolkit-accessibility=true","/org/gnome/desktop/peripherals/":"[touchpad]\nnatural-scroll=false\ntap-to-click=true\ntwo-finger-scrolling-enabled=true","/org/gnome/desktop/screensaver/":"","/org/gnome/desktop/sound/":"","/org/gnome/desktop/wm/preferences/":"[/]\nbutton-layout='icon:minimize,maximize,close'","/org/gnome/mutter/":"[/]\noverlay-key='Super_L'","/org/gnome/settings-daemon/plugins/xsettings/":""}} \ No newline at end of file diff --git a/conf/locale.gen b/conf/locale.gen deleted file mode 100644 index f717e880..00000000 --- a/conf/locale.gen +++ /dev/null @@ -1,507 +0,0 @@ -# Configuration file for locale-gen -# -# lists of locales that are to be generated by the locale-gen command. -# -# Each line is of the form: -# -# -# -# where is one of the locales given in /usr/share/i18n/locales -# and is one of the character sets listed in /usr/share/i18n/charmaps -# -# The locale-gen command will generate all the locales, -# placing them in /usr/lib/locale. -# -# A list of supported locales is given in /usr/share/i18n/SUPPORTED -# and is included in this file. Uncomment the needed locales below. -# -#aa_DJ.UTF-8 UTF-8 -#aa_DJ ISO-8859-1 -#aa_ER UTF-8 -#aa_ER@saaho UTF-8 -#aa_ET UTF-8 -#af_ZA.UTF-8 UTF-8 -#af_ZA ISO-8859-1 -#agr_PE UTF-8 -#ak_GH UTF-8 -#am_ET UTF-8 -#an_ES.UTF-8 UTF-8 -#an_ES ISO-8859-15 -#anp_IN UTF-8 -#ar_AE.UTF-8 UTF-8 -#ar_AE ISO-8859-6 -#ar_BH.UTF-8 UTF-8 -#ar_BH ISO-8859-6 -#ar_DZ.UTF-8 UTF-8 -#ar_DZ ISO-8859-6 -#ar_EG.UTF-8 UTF-8 -#ar_EG ISO-8859-6 -#ar_IN UTF-8 -#ar_IQ.UTF-8 UTF-8 -#ar_IQ ISO-8859-6 -#ar_JO.UTF-8 UTF-8 -#ar_JO ISO-8859-6 -#ar_KW.UTF-8 UTF-8 -#ar_KW ISO-8859-6 -#ar_LB.UTF-8 UTF-8 -#ar_LB ISO-8859-6 -#ar_LY.UTF-8 UTF-8 -#ar_LY ISO-8859-6 -#ar_MA.UTF-8 UTF-8 -#ar_MA ISO-8859-6 -#ar_OM.UTF-8 UTF-8 -#ar_OM ISO-8859-6 -#ar_QA.UTF-8 UTF-8 -#ar_QA ISO-8859-6 -#ar_SA.UTF-8 UTF-8 -#ar_SA ISO-8859-6 -#ar_SD.UTF-8 UTF-8 -#ar_SD ISO-8859-6 -#ar_SS UTF-8 -#ar_SY.UTF-8 UTF-8 -#ar_SY ISO-8859-6 -#ar_TN.UTF-8 UTF-8 -#ar_TN ISO-8859-6 -#ar_YE.UTF-8 UTF-8 -#ar_YE ISO-8859-6 -#ayc_PE UTF-8 -#az_AZ UTF-8 -#az_IR UTF-8 -#as_IN UTF-8 -#ast_ES.UTF-8 UTF-8 -#ast_ES ISO-8859-15 -#be_BY.UTF-8 UTF-8 -#be_BY CP1251 -#be_BY@latin UTF-8 -#bem_ZM UTF-8 -#ber_DZ UTF-8 -#ber_MA UTF-8 -#bg_BG.UTF-8 UTF-8 -#bg_BG CP1251 -#bhb_IN.UTF-8 UTF-8 -#bho_IN UTF-8 -#bho_NP UTF-8 -#bi_VU UTF-8 -#bn_BD UTF-8 -#bn_IN UTF-8 -#bo_CN UTF-8 -#bo_IN UTF-8 -#br_FR.UTF-8 UTF-8 -#br_FR ISO-8859-1 -#br_FR@euro ISO-8859-15 -#brx_IN UTF-8 -#bs_BA.UTF-8 UTF-8 -#bs_BA ISO-8859-2 -#byn_ER UTF-8 -#ca_AD.UTF-8 UTF-8 -#ca_AD ISO-8859-15 -#ca_ES.UTF-8 UTF-8 -#ca_ES ISO-8859-1 -#ca_ES@euro ISO-8859-15 -#ca_ES@valencia UTF-8 -ca_FR.UTF-8 UTF-8 -#ca_FR ISO-8859-15 -#ca_IT.UTF-8 UTF-8 -#ca_IT ISO-8859-15 -#ce_RU UTF-8 -#chr_US UTF-8 -#ckb_IQ UTF-8 -#cmn_TW UTF-8 -#crh_UA UTF-8 -#cs_CZ.UTF-8 UTF-8 -#cs_CZ ISO-8859-2 -#csb_PL UTF-8 -#cv_RU UTF-8 -#cy_GB.UTF-8 UTF-8 -#cy_GB ISO-8859-14 -#da_DK.UTF-8 UTF-8 -#da_DK ISO-8859-1 -#de_AT.UTF-8 UTF-8 -#de_AT ISO-8859-1 -#de_AT@euro ISO-8859-15 -#de_BE.UTF-8 UTF-8 -#de_BE ISO-8859-1 -#de_BE@euro ISO-8859-15 -#de_CH.UTF-8 UTF-8 -#de_CH ISO-8859-1 -#de_DE.UTF-8 UTF-8 -#de_DE ISO-8859-1 -#de_DE@euro ISO-8859-15 -#de_IT.UTF-8 UTF-8 -#de_IT ISO-8859-1 -#de_LI.UTF-8 UTF-8 -#de_LU.UTF-8 UTF-8 -#de_LU ISO-8859-1 -#de_LU@euro ISO-8859-15 -#doi_IN UTF-8 -#dsb_DE UTF-8 -#dv_MV UTF-8 -#dz_BT UTF-8 -#el_GR.UTF-8 UTF-8 -#el_GR ISO-8859-7 -#el_GR@euro ISO-8859-7 -#el_CY.UTF-8 UTF-8 -#el_CY ISO-8859-7 -#en_AG UTF-8 -#en_AU.UTF-8 UTF-8 -#en_AU ISO-8859-1 -#en_BW.UTF-8 UTF-8 -#en_BW ISO-8859-1 -en_CA.UTF-8 UTF-8 -#en_CA ISO-8859-1 -#en_DK.UTF-8 UTF-8 -#en_DK ISO-8859-1 -#en_GB.UTF-8 UTF-8 -#en_GB ISO-8859-1 -#en_HK.UTF-8 UTF-8 -#en_HK ISO-8859-1 -#en_IE.UTF-8 UTF-8 -#en_IE ISO-8859-1 -#en_IE@euro ISO-8859-15 -#en_IL UTF-8 -#en_IN UTF-8 -#en_NG UTF-8 -#en_NZ.UTF-8 UTF-8 -#en_NZ ISO-8859-1 -#en_PH.UTF-8 UTF-8 -#en_PH ISO-8859-1 -#en_SC.UTF-8 UTF-8 -#en_SG.UTF-8 UTF-8 -#en_SG ISO-8859-1 -en_US.UTF-8 UTF-8 -#en_US ISO-8859-1 -#en_ZA.UTF-8 UTF-8 -#en_ZA ISO-8859-1 -#en_ZM UTF-8 -#en_ZW.UTF-8 UTF-8 -#en_ZW ISO-8859-1 -#eo UTF-8 -#es_AR.UTF-8 UTF-8 -#es_AR ISO-8859-1 -#es_BO.UTF-8 UTF-8 -#es_BO ISO-8859-1 -#es_CL.UTF-8 UTF-8 -#es_CL ISO-8859-1 -#es_CO.UTF-8 UTF-8 -#es_CO ISO-8859-1 -#es_CR.UTF-8 UTF-8 -#es_CR ISO-8859-1 -#es_CU UTF-8 -#es_DO.UTF-8 UTF-8 -#es_DO ISO-8859-1 -#es_EC.UTF-8 UTF-8 -#es_EC ISO-8859-1 -#es_ES.UTF-8 UTF-8 -#es_ES ISO-8859-1 -#es_ES@euro ISO-8859-15 -#es_GT.UTF-8 UTF-8 -#es_GT ISO-8859-1 -#es_HN.UTF-8 UTF-8 -#es_HN ISO-8859-1 -#es_MX.UTF-8 UTF-8 -#es_MX ISO-8859-1 -#es_NI.UTF-8 UTF-8 -#es_NI ISO-8859-1 -#es_PA.UTF-8 UTF-8 -#es_PA ISO-8859-1 -#es_PE.UTF-8 UTF-8 -#es_PE ISO-8859-1 -#es_PR.UTF-8 UTF-8 -#es_PR ISO-8859-1 -#es_PY.UTF-8 UTF-8 -#es_PY ISO-8859-1 -#es_SV.UTF-8 UTF-8 -#es_SV ISO-8859-1 -#es_US.UTF-8 UTF-8 -#es_US ISO-8859-1 -#es_UY.UTF-8 UTF-8 -#es_UY ISO-8859-1 -#es_VE.UTF-8 UTF-8 -#es_VE ISO-8859-1 -#et_EE.UTF-8 UTF-8 -#et_EE ISO-8859-1 -#et_EE.ISO-8859-15 ISO-8859-15 -#eu_ES.UTF-8 UTF-8 -#eu_ES ISO-8859-1 -#eu_ES@euro ISO-8859-15 -#fa_IR UTF-8 -#ff_SN UTF-8 -#fi_FI.UTF-8 UTF-8 -#fi_FI ISO-8859-1 -#fi_FI@euro ISO-8859-15 -#fil_PH UTF-8 -#fo_FO.UTF-8 UTF-8 -#fo_FO ISO-8859-1 -#fr_BE.UTF-8 UTF-8 -#fr_BE ISO-8859-1 -#fr_BE@euro ISO-8859-15 -fr_CA.UTF-8 UTF-8 -#fr_CA ISO-8859-1 -#fr_CH.UTF-8 UTF-8 -#fr_CH ISO-8859-1 -#fr_FR.UTF-8 UTF-8 -#fr_FR ISO-8859-1 -#fr_FR@euro ISO-8859-15 -#fr_LU.UTF-8 UTF-8 -#fr_LU ISO-8859-1 -#fr_LU@euro ISO-8859-15 -#fur_IT UTF-8 -#fy_NL UTF-8 -#fy_DE UTF-8 -#ga_IE.UTF-8 UTF-8 -#ga_IE ISO-8859-1 -#ga_IE@euro ISO-8859-15 -#gd_GB.UTF-8 UTF-8 -#gd_GB ISO-8859-15 -#gez_ER UTF-8 -#gez_ER@abegede UTF-8 -#gez_ET UTF-8 -#gez_ET@abegede UTF-8 -#gl_ES.UTF-8 UTF-8 -#gl_ES ISO-8859-1 -#gl_ES@euro ISO-8859-15 -#gu_IN UTF-8 -#gv_GB.UTF-8 UTF-8 -#gv_GB ISO-8859-1 -#ha_NG UTF-8 -#hak_TW UTF-8 -#he_IL.UTF-8 UTF-8 -#he_IL ISO-8859-8 -#hi_IN UTF-8 -#hif_FJ UTF-8 -#hne_IN UTF-8 -#hr_HR.UTF-8 UTF-8 -#hr_HR ISO-8859-2 -#hsb_DE ISO-8859-2 -#hsb_DE.UTF-8 UTF-8 -#ht_HT UTF-8 -#hu_HU.UTF-8 UTF-8 -#hu_HU ISO-8859-2 -#hy_AM UTF-8 -#hy_AM.ARMSCII-8 ARMSCII-8 -#ia_FR UTF-8 -#id_ID.UTF-8 UTF-8 -#id_ID ISO-8859-1 -#ig_NG UTF-8 -#ik_CA UTF-8 -#is_IS.UTF-8 UTF-8 -#is_IS ISO-8859-1 -#it_CH.UTF-8 UTF-8 -#it_CH ISO-8859-1 -#it_IT.UTF-8 UTF-8 -#it_IT ISO-8859-1 -#it_IT@euro ISO-8859-15 -#iu_CA UTF-8 -#ja_JP.EUC-JP EUC-JP -#ja_JP.UTF-8 UTF-8 -#ka_GE.UTF-8 UTF-8 -#ka_GE GEORGIAN-PS -#kab_DZ UTF-8 -#kk_KZ.UTF-8 UTF-8 -#kk_KZ PT154 -#kl_GL.UTF-8 UTF-8 -#kl_GL ISO-8859-1 -#km_KH UTF-8 -#kn_IN UTF-8 -#ko_KR.EUC-KR EUC-KR -#ko_KR.UTF-8 UTF-8 -#kok_IN UTF-8 -#ks_IN UTF-8 -#ks_IN@devanagari UTF-8 -#ku_TR.UTF-8 UTF-8 -#ku_TR ISO-8859-9 -#kw_GB.UTF-8 UTF-8 -#kw_GB ISO-8859-1 -#ky_KG UTF-8 -#lb_LU UTF-8 -#lg_UG.UTF-8 UTF-8 -#lg_UG ISO-8859-10 -#li_BE UTF-8 -#li_NL UTF-8 -#lij_IT UTF-8 -#ln_CD UTF-8 -#lo_LA UTF-8 -#lt_LT.UTF-8 UTF-8 -#lt_LT ISO-8859-13 -#lv_LV.UTF-8 UTF-8 -#lv_LV ISO-8859-13 -#lzh_TW UTF-8 -#mag_IN UTF-8 -#mai_IN UTF-8 -#mai_NP UTF-8 -#mfe_MU UTF-8 -#mg_MG.UTF-8 UTF-8 -#mg_MG ISO-8859-15 -#mhr_RU UTF-8 -#mi_NZ.UTF-8 UTF-8 -#mi_NZ ISO-8859-13 -#miq_NI UTF-8 -#mjw_IN UTF-8 -#mk_MK.UTF-8 UTF-8 -#mk_MK ISO-8859-5 -#ml_IN UTF-8 -#mn_MN UTF-8 -#mni_IN UTF-8 -#mnw_MM UTF-8 -#mr_IN UTF-8 -#ms_MY.UTF-8 UTF-8 -#ms_MY ISO-8859-1 -#mt_MT.UTF-8 UTF-8 -#mt_MT ISO-8859-3 -#my_MM UTF-8 -#nan_TW UTF-8 -#nan_TW@latin UTF-8 -#nb_NO.UTF-8 UTF-8 -#nb_NO ISO-8859-1 -#nds_DE UTF-8 -#nds_NL UTF-8 -#ne_NP UTF-8 -#nhn_MX UTF-8 -#niu_NU UTF-8 -#niu_NZ UTF-8 -#nl_AW UTF-8 -#nl_BE.UTF-8 UTF-8 -#nl_BE ISO-8859-1 -#nl_BE@euro ISO-8859-15 -#nl_NL.UTF-8 UTF-8 -#nl_NL ISO-8859-1 -#nl_NL@euro ISO-8859-15 -#nn_NO.UTF-8 UTF-8 -#nn_NO ISO-8859-1 -#nr_ZA UTF-8 -#nso_ZA UTF-8 -#oc_FR.UTF-8 UTF-8 -#oc_FR ISO-8859-1 -#om_ET UTF-8 -#om_KE.UTF-8 UTF-8 -#om_KE ISO-8859-1 -#or_IN UTF-8 -#os_RU UTF-8 -#pa_IN UTF-8 -#pa_PK UTF-8 -#pap_AW UTF-8 -#pap_CW UTF-8 -#pl_PL.UTF-8 UTF-8 -#pl_PL ISO-8859-2 -#ps_AF UTF-8 -#pt_BR.UTF-8 UTF-8 -#pt_BR ISO-8859-1 -#pt_PT.UTF-8 UTF-8 -#pt_PT ISO-8859-1 -#pt_PT@euro ISO-8859-15 -#quz_PE UTF-8 -#raj_IN UTF-8 -#rif_MA UTF-8 -#ro_RO.UTF-8 UTF-8 -#ro_RO ISO-8859-2 -#ru_RU.KOI8-R KOI8-R -#ru_RU.UTF-8 UTF-8 -#ru_RU ISO-8859-5 -#ru_UA.UTF-8 UTF-8 -#ru_UA KOI8-U -#rw_RW UTF-8 -#sa_IN UTF-8 -#sah_RU UTF-8 -#sat_IN UTF-8 -#sc_IT UTF-8 -#sd_IN UTF-8 -#sd_IN@devanagari UTF-8 -#se_NO UTF-8 -#sgs_LT UTF-8 -#shn_MM UTF-8 -#shs_CA UTF-8 -#si_LK UTF-8 -#sid_ET UTF-8 -#sk_SK.UTF-8 UTF-8 -#sk_SK ISO-8859-2 -#sl_SI.UTF-8 UTF-8 -#sl_SI ISO-8859-2 -#sm_WS UTF-8 -#so_DJ.UTF-8 UTF-8 -#so_DJ ISO-8859-1 -#so_ET UTF-8 -#so_KE.UTF-8 UTF-8 -#so_KE ISO-8859-1 -#so_SO.UTF-8 UTF-8 -#so_SO ISO-8859-1 -#sq_AL.UTF-8 UTF-8 -#sq_AL ISO-8859-1 -#sq_MK UTF-8 -#sr_ME UTF-8 -#sr_RS UTF-8 -#sr_RS@latin UTF-8 -#ss_ZA UTF-8 -#st_ZA.UTF-8 UTF-8 -#st_ZA ISO-8859-1 -#sv_FI.UTF-8 UTF-8 -#sv_FI ISO-8859-1 -#sv_FI@euro ISO-8859-15 -#sv_SE.UTF-8 UTF-8 -#sv_SE ISO-8859-1 -#sw_KE UTF-8 -#sw_TZ UTF-8 -#syr UTF-8 -#szl_PL UTF-8 -#ta_IN UTF-8 -#ta_LK UTF-8 -#tcy_IN.UTF-8 UTF-8 -#te_IN UTF-8 -#tg_TJ.UTF-8 UTF-8 -#tg_TJ KOI8-T -#th_TH.UTF-8 UTF-8 -#th_TH TIS-620 -#the_NP UTF-8 -#ti_ER UTF-8 -#ti_ET UTF-8 -#tig_ER UTF-8 -#tk_TM UTF-8 -#tl_PH.UTF-8 UTF-8 -#tl_PH ISO-8859-1 -#tn_ZA UTF-8 -#to_TO UTF-8 -#tpi_PG UTF-8 -#tr_CY.UTF-8 UTF-8 -#tr_CY ISO-8859-9 -#tr_TR.UTF-8 UTF-8 -#tr_TR ISO-8859-9 -#ts_ZA UTF-8 -#tt_RU UTF-8 -#tt_RU@iqtelif UTF-8 -#ug_CN UTF-8 -#uk_UA.UTF-8 UTF-8 -#uk_UA KOI8-U -#unm_US UTF-8 -#ur_IN UTF-8 -#ur_PK UTF-8 -#uz_UZ.UTF-8 UTF-8 -#uz_UZ ISO-8859-1 -#uz_UZ@cyrillic UTF-8 -#ve_ZA UTF-8 -#vi_VN UTF-8 -#wa_BE ISO-8859-1 -#wa_BE@euro ISO-8859-15 -#wa_BE.UTF-8 UTF-8 -#wae_CH UTF-8 -#wal_ET UTF-8 -#wo_SN UTF-8 -#xh_ZA.UTF-8 UTF-8 -#xh_ZA ISO-8859-1 -#yi_US.UTF-8 UTF-8 -#yi_US CP1255 -#yo_NG UTF-8 -#yue_HK UTF-8 -#yuw_PG UTF-8 -#zh_CN.GB18030 GB18030 -#zh_CN.GBK GBK -#zh_CN.UTF-8 UTF-8 -#zh_CN GB2312 -#zh_HK.UTF-8 UTF-8 -#zh_HK BIG5-HKSCS -#zh_SG.UTF-8 UTF-8 -#zh_SG.GBK GBK -#zh_SG GB2312 -#zh_TW.EUC-TW EUC-TW -#zh_TW.UTF-8 UTF-8 -#zh_TW BIG5 -#zu_ZA.UTF-8 UTF-8 -#zu_ZA ISO-8859-1 diff --git a/conf/pkg.list b/conf/pkg.list deleted file mode 100644 index 27e08c5a..00000000 --- a/conf/pkg.list +++ /dev/null @@ -1,1188 +0,0 @@ -a52dec 0.7.4-12 -aalib 1.4rc5-15 -abseil-cpp 20230125.1-2 -accountsservice 22.08.8-2 -acl 2.3.1-3 -adobe-source-code-pro-fonts 2.038ro+1.058it+1.018var-1 -adwaita-cursors 43-2 -adwaita-dark 1.0-1 -adwaita-icon-theme 43-2 -adwaita-qt5 1.4.2-1 -adwaita-qt6 1.4.2-1 -alsa-card-profiles 1:0.3.66-2 -alsa-firmware 1.2.4-2 -alsa-lib 1.2.8-1 -alsa-topology-conf 1.2.5.1-1 -alsa-ucm-conf 1.2.8-1 -alsa-utils 1.2.8-1 -amd-ucode 20230210.bf4115c-1 -aom 3.6.0-1 -apache 2.4.55-1 -appstream 0.16.1-1 -appstream-glib 0.8.2-1 -apr 1.7.2-2 -apr-util 1.6.3-1 -arch-install-scripts 28-1 -archlinux-keyring 20230225-1 -argon2 20190702-4 -at-spi2-core 2.46.0-2 -atkmm 2.28.3-1 -attr 2.5.1-2 -audit 3.1-1 -autoconf 2.71-1 -autoconf-archive 1:2022.09.03-1 -automake 1.16.5-1 -avahi 0.8+22+gfd482a7-3 -ayatana-ido 0.9.3-1 -babl 0.1.102-1 -baobab 43.0-1 -base 3-1 -base-devel 1-1 -bash 5.1.016-3 -bash-completion 2.11-3 -bash-language-server 4.7.0-1 -bdf-unifont 15.0.01-1 -binutils 2.40-4 -bison 3.8.2-4 -bitwarden 2023.1.1-1 -blas 3.11.0-2 -bluez 5.66-1 -bluez-libs 5.66-1 -bluez-utils-compat 5.66-1 -bolt 0.9.5-1 -boost-libs 1.81.0-3 -box2d 2.4.1-1 -breeze-extended 1.13-1 -breeze-gtk 5.27.2-1 -breeze-icons 5.103.0-1 -breezy 3.3.2-1 -brltty 6.5-3 -brotli 1.0.9-10 -btrfs-progs 6.1.3-1 -bubblewrap 0.8.0-1 -bzip2 1.0.8-5 -c-ares 1.19.0-1 -ca-certificates 20220905-1 -ca-certificates-mozilla 3.88.1-1 -ca-certificates-utils 20220905-1 -cairo 1.17.8-2 -cairomm 1.14.4-1 -cantarell-fonts 1:0.303.1-1 -cblas 3.11.0-2 -cdparanoia 10.2-8 -cheese 43.0-1 -chromaprint 1.5.1-6 -cifs-utils 7.0-2 -clucene 2.3.3.4-14 -clutter 1.26.4-2 -clutter-gst 3.0.27-4 -clutter-gtk 1.8.4-3 -cmake 3.25.2-1 -cmark 0.30.3-1 -cogl 1.22.8-2 -colord 1.4.6-1 -colord-gtk-common 0.3.0-2 -colord-gtk4 0.3.0-2 -colord-sane 1.4.6-1 -coreutils 9.1-3 -cracklib 2.9.8-1 -cryptsetup 2.6.1-1 -cups 1:2.4.2-6 -cups-filters 1.28.17-1 -cups-pk-helper 0.2.7-1 -curl 7.88.1-3 -dav1d 1.1.0-1 -db5.3 5.3.28-2 -dbus 1.14.6-1 -dbus-glib 0.112-2 -dbus-python 1.2.18-4 -dconf 0.40.0-2 -dconf-editor 43.0-1 -debugedit 5.0-4 -default-cursors 2-1 -desktop-file-utils 0.26-2 -device-mapper 2.03.19-1 -devtools 20230105-1 -dhcpcd 9.4.1-1 -diffutils 3.9-1 -discord 0.0.25-1 -djvulibre 3.5.28-4 -dkms 3.0.10-1 -dleyna 0.8.2-1 -dmraid 1.0.0.rc16.3-14 -dnssec-anchors 20190629-3 -docbook-xml 4.5-9 -docbook-xsl 1.79.2-7 -dosfstools 4.2-3 -dotconf 1.3-7 -dotnet-host 7.0.3.sdk103-1 -dotnet-runtime 7.0.3.sdk103-1 -dotnet-runtime-6.0 6.0.14.sdk114-1 -dotnet-sdk 7.0.3.sdk103-1 -dotnet-sdk-6.0 6.0.14.sdk114-1 -dotnet-targeting-pack 7.0.3.sdk103-1 -dotnet-targeting-pack-6.0 6.0.14.sdk114-1 -double-conversion 3.2.1-1 -doxygen 1.9.6-1 -duktape 2.7.0-5 -e2fsprogs 1.47.0-1 -efibootmgr 18-1 -efivar 38-2 -efl 1.26.3-5 -electron21 21.3.5-2 -elfutils 0.188-3 -ell 0.56-1 -enchant 2.3.3-2 -eog 43.2-1 -etcher-bin 1.18.4-1 -evince 43.1-2 -evolution 3.46.4-1 -evolution-data-server 3.46.4-1 -exempi 2.6.3-1 -exiv2 0.27.6-1 -expat 2.5.0-1 -extension-manager 0.4.0-2 -extra 0.0.1-2 -extra-cmake-modules-git 5.240.0.r3557.7409c38e-1 -faac 1.30-3 -faad2 2.10.1-1 -fakeroot 1.31-2 -ffmpeg 2:5.1.2-2 -fftw 3.3.10-3 -file 5.44-3 -file-roller 43.0-1 -filesystem 2023.01.31-1 -findutils 4.9.0-2 -firefox 110.0.1-1 -flac 1.4.2-1 -flatpak 1:1.15.3-1 -flex 2.6.4-4 -fluidsynth 2.3.1-2 -folks 0.15.5-2 -fontconfig 2:2.14.2-1 -foomatic-db-engine 4:20220521-1 -fprintd 1.94.2-1 -freeglut 3.4.0-1 -freerdp 2:2.10.0-1 -freetype2 2.13.0-1 -frei0r-plugins 2.2.0-1 -fribidi 1.0.12-1 -fuse-common 3.14.0-1 -fuse2 2.9.9-4 -fuse3 3.14.0-1 -fzf 0.38.0-1 -galaxybudsclient-bin 4.5.2-4 -gavl 1.4.0-6 -gawk 5.2.1-1 -gc 8.2.2-1 -gcab 1.5-1 -gcc 12.2.1-2 -gcc-libs 12.2.1-2 -gcr 3.41.1-3 -gcr-4 4.0.0-1 -gd 2.3.3-6 -gdbm 1.23-1 -gdk-pixbuf2 2.42.10-2 -gdm-plymouth 43.0-1 -gegl 0.4.42-2 -geoclue 2.7.0-1 -geocode-glib-2 3.26.4-3 -geocode-glib-common 3.26.4-3 -gettext 0.21.1-2 -ghostscript 10.0.0-5 -giflib 5.2.1-2 -git 2.39.2-1 -git-lfs 3.3.0-1 -gjs 2:1.74.2-1 -glib-networking 1:2.74.0-1 -glib2 2.74.6-1 -glib2-docs 2.74.6-1 -glibc 2.37-2 -glibmm 2.66.5-1 -glu 9.0.2-3 -gmime3 3.2.13-1 -gmp 6.2.1-2 -gnome-autoar 0.4.3-2 -gnome-backgrounds 43.1-1 -gnome-bluetooth-3.0 42.5-1 -gnome-calculator 43.0.1-1 -gnome-calendar 43.1-2 -gnome-characters 43.1-1 -gnome-clocks 43.0-1 -gnome-color-manager 3.36.0+r42+g90481514-1 -gnome-common 3.18.0-4 -gnome-console 43.0-1 -gnome-contacts 43.1-1 -gnome-control-center 43.4.1-2 -gnome-desktop 1:43.2-1 -gnome-desktop-4 1:43.2-1 -gnome-desktop-common 1:43.2-1 -gnome-disk-utility 43.0-1 -gnome-font-viewer 43.0-1 -gnome-keyring 1:42.1-2 -gnome-logs 43.0-1 -gnome-menus 3.36.0-2 -gnome-music 1:42.1-1 -gnome-nettool 42.0-1 -gnome-online-accounts 3.46.0-1 -gnome-photos 1:43.0-2 -gnome-remote-desktop 43.3-1 -gnome-session 43.0-1 -gnome-settings-daemon 43.0-2 -gnome-shell 1:43.3-2 -gnome-shell-extensions 43.1-1 -gnome-system-monitor 42.0-1 -gnome-themes-extra 3.28+r6+g45b1d457-1 -gnome-tweaks 42beta+r14+g2d9d76c-2 -gnome-usage 3.38.1-1 -gnome-user-docs 43.0-1 -gnome-user-share 43.0-1 -gnome-video-effects 0.5.0+4+g9554041-2 -gnu-free-fonts 20120503-8 -gnupg 2.2.41-1 -gnutls 3.8.0-1 -gobject-introspection-runtime 1.74.0-1 -gom 0.4-5 -gparted 1.5.0-1 -gperf 3.1-4 -gpgme 1.18.0-2 -gpm 1.20.7.r38.ge82d1a6-4 -gptfdisk 1.0.9-2 -graphene 1.10.8-1 -graphite 1:1.3.14-3 -grep 3.8-3 -grilo 0.3.15-2 -grilo-plugins 1:0.3.15-2 -groff 1.22.4-7 -grub 2:2.06.r456.g65bc45963-1 -grub-customizer 5.2.2-2 -gsettings-desktop-schemas 43.0-1 -gsettings-qt 0.2-1 -gsfonts 20200910-2 -gsm 1.0.22-1 -gsound 1.0.3-2 -gspell 1.12.0-2 -gssdp 1.6.2-1 -gst-editing-services 1.22.0-4 -gst-plugin-gtk 1.22.0-4 -gst-plugins-bad 1.22.0-4 -gst-plugins-bad-libs 1.22.0-4 -gst-plugins-base 1.22.0-4 -gst-plugins-base-libs 1.22.0-4 -gst-plugins-good 1.22.0-4 -gst-plugins-ugly 1.22.0-4 -gstreamer 1.22.0-4 -gtk-doc 1.33.2-1 -gtk-engine-murrine 0.98.2-4 -gtk-engines 2.21.0-5 -gtk-sharp-2 2.12.45-4 -gtk-update-icon-cache 1:4.8.3-3 -gtk2 2.24.33-2 -gtk3 1:3.24.37-1 -gtk4 1:4.8.3-3 -gtkmm3 3.24.7-1 -gtksourceview4 4.8.4-1 -gtksourceview5 5.6.2-1 -guile 3.0.9-1 -gupnp 1:1.6.3-1 -gupnp-av 0.14.1-2 -gupnp-dlna 0.12.0-2 -gupnp-igd 1.2.0-3 -gvfs 1.50.3-1 -gvfs-afc 1.50.3-1 -gvfs-goa 1.50.3-1 -gvfs-google 1.50.3-1 -gvfs-gphoto2 1.50.3-1 -gvfs-mtp 1.50.3-1 -gvfs-nfs 1.50.3-1 -gvfs-smb 1.50.3-1 -gzip 1.12-2 -harfbuzz 7.1.0-1 -harfbuzz-icu 7.1.0-1 -helix-git 22.12.293.g804395926-1 -hicolor-icon-theme 0.17-3 -hidapi 0.13.1-1 -hplip 1:3.22.10-3 -htop 3.2.2-1 -http-parser 2.9.4-1 -hunspell 1.7.2-1 -hunspell-en_us 2020.12.07-4 -hwdata 0.367-1 -hwloc 2.9.0-1 -hyphen 2.8.8-5 -hyphen-en 2.8.8-5 -hyphen-fr 3.0-5 -iana-etc 20230105-1 -icu 72.1-2 -iio-sensor-proxy-git 3.4.r1.5a1a5df-1 -ijs 0.35-5 -imagemagick 7.1.0.62-1 -imath 3.1.6-2 -imlib2 1.10.0-3 -iniparser 4.1-4 -intltool 0.51.0-6 -ipfs-desktop 0.26.1-1 -iproute2 6.2.0-2 -iptables 1:1.8.9-1 -iputils 20221126-1 -iso-codes 4.13.0-1 -itstool 1:2.0.7-1 -iw 5.19-1 -iwd 2.3-1 -jansson 2.14-2 -jasper 4.0.0-1 -java-runtime-common 3-5 -jbig2dec 0.19-1 -jq 1.6-4 -jre-openjdk 19.0.2.u7-2 -jre-openjdk-headless 19.0.2.u7-2 -js102 102.8.0-1 -json-c 0.16-1 -json-glib 1.6.6-2 -jsoncpp 1.9.5-2 -karchive 5.103.0-1 -kbd 2.5.1-1 -kcoreaddons 5.103.0-1 -keyutils 1.6.3-1 -ki18n 5.103.0-1 -kmod 30-3 -krb5 1.20.1-1 -kwayland 5.103.0-1 -l-smash 2.14.5-3 -lame 3.100-4 -lapack 3.11.0-2 -lcms2 2.14-2 -ldb 2:2.6.1-2 -ldns 1.8.3-2 -lensfun 1:0.3.3-1 -less 1:608-2 -lib32-brotli 1.0.9-5 -lib32-bzip2 1.0.8-3 -lib32-curl 7.88.1-4 -lib32-e2fsprogs 1.47.0-1 -lib32-expat 2.5.0-2 -lib32-gcc-libs 12.2.1-2 -lib32-glibc 2.37-2 -lib32-icu 72.1-2 -lib32-keyutils 1.6.3-1 -lib32-krb5 1.20.1-1 -lib32-libcap 2.67-1 -lib32-libdrm 2.4.115-1 -lib32-libelf 0.188-1 -lib32-libffi 3.4.4-1 -lib32-libgcrypt 1.10.1-2 -lib32-libglvnd 1.6.0-1 -lib32-libgpg-error 1.46-1 -lib32-libidn2 2.3.4-2 -lib32-libldap 2.6.4-1 -lib32-libpciaccess 0.17-1 -lib32-libpsl 0.21.1-3 -lib32-libssh2 1.10.0-2 -lib32-libtirpc 1.3.3-2 -lib32-libunistring 1.1-1 -lib32-libunwind 1.6.2-2 -lib32-libva-mesa-driver 22.3.6-1 -lib32-libx11 1.8.4-1 -lib32-libxau 1.0.11-1 -lib32-libxcb 1.15-2 -lib32-libxcrypt 4.4.33-1 -lib32-libxdamage 1.1.6-1 -lib32-libxdmcp 1.1.4-1 -lib32-libxext 1.3.5-1 -lib32-libxfixes 6.0.0-2 -lib32-libxml2 2.10.3-2 -lib32-libxshmfence 1.3.2-1 -lib32-libxxf86vm 1.1.5-1 -lib32-llvm-libs 15.0.7-1 -lib32-lm_sensors 1:3.6.0.r41.g31d1f125-2 -lib32-mesa 22.3.6-1 -lib32-mesa-vdpau 22.3.6-1 -lib32-ncurses 6.4-1 -lib32-openssl 1:3.0.7-1 -lib32-pam 1.5.2-1 -lib32-systemd 253-1 -lib32-vulkan-icd-loader 1.3.240-1 -lib32-vulkan-radeon 22.3.6-1 -lib32-wayland 1.21.0-1 -lib32-xz 5.4.1-1 -lib32-zlib 1.2.13-2 -lib32-zstd 1.5.4-1 -libabw 0.1.3-3 -libadwaita 1:1.2.2-1 -libaio 0.3.113-1 -libao 1.2.2-5 -libappindicator-gtk3 12.10.0.r298-1 -libarchive 3.6.2-2 -libass 0.17.1-1 -libassuan 2.5.5-1 -libasyncns 1:0.8+r3+g68cd5af-2 -libatasmart 0.19-5 -libatomic_ops 7.6.14-1 -libavc1394 0.5.4-5 -libavif 0.11.1-1 -libavtp 0.2.0-1 -libayatana-appindicator 0.5.92-1 -libayatana-indicator 0.9.3-1 -libb2 0.98.1-2 -libbacktrace-git r73.ad106d5-1 -libblockdev 2.28-1 -libbluray 1.3.4-1 -libbpf 1.0.1-1 -libbs2b 3.1.0-8 -libbsd 0.11.7-1 -libburn 1.5.4-1 -libbytesize 2.7-1 -libcaca 0.99.beta20-1 -libcamera 0.0.4-1 -libcanberra 1:0.30+r2+gc0620e4-3 -libcap 2.67-1 -libcap-ng 0.8.3-1 -libcdio 2.1.0-3 -libcdio-paranoia 10.2+2.0.1-2 -libcdr 0.1.7-5 -libcheese 43.0-1 -libcloudproviders 0.3.1+r8+g3a229ee-1 -libcolord 1.4.6-1 -libcue 2.2.1-3 -libcups 1:2.4.2-6 -libcurl-gnutls 7.88.1-3 -libdaemon 0.14-5 -libdatrie 0.2.13-2 -libdazzle 3.44.0-1 -libdbusmenu-glib 16.04.0-5 -libdbusmenu-gtk3 16.04.0-5 -libdc1394 2.2.6-2 -libdca 0.0.7-1 -libde265 1.0.11-1 -libdmapsharing 2.9.41-2 -libdrm 2.4.115-1 -libdv 1.0.0-10 -libdvdnav 6.1.1-1 -libdvdread 6.1.3-1 -libe-book 0.1.3-13 -libedit 20210910_3.1-2 -libelf 0.188-3 -libepoxy 1.5.10-1 -libepubgen 0.1.1-4 -libetonyek 0.1.10-3 -libevdev 1.13.0-1 -libevent 2.1.12-4 -libexif 0.6.24-1 -libexttextcat 3.4.6-1 -libfbclient 4.0.0.2496-1 -libfdk-aac 2.0.2-1 -libffi 3.4.4-1 -libfontenc 1.1.7-1 -libfprint-goodixtls-55x4 r1713.92168da-1 -libfreeaptx 0.1.1-1 -libfreehand 0.1.2-4 -libgcrypt 1.10.1-2 -libgdata 0.18.1-2 -libgdiplus 5.6.1-4 -libgdm-plymouth 43.0-1 -libgee 0.20.6-1 -libgexiv2 0.14.0-3 -libgit2 1:1.5.1-2 -libglvnd 1.6.0-1 -libgme 0.6.3-2 -libgnomekbd 1:3.28.1-1 -libgpg-error 1.46-2 -libgphoto2 2.5.30-2 -libgrss 0.7.0+16+g971c421-3 -libgsf 1.14.50-1 -libgssglue 0.7-1 -libgtop 2.40.0+2+g31db82ef-2 -libgudev 237-2 -libgusb 0.4.5-1 -libgweather-4 4.2.0-1 -libgxps 0.3.2-3 -libhandy 1.8.1-1 -libheif 1.15.1-1 -libibus 1.5.28-1 -libical 3.0.16-4 -libice 1.1.1-1 -libidn 1.41-1 -libidn2 2.3.4-3 -libiec61883 1.2.0-7 -libieee1284 0.2.11-14 -libimobiledevice 1.3.0-6 -libindicator-gtk3 12.10.1-10 -libinih 56-1 -libinput 1.22.1-1 -libinstpatch 1.1.6-1 -libiptcdata 1.0.5-1 -libisl 0.25-1 -libisoburn 1.5.4-2 -libisofs 1.5.4-1 -libixion 0.17.0-4 -libjpeg-turbo 2.1.5.1-1 -libkate 0.4.1-8 -libksba 1.6.3-1 -liblangtag 0.6.4-1 -liblc3 1.0.2-1 -libldac 2.0.2.3-1 -libldap 2.6.4-1 -liblouis 3.24.0-1 -liblqr 0.4.2-3 -liblrdf 0.6.1-4 -libltc 1.3.2-1 -libmalcontent 0.11.0-1 -libmanette 0.2.6-3 -libmd 1.0.4-1 -libmediaart 1.9.6-1 -libmfx 23.1.0-1 -libmicrodns 0.2.0-1 -libmm-glib 1.20.6-1 -libmng 2.0.3-3 -libmnl 1.0.5-1 -libmodplug 0.8.9.0-5 -libmpc 1.3.1-1 -libmpcdec 1:0.1+r475-3 -libmpeg2 0.5.1-7 -libmspub 0.1.4-13 -libmtp 1.1.20-1 -libmwaw 0.3.21-3 -libmysofa 1.3.1-2 -libnautilus-extension 43.2-1 -libndp 1.8-1 -libnet 1:1.1.6-1 -libnetfilter_conntrack 1.0.9-1 -libnewt 0.52.23-1 -libnfnetlink 1.0.2-1 -libnfs 5.0.2-1 -libnftnl 1.2.4-1 -libnghttp2 1.52.0-1 -libnice 0.1.21-1 -libnl 3.7.0-3 -libnm-iwd 1.42.0-1 -libnma 1.10.6-1 -libnma-common 1.10.6-1 -libnma-gtk4 1.10.6-1 -libnotify 0.8.2-1 -libnsl 2.0.0-2 -libnss_nis 3.1-4 -libnumbertext 1.0.11-1 -liboauth 1:1.0.3+r16+gc26f038-1 -libodfgen 0.1.8-2 -libogg 1.3.5-1 -libomxil-bellagio 0.9.3-4 -libopenmpt 0.6.8-1 -liborcus 0.17.2-4 -libosinfo 1.10.0-2 -libp11-kit 0.24.1-1 -libpackagekit-glib 1.2.6-1 -libpagemaker 0.0.4-3 -libpaper 2.0.10-1 -libpcap 1.10.3-1 -libpciaccess 0.17-1 -libpeas 1.34.0-1 -libpgm 5.3.128-2 -libphonenumber 1:8.13.4-2 -libpipeline 1.5.7-1 -libpipewire 1:0.3.66-2 -libplist 2.2.0-6 -libpng 1.6.39-1 -libportal 0.6-1 -libportal-gtk3 0.6-1 -libportal-gtk4 0.6-1 -libproxy 0.4.18-2 -libpsl 0.21.2-1 -libpst 0.6.76-9 -libpulse 16.1-3 -libpwquality 1.4.5-1 -libqxp 0.0.2-9 -libraqm 0.10.0-1 -libraw 0.21.1-1 -libraw1394 2.1.2-3 -libreoffice-extension-grammalecte-fr 2.1.2-1 -libreoffice-extension-languagetool 6.0-1 -libreoffice-fresh 7.5.1-1 -librest 0.9.1-2 -librevenge 0.0.5-2 -librsvg 2:2.55.1-1 -libsamplerate 0.2.2-1 -libsasl 2.1.28-4 -libseccomp 2.5.4-1 -libsecret 0.20.5-2 -libshout 1:2.4.6-2 -libshumate 1.0.3-1 -libsidplay 1.36.59-10 -libsigc++ 2.12.0-1 -libsm 1.2.4-1 -libsndfile 1.2.0-1 -libsodium 1.0.18-2 -libsoup 2.74.3-1 -libsoup3 3.2.2-1 -libsoxr 0.1.3-3 -libspectre 0.2.12-1 -libspeechd 0.11.4-1 -libspiro 1:20221101-1 -libsrtp 1:2.5.0-1 -libssh 0.10.4-3 -libssh2 1.10.0-3 -libstaroffice 0.0.7-2 -libstemmer 2.2.0-2 -libsynctex 2022.62885-5 -libsysprof-capture 3.46.0-4 -libtasn1 4.19.0-1 -libteam 1.31-7 -libthai 0.1.29-2 -libtheora 1.1.1-5 -libtiff 4.5.0-2 -libtirpc 1.3.3-2 -libtommath 1.2.0-3 -libtool 2.4.7+4+g1ec8fa28-2 -libunistring 1.1-2 -libunwind 1.6.2-2 -liburcu 0.14.0-1 -liburing 2.3-1 -libusb 1.0.26-1 -libusbmuxd 2.0.2-1 -libutempter 1.2.1-3 -libutf8proc 2.8.0-1 -libuv 1.44.2-1 -libva 2.17.0-1 -libva-mesa-driver 22.3.6-1 -libvdpau 1.5-1 -libverto 0.3.2-4 -libvisio 0.1.7-8 -libvncserver 0.9.14-2 -libvorbis 1.3.7-3 -libvpx 1.13.0-1 -libwacom 2.6.0-2 -libwbclient 4.17.5-1 -libwebp 1.3.0-2 -libwireplumber 0.4.13-1 -libwpd 0.10.3-4 -libwpe 1.14.1-1 -libwpg 0.3.3-4 -libwps 0.4.13-1 -libx11 1.8.4-1 -libxau 1.0.11-1 -libxaw 1.0.14-1 -libxcb 1.15-2 -libxcomposite 0.4.6-1 -libxcrypt 4.4.33-1 -libxcrypt-compat 4.4.33-1 -libxcursor 1.2.1-3 -libxcvt 0.1.2-1 -libxdamage 1.1.6-1 -libxdmcp 1.1.4-1 -libxext 1.3.5-1 -libxfixes 6.0.0-2 -libxfont2 2.0.6-1 -libxft 2.3.7-1 -libxi 1.8-3 -libxinerama 1.1.5-1 -libxkbcommon 1.5.0-1 -libxkbcommon-x11 1.5.0-1 -libxkbfile 1.1.2-1 -libxklavier 5.4-4 -libxml2 2.10.3-2 -libxmlb 0.3.11-1 -libxmu 1.1.4-1 -libxpm 3.5.15-1 -libxrandr 1.5.3-1 -libxrender 0.9.11-1 -libxshmfence 1.3.2-1 -libxslt 1.1.37-2 -libxss 1.2.3-4 -libxt 1.2.1-1 -libxtst 1.2.4-1 -libxv 1.0.12-1 -libxxf86vm 1.1.5-1 -libyaml 0.2.5-2 -libytnef 1:2.0-2 -libyuv r2322+3aebf69d-1 -libzip 1.9.2-1 -libzmf 0.0.2-13 -licenses 20220125-1 -lilv 0.24.20-1 -linux 6.2.2.arch1-1 -linux-api-headers 6.1.9-1 -linux-firmware 20230210.bf4115c-1 -linux-firmware-whence 20230210.bf4115c-1 -linux-headers 6.2.2.arch1-1 -llvm-libs 15.0.7-2 -lm_sensors 1:3.6.0.r41.g31d1f125-2 -lmdb 0.9.30-2 -lpsolve 5.5.2.11-2 -lua 5.4.4-3 -lua52 5.2.4-5 -luajit 2.1.0.beta3.r471.g505e2c03-1 -lv2 1.18.10-1 -lvm2 2.03.19-1 -lz4 1:1.9.4-1 -lzo 2.10-5 -lzop 1.04-3 -m4 1.4.19-2 -mailcap 2.1.53-1 -make 4.4.1-1 -mallard-ducktype 1.0.2-8 -man-db 2.11.2-1 -man-pages 6.03-1 -mariadb-libs 10.11.2-1 -materia-gtk-theme 20210322-2 -mawk 1.3.4_20230203-1 -md4c 0.4.8-1 -mdadm 4.2-2 -mercurial 6.3.2-1 -mesa 22.3.6-1 -mesa-vdpau 22.3.6-1 -meson 1.0.1-1 -minizip 1:1.2.13-2 -mjpegtools 2.2.1-1 -mkinitcpio 34-2 -mkinitcpio-busybox 1.35.0-1 -mobile-broadband-provider-info 20221107-2 -mod_dnssd 0.6-8 -mono 6.12.0.177-1 -mono-addins 1.3.3-4 -mono-tools 4.2-2 -mpfr 4.2.0-3 -mpg123 1.31.2-2 -mtdev 1.1.6-2 -mtools 1:4.0.42-1 -mutter 43.3-2 -mythes-en 20221102-2 -mythes-fr 2.3-4 -namcap 3.3.1-1 -nano 7.2-1 -nautilus 43.2-1 -ncurses 6.4-1 -ndctl 75-1 -nebula 1.6.1-1 -neon 0.32.5-1 -net-snmp 5.9.1-5 -netcoredbg 2.2.0_947-1 -netstandard-targeting-pack 7.0.3.sdk103-1 -nettle 3.8.1-1 -networkmanager-iwd 1.42.0-1 -nextcloud 25.0.4-1 -nextcloud-client 2:3.7.3-1 -ninja 1.11.1-2 -node-gyp 9.3.1-1 -nodejs 19.7.0-1 -nodejs-nopt 7.0.0-1 -noto-fonts 20230301-1 -noto-fonts-emoji 20220920-1 -npm 8.19.2-1 -npth 1.6-3 -nspr 4.35-1 -nss 3.88.1-1 -ntfs-3g 2022.10.3-1 -ocl-icd 2.3.1-1 -omnisharp-roslyn 1.39.4-1 -oniguruma 6.9.8-1 -openal 1.23.0-1 -opencore-amr 0.1.6-1 -opencv 4.7.0-3 -openexr 3.1.5-1 -openjpeg2 2.5.0-2 -openmpi 4.1.5-1 -openpmix 4.2.3-1 -openssh 9.2p1-1 -openssl 3.0.8-1 -opus 1.3.1-3 -orc 0.4.33-1 -os-prober 1.81-1 -osinfo-db 20221130-1 -ostree 2023.1-1 -p11-kit 0.24.1-1 -packagekit 1.2.6-1 -packagekit-qt5 1.1.0-1 -pacman 6.0.2-5 -pacman-mirrorlist 20230226-1 -pahole 1:1.24+r29+g02d67c5-1 -pam 1.5.2-1 -pam-fprint-grosshack 0.3.0-1 -pambase 20221020-1 -pango 1:1.50.14-1 -pangomm 2.46.3-1 -parted 3.5-1 -patch 2.7.6-9 -pciutils 3.9.0-2 -pcre 8.45-3 -pcre2 10.42-2 -pcsclite 1.9.9-2 -perl 5.36.0-3 -perl-alien-build 2.77-1 -perl-alien-libxml2 0.19-1 -perl-capture-tiny 0.48-6 -perl-clone 0.46-1 -perl-dbi 1.643-4 -perl-encode-locale 1.05-10 -perl-error 0.17029-4 -perl-ffi-checklib 0.31-2 -perl-file-chdir 0.1011-4 -perl-file-listing 6.15-2 -perl-file-which 1.27-2 -perl-html-parser 3.81-1 -perl-html-tagset 3.20-13 -perl-http-cookies 6.10-3 -perl-http-daemon 6.16-1 -perl-http-date 6.05-6 -perl-http-message 6.44-1 -perl-http-negotiate 6.01-11 -perl-io-html 1.004-3 -perl-libwww 6.67-1 -perl-lwp-mediatypes 6.04-3 -perl-mailtools 2.21-6 -perl-net-http 6.22-2 -perl-path-tiny 0.144-1 -perl-timedate 2.33-4 -perl-try-tiny 0.31-2 -perl-uri 5.17-1 -perl-www-robotrules 6.02-11 -perl-xml-libxml 2.0208-1 -perl-xml-namespacesupport 1.12-5 -perl-xml-parser 2.46-4 -perl-xml-sax 1.02-1 -perl-xml-sax-base 1.09-5 -php-legacy 8.1.16-1 -php-legacy-gd 8.1.16-1 -pinentry 1.2.1-1 -pipewire 1:0.3.66-2 -pipewire-alsa 1:0.3.66-2 -pipewire-audio 1:0.3.66-2 -pipewire-jack 1:0.3.66-2 -pipewire-pulse 1:0.3.66-2 -pixman 0.42.2-1 -pkgconf 1.8.0-1 -pkgfile 21-2 -plocate 1.1.18-1 -plymouth-git 22.02.122.r163.g7302b49d-1 -plymouth-theme-arch-charge-gdm-spinner 0.3.1-1 -plymouth-theme-circuit-git r38.bf2f570-1 -polkit 122-1 -poppler 23.02.0-1 -poppler-data 0.4.12-1 -poppler-glib 23.02.0-1 -popt 1.19-1 -portaudio 1:19.7.0-1 -postgresql-libs 15.2-1 -prismlauncher-bin 6.3-1 -procps-ng 3.3.17-1 -protobuf 21.12-1 -psmisc 23.6-1 -pyalpm 0.10.6-4 -python 3.10.9-1 -python-anytree 2.8.0-5 -python-argcomplete 2.0.0-1 -python-atspi 2.46.0-1 -python-attrs 22.2.0-1 -python-cairo 1.23.0-3 -python-cffi 1.15.1-1 -python-chardet 5.1.0-1 -python-configobj 5.0.6.r110.g3e2f4cc-3 -python-cryptography 39.0.2-1 -python-distro 1.8.0-2 -python-evdev 1.6.1-1 -python-fastbencode 0.1-2 -python-gobject 3.42.2-1 -python-idna 3.4-1 -python-lxml 4.9.2-1 -python-merge3 0.0.13-1 -python-packaging 23.0-1 -python-patiencediff 0.2.13-1 -python-pip 23.0.1-1 -python-ply 3.11-10 -python-pycparser 2.21-3 -python-pyelftools 0.29-1 -python-pygments 2.14.0-2 -python-pynput 1.7.6-2 -python-pyxdg 0.28-1 -python-requests 2.28.2-1 -python-setproctitle 1.3.2-1 -python-six 1.16.0-6 -python-toml 0.10.2-8 -python-urllib3 1.26.12-1 -python-wheel 0.38.4-1 -python-xlib 0.33-1 -python-xmltodict 0.13.0-2 -python-yaml 6.0-1 -qpdf 11.2.0-1 -qrencode 4.1.1-2 -qt5-base 5.15.8+kde+r181-1 -qt5-declarative 5.15.8+kde+r24-2 -qt5-doc 5.15.8-1 -qt5-graphicaleffects 5.15.8-1 -qt5-location 5.15.8+kde+r3-1 -qt5-multimedia 5.15.8+kde+r2-1 -qt5-quickcontrols 5.15.8-1 -qt5-quickcontrols2 5.15.8+kde+r7-1 -qt5-script 5.15.12-2 -qt5-svg 5.15.8+kde+r8-1 -qt5-translations 5.15.8-1 -qt5-virtualkeyboard 5.15.8-1 -qt5-wayland 5.15.8+kde+r59-1 -qt5-webchannel 5.15.8+kde+r3-1 -qt5-webengine 5.15.12-3 -qt5-websockets 5.15.8+kde+r3-1 -qt5-x11extras 5.15.8-1 -qt5-xmlpatterns 5.15.8-1 -qt6-5compat 6.4.2-1 -qt6-base 6.4.2-1 -qt6-declarative 6.4.2-1 -qt6-imageformats 6.4.2-1 -qt6-svg 6.4.2-1 -qt6-translations 6.4.2-1 -qt6-virtualkeyboard 6.4.2-1 -qtkeychain-qt5 0.13.2-1 -quazip-qt5 1.4-1 -raptor 2.0.15-21 -rasqal 1:0.9.33-5 -rav1e 0.6.3-1 -re2 1:20230301-1 -readline 8.2.001-2 -redland 1:1.0.17-8 -rhash 1.4.3-1 -rsync 3.2.7-3 -rtkit 0.13-2 -rtmpdump 1:2.4.r99.f1b83c1-2 -ruby 3.0.5-1 -ruby-abbrev 0.1.0-4 -ruby-base64 0.1.1-4 -ruby-benchmark 0.2.0-4 -ruby-bigdecimal 3.1.2-4 -ruby-bundledgems 3.0.5-1 -ruby-bundler 2.4.1-1 -ruby-cgi 0.3.6-1 -ruby-csv 3.2.5-4 -ruby-date 3.2.2-4 -ruby-delegate 0.2.0-4 -ruby-did_you_mean 1.6.1-4 -ruby-digest 3.1.1-1 -ruby-drb 2.1.0-5 -ruby-english 0.7.1-5 -ruby-erb 4.0.2-2 -ruby-etc 1.3.0-6 -ruby-fcntl 1.0.1-4 -ruby-fiddle 1.1.0-4 -ruby-fileutils 1.6.0-4 -ruby-find 0.1.1-4 -ruby-forwardable 1.3.2-6 -ruby-getoptlong 0.1.1-3 -ruby-io-console 0.5.11-3 -ruby-io-nonblock 0.1.0-3 -ruby-io-wait 0.2.3-4 -ruby-ipaddr 1.2.4-3 -ruby-irb 1.4.2-1 -ruby-json 2.6.3-1 -ruby-logger 1.5.1-3 -ruby-minitest 5.16.3-1 -ruby-mutex_m 0.1.1-3 -ruby-net-http 0.2.2-2 -ruby-open-uri 0.2.0-3 -ruby-power_assert 2.0.2-1 -ruby-psych 4.0.6-1 -ruby-racc 1.6.0-3 -ruby-rake 13.0.6-1 -ruby-rdoc 6.4.0-4 -ruby-reline 0.3.1-2 -ruby-rexml 3.2.5-1 -ruby-ruby2_keywords 0.0.5-1 -ruby-stdlib 3.0.5-1 -ruby-stringio 3.0.2-4 -ruby-test-unit 3.5.7-1 -ruby-time 0.2.0-4 -ruby-tmpdir 0.1.2-3 -ruby-uri 0.11.0-5 -rubygems 3.3.25-1 -run-parts 5.5-1 -rust 1:1.67.1-1 -rygel 1:0.42.1-1 -sane 1.2.1-4 -sbc 2.0-1 -scim 1.4.18-3 -sdl12-compat 1.2.60-1 -sdl2 2.26.3-1 -sed 4.9-2 -semver 7.3.8-1 -serd 0.30.16-1 -serf 1.3.9-8 -shadow 4.13-2 -shared-mime-info 2.2+13+ga2ffb28-1 -simple-scan 42.5-1 -slang 2.3.3-2 -smbclient 4.17.5-1 -snappy 1.1.9-2 -sof-firmware 2.2.4-1 -sord 0.16.14-1 -sound-theme-freedesktop 0.8-5 -soundtouch 2.3.2-1 -spandsp 0.0.6-4 -speech-dispatcher 0.11.4-1 -speex 1.2.1-1 -speexdsp 1.2.1-1 -spotify-edge 1.1.99.878-1 -sqlite 3.41.0-1 -sratom 0.6.14-1 -srt 1.5.1-3 -startup-notification 0.12-7 -subversion 1.14.2-6 -sudo 1.9.13.p2-1 -suitesparse 7.0.1-2 -sushi 43.0-1 -svt-av1 1.4.1-1 -svt-hevc 1.5.1-2 -sysfsutils 2.1.1-1 -systemd 253-1 -systemd-libs 253-1 -systemd-sysvcompat 253-1 -taglib 1.13-1 -tailscale 1.36.2-1 -tailscale-systray-git 20220214-2 -talloc 2.4.0-2 -taplo-cli 0.8.0-2 -tar 1.34-1 -tbb 2021.5.0-2 -tdb 1.4.8-1 -tevent 1:0.14.1-1 -texinfo 7.0.2-2 -text-engine 0.1.1-3 -the-libs 5.1-0 -thin-provisioning-tools 1.0.2-1 -tinycompress 1.2.8-1 -tmux 3.3_a-3 -totem 43.0-2 -totem-pl-parser 3.26.6-2 -tpm2-tss 3.2.0-3 -tracker3 3.4.2-2 -tracker3-miners 3.4.3-1 -tree 2.1.0-1 -tslib 1.22-1 -ttf-caladea 20200113-3 -ttf-carlito 20130920-6 -ttf-dejavu 2.37+18+g9b5d1b2f-3 -ttf-gentium-basic 1.102-2 -ttf-liberation 2.1.5-1 -ttf-linux-libertine-g 20120116-7 -twolame 0.4.0-2 -tzdata 2022g-2 -udisks2 2.9.4-1 -unixodbc 2.3.11-1 -unzip 6.0-19 -upower 1.90.0-3 -usbmuxd 1.1.1-2 -usbutils 015-2 -util-linux 2.38.1-1 -util-linux-libs 2.38.1-1 -v4l-utils 1.22.1-1 -vid.stab 1.1-3 -vmaf 2.3.1-1 -volume_key 0.3.12-7 -vscodium-bin 1.76.0.23062-1 -vte-common 0.70.3-1 -vte4 0.70.3-1 -vulkan-headers 1:1.3.240-1 -vulkan-icd-loader 1.3.240-1 -vulkan-radeon 22.3.6-1 -wavpack 5.6.0-1 -wayland 1.21.0-2 -wayland-protocols 1.31-1 -webkit2gtk-4.1 2.38.5-1 -webkit2gtk-5.0 2.38.5-1 -webp-pixbuf-loader 0.0.7-1 -webrtc-audio-processing 0.3.1-3 -wget 1.21.3-1 -which 2.21-6 -whois 5.5.16-1 -wildmidi 0.4.5-1 -wireguard-tools 1.0.20210914-1 -wireless-regdb 2023.02.13-1 -wireplumber 0.4.13-1 -woff2 1.0.2-4 -wpa_supplicant 2:2.10-8 -wpebackend-fdo 1.14.0-1 -x264 3:0.164.r3095.baee400-4 -x265 3.5-3 -xcb-proto 1.15.2-2 -xcb-util 0.4.1-1 -xcb-util-cursor 0.1.4-1 -xcb-util-image 0.4.1-2 -xcb-util-keysyms 0.4.1-4 -xcb-util-renderutil 0.3.10-1 -xcb-util-wm 0.4.2-1 -xdg-dbus-proxy 0.1.4-1 -xdg-desktop-portal 1.16.0-1 -xdg-desktop-portal-gnome 43.1-1 -xdg-desktop-portal-gtk 1.14.1-1 -xdg-user-dirs 0.18-1 -xdg-user-dirs-gtk 0.11-1 -xdg-utils 1.1.3+25+g8ae0263-1 -xdotool 3.20211022.1-1 -xf86-input-libinput 1.2.1-1 -xf86-video-amdgpu 23.0.0-1 -xf86-video-vesa 2.6.0-1 -xfsprogs 6.1.1-2 -xkeyboard-config 2.38-1 -xmlsec 1.2.37-1 -xorg-bdftopcf 1.1.1-1 -xorg-docs 1.7.2-2 -xorg-font-util 1.4.0-1 -xorg-fonts-100dpi 1.0.4-2 -xorg-fonts-75dpi 1.0.4-1 -xorg-fonts-alias-100dpi 1.0.5-1 -xorg-fonts-alias-75dpi 1.0.5-1 -xorg-fonts-encodings 1.0.7-1 -xorg-iceauth 1.0.9-1 -xorg-mkfontscale 1.2.2-1 -xorg-server 21.1.7-1 -xorg-server-common 21.1.7-1 -xorg-server-devel 21.1.7-1 -xorg-server-xephyr 21.1.7-1 -xorg-server-xnest 21.1.7-1 -xorg-server-xvfb 21.1.7-1 -xorg-sessreg 1.1.3-1 -xorg-setxkbmap 1.3.3-2 -xorg-smproxy 1.0.7-1 -xorg-util-macros 1.20.0-2 -xorg-x11perf 1.6.2-1 -xorg-xauth 1.1.2-1 -xorg-xbacklight 1.2.3-3 -xorg-xcmsdb 1.0.6-1 -xorg-xcursorgen 1.0.8-1 -xorg-xdpyinfo 1.3.3-4 -xorg-xdriinfo 1.0.7-1 -xorg-xev 1.2.5-1 -xorg-xgamma 1.0.7-1 -xorg-xhost 1.0.9-1 -xorg-xinput 1.6.3-3 -xorg-xkbcomp 1.4.6-1 -xorg-xkbevd 1.1.5-1 -xorg-xkbutils 1.0.5-1 -xorg-xkill 1.0.6-1 -xorg-xlsatoms 1.1.4-1 -xorg-xlsclients 1.1.5-1 -xorg-xmodmap 1.0.11-1 -xorg-xpr 1.1.0-1 -xorg-xprop 1.2.6-1 -xorg-xrandr 1.5.2-1 -xorg-xrdb 1.2.1-1 -xorg-xrefresh 1.0.7-1 -xorg-xset 1.2.5-1 -xorg-xsetroot 1.1.3-1 -xorg-xvinfo 1.1.5-1 -xorg-xwayland 22.1.8-1 -xorg-xwd 1.0.8-1 -xorg-xwininfo 1.1.5-3 -xorg-xwud 1.0.6-1 -xorgproto 2022.2-1 -xvidcore 1.3.7-2 -xxhash 0.8.1-4 -xz 5.4.1-1 -yaml-language-server 1.11.0-1 -yay 11.3.2-1 -yelp 42.2-1 -yelp-tools 42.1-1 -yelp-xsl 42.1-1 -yq 3.1.1-1 -zbar 0.23.90-1 -zeromq 4.3.4-2 -zimg 3.0.4-1 -zip 3.0-10 -zlib 1:1.2.13-2 -zstd 1.5.4-1 -zvbi 0.2.41-1 -zxing-cpp 2.0.0-1 diff --git a/conf/pkgs.log b/conf/pkgs.log new file mode 100644 index 00000000..f603ab26 --- /dev/null +++ b/conf/pkgs.log @@ -0,0 +1,129 @@ +acpi +alacritty +asp +bat +blueman +bluez +bluez-plugins +bluez-tools +bluez-utils +brightnessctl +cliphist +cpio +cups +discord +doctest +dolphin +dosfstools +exfatprogs +f2fs-tools +ffmpeg-compat-57 +ffmpegthumbs +firefox +flatery-icon-theme-git +fwupd +galaxybudsclient-bin +gimp +git-lfs +gnome-bluetooth-3.0 +gnome-calculator +gnome-keyring +gnome-themes-extra +gparted +grim +grub-customizer +gtklock +gtklock-playerctl-module +gtklock-powerbar-module +gtklock-userinfo-module +hplip +hyprpaper-git +iio-sensor-proxy-git +jdk-temurin +kde-cli-tools +kdegraphics-thumbnailers +kimageformats +kio-admin +kvantum +libinput-gestures-git +libreoffice-fresh +light +lostfiles +nano +neofetch +neovim-git +network-manager-applet +nextcloud-client +nilfs-utils +nm-connection-editor +nwg-look-bin +otf-font-awesome +pavucontrol +photoqt +pkgfile +pokemon-colorscripts-git +polkit-kde-agent +progress +python-evdev +python-libevdev +python-pyclip +python-pyqt5 +python-pyqt5-3d +python-pyqt5-chart +python-pyqt5-datavisualization +python-pyqt5-networkauth +python-pyqt5-purchasing +python-pyqt5-webengine +python-pyqt6 +python-pyqt6-3d +python-pyqt6-charts +python-pyqt6-datavisualization +python-pyqt6-networkauth +python-pyqt6-webengine +python-uinput +qt5-charts +qt5-imageformats +qt5ct +reiserfsprogs +ripgrep +rofi-lbonn-wayland-only-git +rustup +sddm-git +seahorse +slurp +spicetify-cli-git +spicetify-themes-git +spotify-snapstore +spotifywm-git +squeekboard-git +swappy-git +swayidle +swaync-git +swayosd-git +tablet-mode +tlp +ttf-font-awesome +ttf-go-nerd +ttf-jetbrains-mono +ttf-jetbrains-mono-nerd +ttf-meslo-nerd-font-powerlevel10k +ttf-ms-win11-auto +ttf-nerd-fonts-symbols +ttf-nerd-fonts-symbols-common +ttf-space-mono-nerd +ttf-ubuntu-font-family +ttf-ubuntu-nerd +tutanota-desktop-bin +waybar-hyprland-git +waydroid-git +wev +wine-staging +winetricks +wl-clip-persist-git +wl-color-picker +xclip +xdg-desktop-portal-hyprland-git +xdg-utils +xorg-xwayland +zathura-pdf-mupdf +zenity diff --git a/conf/settings.json b/conf/settings.json deleted file mode 100644 index d93e1ff6..00000000 --- a/conf/settings.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "terminal.integrated.defaultProfile.linux": "bash", - "terminal.integrated.profiles.linux": { - "bash": { - "path": "/home/matt/bin/host-spawn", - "icon": "terminal" - } - }, - "editor.wordWrap": "on", - "omnisharp.useGlobalMono": "always", - "workbench.startupEditor": "none", - "update.showReleaseNotes": false, - "json.schemas": [], - "git.fetchOnPull": true, - "git.enableSmartCommit": true, - "git.autofetch": true, - "diffEditor.ignoreTrimWhitespace": true, - "omnisharp.enableImportCompletion": true -} \ No newline at end of file diff --git a/conf/toinstall.sh b/conf/toinstall.sh new file mode 100755 index 00000000..7f8d5da5 --- /dev/null +++ b/conf/toinstall.sh @@ -0,0 +1 @@ +yay -Sy acpi alacritty asp bat blueman bluez bluez-plugins bluez-tools bluez-utils brightnessctl cliphist cpio cups discord doctest dolphin dosfstools exfatprogs f2fs-tools ffmpeg-compat-57 ffmpegthumbs firefox flatery-icon-theme-git fwupd galaxybudsclient-bin gimp git-lfs gnome-bluetooth-3.0 gnome-calculator gnome-keyring gnome-themes-extra gparted grim grub-customizer gtklock gtklock-playerctl-module gtklock-powerbar-module gtklock-userinfo-module hplip hyprpaper-git iio-sensor-proxy-git jdk-temurin kde-cli-tools kdegraphics-thumbnailers kimageformats kio-admin kvantum libinput-gestures-git libreoffice-fresh light lostfiles nano neofetch neovim-git network-manager-applet nextcloud-client nilfs-utils nm-connection-editor nwg-look-bin otf-font-awesome pavucontrol photoqt pkgfile pokemon-colorscripts-git polkit-kde-agent progress python-evdev python-libevdev python-pyclip python-pyqt5 python-pyqt5-3d python-pyqt5-chart python-pyqt5-datavisualization python-pyqt5-networkauth python-pyqt5-purchasing python-pyqt5-webengine python-pyqt6 python-pyqt6-3d python-pyqt6-charts python-pyqt6-datavisualization python-pyqt6-networkauth python-pyqt6-webengine python-uinput qt5-charts qt5-imageformats qt5ct reiserfsprogs ripgrep rofi-lbonn-wayland-only-git rustup sddm-git seahorse slurp spicetify-cli-git spicetify-themes-git spotify-snapstore spotifywm-git squeekboard-git swappy-git swayidle swaync-git swayosd-git tablet-mode tlp ttf-font-awesome ttf-go-nerd ttf-jetbrains-mono ttf-jetbrains-mono-nerd ttf-meslo-nerd-font-powerlevel10k ttf-ms-win11-auto ttf-nerd-fonts-symbols ttf-nerd-fonts-symbols-common ttf-space-mono-nerd ttf-ubuntu-font-family ttf-ubuntu-nerd tutanota-desktop-bin waybar-hyprland-git waydroid-git wev wine-staging winetricks wl-clip-persist-git wl-color-picker xclip xdg-desktop-portal-hyprland-git xdg-utils xorg-xwayland zathura-pdf-mupdf zenity diff --git a/scripts/1-archinstaller.sh b/scripts/1-archinstaller.sh deleted file mode 100755 index aa1b5d19..00000000 --- a/scripts/1-archinstaller.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -PART="$1" -KEY="$2" - -loadkeys ca - -fdisk /dev/nvme0n1p$PART -cryptsetup -y -v luksFormat --type luks1 /dev/nvme0n1p$PART -cryptsetup open /dev/nvme0n1p$PART root -mkfs.btrfs /dev/mapper/root -mount /dev/mapper/root /mnt -mount --mkdir /dev/nvme0n1p1 /mnt/boot - -pacman -Syu - -pacstrap -K /mnt base linux-firmware linux amd-ucode patch dkms kmod btrfs-progs grub os-prober ntfs-3g efibootmgr efivar iwd nano sudo texinfo man-db man-pages - -genfstab -U /mnt >> /mnt/etc/fstab -arch-chroot /mnt \ No newline at end of file diff --git a/scripts/2-chrooted.sh b/scripts/2-chrooted.sh deleted file mode 100755 index 074782b9..00000000 --- a/scripts/2-chrooted.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -PART="$1" - -ln -sf /usr/share/zoneinfo/America/Montreal /etc/localtime -hwclock --systohc -echo matt-laptop > /etc/hostname -passwd - -mv /etc/locale.gen{,.bak} -mv ../conf/locale.gen /etc -locale-gen -echo LANG=en_CA.UTF-8 > /etc/locale.conf -echo KEYMAP=ca > /etc/vconsole.conf - -sed -i 's/BINARIES=.*/BINARIES=(btrfs)/' /etc/mkinitcpio.conf -sed -i 's/HOOKS=.*/HOOKS=(base udev autodetect modconf kms keyboard keymap consolefont block encrypt filesystems fsck)/' /etc/mkinitcpio.conf -mkinitcpio -P - -grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=arch - -CRYPT="cryptdevice=$(blkid | sed -n 's/.*nvme0n1p'$PART': \(.*\) TYPE.*/\1/p'):root" -sed -i 's#GRUB_CMDLINE_LINUX_DEFAULT.*#GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel 3 '$CRYPT' root=/dev/mapper/root"#' /etc/default/grub -grub-mkconfig -o /boot/grub/grub.cfg - -echo REBOOT \ No newline at end of file diff --git a/scripts/3-postinstall.sh b/scripts/3-postinstall.sh deleted file mode 100755 index b9ea7dc0..00000000 --- a/scripts/3-postinstall.sh +++ /dev/null @@ -1,48 +0,0 @@ -#!/bin/sh - -SSID="$1" - -systemctl enable --now iwd systemd-networkd systemd-resolved systemd-timesyncd -echo "check if powered on" -iwctl device list -sleep 5 -iwctl station wlan0 scan -iwctl station wlan0 get-networks -iwctl station wlan0 connect "$SSID" -cat << EOF >> /etc/iwd/main.conf -[General] -EnableNetworkConfiguration=true -EOF - -ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf -sed -i 's/#DNS=.*/DNS=100.64.0.1/' /etc/systemd/resolved.conf -sed -i 's/#FallbackDNS=.*/FallbackDNS=1.1.1.1/' /etc/systemd/resolved.conf - -systemctl restart iwd systemd-resolved - -cat << EOF >> /var/lib/iwd/ CLG.8021x -[IPv6] -Enabled=true - -[Security] -EAP-Method=PEAP -EAP-Identity=USER -EAP-PEAP-Phase2-Method=MSCHAPV2 -EAP-PEAP-Phase2-Identity=USER -EAP-PEAP-Phase2-Password=PASSWD -EOF -nano /var/lib/iwd/CLG.8021x - -pacman -Sy reflector -nano /etc/xdg/reflector/reflector.conf -systemctl enable --now reflector.timer - -useradd -m matt -G wheel -passwd matt - -pacman -Syu -pacman -Sy htop pkgfile plocate rsync tailscale libayatana-appindicator tmux usbutils wget git curl devtools xorg xf86-video-amdgpu mesa lib32-mesa vulkan-radeon lib32-vulkan-radeon libva-mesa-driver lib32-libva-mesa-driver mesa-vdpau lib32-mesa-vdpau bash-completion fzf - -systemctl enable --now tailscaled - -su matt \ No newline at end of file diff --git a/scripts/4-matt.sh b/scripts/4-matt.sh deleted file mode 100755 index c681a964..00000000 --- a/scripts/4-matt.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -sudo pacman -S --needed git base-devel -git clone https://aur.archlinux.org/yay.git -cd yay -makepkg -si -sudo sed -i 's/#Color/Color/' /etc/pacman.conf - -yay -Sy networkmanager-iwd -sudo systemctl enable NetworkManager - -yay -Sy alsa-utils alsa-firmware sof-firmware alsa-ucm-conf -amixer sset Master unmute - -yay -Sy pipewire-audio pipewire-alsa pipewire-pulse -yay -R pulseaudio-alsa -sudo systemctl stop pulseaudio.service -systemctl --user enable --now pipewire-pulse.service - -yay -Sy baobab cheese eog evince file-roller gdm gnome-backgrounds gnome-calculator gnome-calendar gnome-characters gnome-clocks gnome-color-manager gnome-console gnome-contacts gnome-control-center gnome-disk-utility gnome-font-viewer gnome-keyring gnome-logs gnome-menus gnome-music gnome-photos gnome-remote-desktop gnome-session gnome-settings-daemon gnome-shell gnome-shell-extensions gnome-system-monitor gnome-user-docs gnome-user-share gnome-video-effects grilo-plugins nautilus rygel simple-scan sushi totem tracker3-miners xdg-user-dirs-gtk yelp - -yay -Sy dconf-editor evolution gnome-nettool gnome-tweaks gnome-usage gnome-themes-extra adwaita-dark extension-manager tailscale-systray-git galaxybudsclient-bin hplip cups nextcloud-client grub-customizer - -yay -Sy gnome-shell-extension-extensions-sync-git - -cd /tmp -git clone https://github.com/matt1432/dash-to-panel-touch-fix.git -cd dash-to-panel-touch-fix/ -make install - -sudo systemctl enable --now gdm \ No newline at end of file diff --git a/scripts/5-postDE.sh b/scripts/5-postDE.sh deleted file mode 100755 index b6188a9b..00000000 --- a/scripts/5-postDE.sh +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh -yay -Sy python pam-fprint-grosshack -cd /tmp -git clone --recurse-submodules https://github.com/goodix-fp-linux-dev/goodix-fp-dump.git -cd goodix-fp-dump -python -m venv .venv -source .venv/bin/activate -pip install -r requirements.txt -sudo python3 run_55b4.py - -yay -Sy libfprint-goodixtls-55x4 fprintd -sudo systemctl enable --now fprintd -fprintd-enroll - -yay -Sy plymouth-git gdm-plymouth plymouth-theme-arch-charge-gdm-spinner - -sudo sed -i 's/(base udev /(base udev plymouth plymouth-encrypt /' /etc/mkinitcpio.conf -sudo sed -i 's/ encrypt//' /etc/mkinitcpio.conf -sudo sed -i 's/MODULES=()/MODULES=(amdgpu)/' /etc/mkinitcpio.conf - -sudo sed -i 's/quiet loglevel 3/quiet splash loglevel=3 systemd.show_status=auto rd.udev.log_level=3 splash vt.global_cursor_default=0 nowatchdog/' /etc/default/grub -sudo sed -i 's/GRUB_TIMEOUT=.*/GRUB_TIMEOUT="1"/' /etc/default/grub -sudo sed -i 's/GRUB_TIMEOUT_STYLE=.*/GRUB_TIMEOUT_STYLE="hidden"/' /etc/default/grub -sudo sed -i 's/GRUB_GFXMODE=.*/GRUB_GFXMODE="1920x1200x32"/' /etc/default/grub -sudo sed -i 's/GRUB_DISABLE_RECOVERY=.*/#GRUB_DISABLE_RECOVERY=true/' /etc/default/grub -sudo sed -i 's/#GRUB_DISABLE_OS_PROBER=.*/GRUB_DISABLE_OS_PROBER="false"/' /etc/default/grub -echo blacklist sp5100_tco | sudo tee /etc/modprobe.d/disable-sp5100-watchdog.conf - -sudo plymouth-set-default-theme -R arch-charge-gdm-spinner -sudo grub-mkconfig -o /boot/grub/grub.cfg -sudo sed -i 's/echo/#ech~o/g' /boot/grub/grub.cfg - -echo MOZ_USE_XINPUT2 DEFAULT=1 | sudo tee -a /etc/security/pam_env.conf \ No newline at end of file