2281 Commits

Author SHA1 Message Date
JSON Derulo
7022775a58
feat: Add 'restore-gamemode-shortcut' and restore 'configure-grub' with ugum styling (#2092)
* feat: add ujust cmd 'restore-gamemode-shortcut' if user accidentally deletes Return.desktop

* fix: adjusted restore gamemode cmd to pull from skel instead of build from scratch

* fix: restore ujust configure-grub functionality with ugum styling per HikariKnight

* chore: lint just files

* fix: restore hide for install-system-flatpaks

* fix: moved restore-gamemode-shortcut to deck specific just file

* feat: add help, pre-selection options to configure-grub

* chore: just syntax 2 spaces, added exit option to GRUB config picker

* chore: just 2 space syntax cleanup on restore-gamemode-shortcut

* chore: add newlines for linter

* chore: just fmt for linter, for real this time

* chore: just cleanup from hikariknight script
2025-01-08 21:23:12 -08:00
Kyle Gospodnetich
9cd3e27b89 fix: Correct default keyboard scaling 2025-01-08 21:21:04 -08:00
RJ Sampson
4adea75d32
fix(bazzite-hardware-setup): Fix keyboards on Surface devices
Load pinctrl first

Signed-off-by: RJ Sampson <rj.sampson@chainguard.dev>
2025-01-08 16:14:57 -07:00
JSON Derulo
f8dcbdda94
feat(main): Add ujust cmd 'toggle-bt-mic' to fix upstream audio quality bug (#2090)
* feat: new ujust command 'toggle-bt-mic' to disable headphone mode in wireplumber, to mitigate upstream bug reducing audio quality

* feat: added toggle fix and sudo prompts, aligned with other ujust toggle cmds now

* fix(deck): update 'ujust changelogs' to pull latest release notes from GitHub (#2089)

* modified 'ujust changelogs' cmd to pull latest release from GH, instead of outdated changelog.md file that is no longer maintained.

* git commit -m "feat: add 'ujust changelogs-testing' for pre-release notes"

* chore(ci): Update rechunk version

* chore: Lint just file

* feat: Update to kernel 6.12.8-207

* fix: rm linebreaks for linter

* chore: 2 space indents and newline for linter

* chore: replace non standard dash for linter

---------

Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
2025-01-08 23:22:01 +01:00
Kyle Gospodnetich
4f47ca7b9a
chore: Lint just file 2025-01-07 10:15:53 -08:00
JSON Derulo
2404290661
fix(deck): update 'ujust changelogs' to pull latest release notes from GitHub (#2089)
* modified 'ujust changelogs' cmd to pull latest release from GH, instead of outdated changelog.md file that is no longer maintained.

* git commit -m "feat: add 'ujust changelogs-testing' for pre-release notes"
2025-01-07 10:12:24 -08:00
Kyle Gospodnetich
16f388d147 chore: Syntax fix 2025-01-06 20:04:47 -08:00
Kyle Gospodnetich
5f109c6df1 feat: Add ujust restore-virtual-keyboard to restore Maliit/Caribou on KDE/GNOME 2025-01-06 18:36:20 -08:00
Kyle Gospodnetich
6c373ad825 chore: Increase BORE burst penalty 2025-01-06 18:23:48 -08:00
Kyle Gospodnetich
04ed03e31f Merge branch 'main' into testing 2025-01-06 18:20:55 -08:00
HikariKnight
c579773a79
fix: force vfio modules to hopefully load before gpu modules (#2076)
should fix issues where the nvidia module and amdgpu module manages to snag the gpu first on some machines.
2025-01-06 07:29:53 -08:00
HikariKnight
fad1a658f8 fix: display libvirtd hooks guide after it exists
maybe writing the previous PR at 3am was a bad idea?
2025-01-06 13:12:47 +01:00
Kyle Gospodnetich
a48909502e Merge branch 'main' into testing 2025-01-05 21:01:19 -08:00
Sean
36818b4657
fix(deck): Fix overwriting Steam videos (#2068)
* Update bazzite-steam

* add new throbber
2025-01-05 19:00:44 -08:00
HikariKnight
ea2758b98e
feat: add libvirt qemu hook to setup-virtualization (#2069)
* fix: add fix for swtpm and re-create kvmfr configs when enabling kvmfr

* feat: add libvirt qemu hooks helper when enabling virtualization
2025-01-05 18:57:47 -08:00
Kyle Gospodnetich
f927e0c6b1 chore: Disable bootc in topgrade until layering is ready 2025-01-05 16:16:04 -08:00
Kyle Gospodnetich
bfcb7e92e2 chore: Enable bootc in topgrade 2025-01-05 16:15:49 -08:00
Kyle Gospodnetich
f19027ccad chore: Just syntax fix 2025-01-04 18:04:46 -08:00
Antheas Kapenekakis
31dc2ebdf2
fix(steamui): add new video override locations (#2064) 2025-01-04 14:52:27 -08:00
Antheas Kapenekakis
708b06cfb2
feat(greenboot): Add simpler greenboot variant (#2057)
* remove greenboot

* temporarily remove status

* use simpler service, ignore updates and always check boot status

* fixup timeout

* set boot indeterminate too

* set timeout style to menu

* update grub

* force change also for hidden users

* remove configure-grub

* check if rollback exists before setting boot counter

* convert to system service

* fix script error

* add extra services to ensure multiple hibernations dont trigger fallback
2025-01-04 08:16:13 -08:00
Kyle Gospodnetich
30ad7a6322 chore: Add "Healthy" text to MOTD 2025-01-03 15:48:49 -08:00
Antheas Kapenekakis
a209da4030
fix(grub): autohide on successful boot (#2056) 2025-01-03 14:15:08 -08:00
Kyle Gospodnetich
dcd91aab4f chore: Add Greenboot status to MOTD 2025-01-03 11:48:12 -08:00
Kyle Gospodnetich
d394401f25 chore: Add Bluesky to MOTD 2025-01-03 10:28:20 -08:00
Kyle Gospodnetich
f5a352a1c0 chore: Disable webspeech in firefox by default 2025-01-02 13:55:16 -08:00
Antheas Kapenekakis
6b0ecc1c28
feat(hhd): add dynamic swap feature (#2046) 2025-01-02 07:42:18 -08:00
RJ Sampson
bb8c573977
fix(hardware-setup): Load modules needed by Surface devices
Also addresses unlocking encrypted devices with the Surface keyboard
AFTER the second reboot

Signed-off-by: RJ Sampson <rj.sampson@chainguard.dev>
2025-01-01 23:19:31 -07:00
Kyle Gospodnetich
203742cfe5 feat: Autosetup virt-manager flatpak for new users 2025-01-01 16:29:29 -08:00
Kyle Gospodnetich
1ac8f49025 feat: Add install-docker ujust for using docker on the host from distrobox 2025-01-01 11:56:04 -08:00
Kyle Gospodnetich
21fe680870 chore: Remove apps.ini 2025-01-01 11:35:13 -08:00
Kyle Gospodnetich
f64197b5be feat: Add docker and incus assemble scripts
chore: Replace default distrobox lists
2025-01-01 11:34:02 -08:00
Aarron Lee
8be7f46ace fix(yafti): fix yafti pwfeedback toggle 2024-12-31 17:39:47 -05:00
Kyle Gospodnetich
e183c3bcc8 chore: Add friendlier completion message for lact and cooler control 2024-12-29 22:09:12 -08:00
Kyle Gospodnetich
1c23277947 chore: Fix configure-grub action if /etc/default/grub doesn't exist 2024-12-29 09:48:38 -08:00
Kyle Gospodnetich
4530bd6219 chore: Drop apply-live where possible 2024-12-29 09:43:18 -08:00
HikariKnight
0f368a8d23
feat: add ls-iommu and update virtualization ujust for bootc transition (#2024)
* feat: update virtualization just for transition to bootc

* feat: add ls-iommu tool

* chore: correct mistype in command

* chore: add note about that the 2nd gpu has to have different ids from main gpu

* fix: correct vfio-pci and vfio_pci mixups

* chore: update working on VFIO note
2024-12-28 21:20:34 -08:00
Kyle Gospodnetich
0b9a71bd35 feat: Enable vfio drivers by default 2024-12-27 16:29:27 -08:00
Kyle Gospodnetich
4b2a8bf10b chore: Typo correction in yafti
Fixes #2010
2024-12-27 12:23:56 -08:00
Kyle Gospodnetich
9024c0abc9 chore: Remove unneeded dracut config 2024-12-27 00:20:50 -08:00
Tulip Blossom
e5e0b1f816
fix: return on bling.sh if it already got sourced (#2019) 2024-12-26 23:50:40 -08:00
Kyle Gospodnetich
555501e8df chore: Remove sunshine-fix service 2024-12-26 22:52:30 -08:00
Kyle Gospodnetich
9e2ef49b2a chore: Clean up some of the bazzite-virt script 2024-12-26 21:54:05 -08:00
Kyle Gospodnetich
209cdc53d5 chore: Mention laptops for supergfxctl in Yafti 2024-12-26 20:40:03 -08:00
Kyle Gospodnetich
5c334e4674 feat(gnome): Add Ignition as a default flatpak 2024-12-24 21:52:54 -08:00
wolfyreload
c185736b39
fix(ujust): removed removed script dependencies for ujust setup-boot-windows-steam (#2018)
* Looks like /usr/bin/steamos-add-to-steam isn't available on all platforms, so I removed the dependency on this script from ujust setup-boot-windows-steam
2024-12-24 18:51:22 -08:00
Kyle Gospodnetich
e92c2d69ee chore(gnome): Add new applications to default folders 2024-12-22 10:09:21 -08:00
Kyle Gospodnetich
3ec9da6e50 feat: Switch to flatpak virt manager 2024-12-22 08:53:05 -08:00
Bojan Vitnik
6b254eeb12 fix: workaround for motd messing up midnight commander subshell, issue #2003 (#2004) 2024-12-22 08:46:22 -08:00
Sean
d4edd34fe6 feat(deck): Smart video handling, allow configuring. (#1991)
* Startup video checking

* Add override video configuring

* Remove empty lines

appease the linter
2024-12-22 08:46:22 -08:00
Zeglius
7da1c2c2f1 fix(waydroid): Relabel /var/lib/waydroid on initial setup (#1999)
* fix(waydroid): Relabel /var/lib/waydroid on initial setup

Fixes issue #1998

* chore(waydroid): Reduce relabeling verbosity
2024-12-22 08:46:22 -08:00