1631 Commits

Author SHA1 Message Date
Kyle Gospodnetich
6d96727fc6 chore: Assume yes 2024-03-07 23:50:05 -08:00
Kyle Gospodnetich
70f01e3196 chore: Add some additional flatpak overrides for gradience and local theming 2024-03-07 23:48:26 -08:00
Kyle Gospodnetich
9496413077 chore: Remove old version prior to install 2024-03-07 23:38:24 -08:00
Kyle Gospodnetich
cf5e0f0f3d feat(amd): Add LACT to topgrade 2024-03-07 14:01:12 -08:00
Kyle Gospodnetich
7b7d3860e5 chore: Add CoolerControl to autostart when installed via ujust 2024-03-06 19:20:47 -08:00
Kyle Gospodnetich
2a80844021 chore: Ensure ~/.local/share/applications exists in restore-original-terminal ujust command 2024-03-06 18:56:14 -08:00
Kyle Gospodnetich
30eac4aae9 feat: Add ujust command to install CoolerControl, an excellent GUI for controlling fan speeds on a wide array of hardware 2024-03-06 18:40:42 -08:00
David Marrero
4311d879de
chore(yafti): Remove Citra and Yuzu (#853) 2024-03-04 21:01:26 -08:00
Kyle Gospodnetich
fc25d04523
chore(deck): Remove latest from command example in os-branch-select 2024-03-04 09:43:24 -08:00
Kyle Gospodnetich
26b1d533b9
fix(deck): Ensure the detected branch name is always lowercase 2024-03-04 09:39:37 -08:00
Kyle Gospodnetich
b71cbe374f chore: Disable bell by default in Ptyxis 2024-03-01 22:54:56 -08:00
Kyle Gospodnetich
2f687cc38f chore: Disable bell by default in Ptyxis 2024-03-01 22:53:05 -08:00
Kyle Gospodnetich
5db10d71e0 chore: Add comment to changelogs 2024-03-01 22:36:25 -08:00
Kyle Gospodnetich
51c17aa58e chore: Add comment to changelogs 2024-03-01 22:33:13 -08:00
Kyle Gospodnetich
da48ff06f5 Merge branch 'main' into testing 2024-03-01 21:59:19 -08:00
Kyle Gospodnetich
a51bdc0f42 chore: Use new CHANGELOG-SHORT.md file to drive changelog display in ujust 2024-03-01 21:58:51 -08:00
Pat Connors
5beffe6485
chore(motd): Fix documentation link for... (#837)
...[Tips and Tricks documentation](https://universal-blue.discourse.group/docs?topic=574).
2024-03-01 21:37:21 -08:00
HikariKnight
0805791427
fix(just): Add missing description (#834)
* chore(ci): Add Steam BBCode Changelog Generation

* chore(ci): Add Steam BBCode Changelog Generation

* fix(just): Add missing description to configure-powerprofile

---------

Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
2024-03-01 16:59:13 -08:00
Kyle Gospodnetich
dee6d08c31 chore: Copy rather than symlink startup video 2024-03-01 09:14:50 -08:00
HikariKnight
c86a56aee5
feat(just): add option to disable vfio (#830)
* feat(just): add option to disable VFIO

* feat(just): add logic to disable vfio
so that it will successfully remove all related kargs
2024-02-29 23:43:59 -08:00
Kyle Gospodnetich
2bb507ba61 chore: Fix decky MOTD entry, move setup-decky to 80-bazzite.just since it's applicable to desktop users too. 2024-02-29 23:20:12 -08:00
Kyle Gospodnetich
db6ad64e46 chore: Fix decky MOTD entry, move setup-decky to 80-bazzite.just since it's applicable to desktop users too. 2024-02-29 23:19:54 -08:00
HikariKnight
42607df576
chore(just): cleanup and standardize just recipes (#765)
* fix(just): correctly generate tmpfile config with sudo heredoc

* fix(just): correct vfio-pci.ids to vfio_pci.ids in echo

* chore(just): cleanup heredoc for just syntax highlighting in vscode

* feat(just): turn sunshine recipes into 1 recipe

* feat(just): add service toggle to sunshine

* feat(just): turn watchdog recipes into configure-watchdog

* feat(just): turn hide-grub and unhide-grub into 1 recipe

also add option to "fix double ostree entries"

* feat(just): turn virtualization and vfio recipes into 1 recipe

* feat(just): split virtualization recipes into its own file

* feat(just): move install application recipes to its own file

* feat(just): move setup-sunshine to its own file

* feat(just): move waydroid recipes to its own file

* feat(just): move audio recipes into its own file

* fix(just): move distrobox-check-fedora to bazzite-apps just file

* feat(just): standardize verbs for applications

* feat(just): move fixes to its own repository

* feat(just): add alias for yafti (until we change the command in yafti)

* fix(just): apply correct playback props for virtual channels when on deck image

a valve update added virtual sink and filter chain which messes up default outputs for the old config

* chore(just): add more recommended programs for routing audio

* chore: Update to use Sunshine from copr

* chore: Hide toggle-autologin

* chore(just): merge setup and remove recipes for audio

* feat(just): add recipe to restart pipewire

* chore(just): Combine waydroid recipes

* fix(yafti): make yafti use the new recipes for sunshine and grub

* feat(just): add looking-glass selinux option to setup-virtualization

* feat(just): add alias for wayland toggle
This is mainly so both _toggle_wayland and _toggle-wayland will be correct, as this is the only recipe with underscore instead of dash

* chore(just): remove aliases to old "patch" verb for fixes

* feat(just): combine install decky and get alt handheld recipes to setup-decky

* feat(yafti): update yafti config to use new changes

* chore: update readme to reflect new ujust recipes

* fix(yafti): update desktop yafti config to use new ujust recipes

* chore(just): add echo to restart-pipewire

* feat(just): implement ujust configure-powerprofile for kde

* feat: add support for sending power-saver dbus signal on gnome

* fix(just): activate the default power profile after selecting it as default

* feat(just): add message with highlight to ask people to use Balanced profile for testing/debugging

* fix: only try to remove the autostart file if the file exists

---------

Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
2024-02-29 22:31:59 -08:00
Kyle Gospodnetich
94d7ad031e Merge branch 'justfile-cleanup' into testing 2024-02-29 20:32:33 -08:00
Kyle Gospodnetich
abe7478c94 Merge branch 'main' into testing 2024-02-29 20:32:16 -08:00
HikariKnight
68ce7881aa fix: only try to remove the autostart file if the file exists 2024-02-29 21:37:21 +01:00
HikariKnight
1b04bc6510 feat(just): add message with highlight to ask people to use Balanced profile for testing/debugging 2024-02-29 21:35:19 +01:00
HikariKnight
93f2464bb1 fix(just): activate the default power profile after selecting it as default 2024-02-29 21:23:03 +01:00
HikariKnight
07b9bdde6c feat: add support for sending power-saver dbus signal on gnome 2024-02-29 21:15:14 +01:00
Kyle Gospodnetich
cffb1acdc3 chore: Include filelight on KDE 2024-02-29 11:15:47 -08:00
HikariKnight
d67feeb690 feat(just): implement ujust configure-powerprofile for kde 2024-02-29 19:52:26 +01:00
HikariKnight
f725c4baa1 chore(just): add echo to restart-pipewire 2024-02-29 17:58:00 +01:00
HikariKnight
b24b56ac30 fix(yafti): update desktop yafti config to use new ujust recipes 2024-02-29 16:14:07 +01:00
HikariKnight
a5c7cb5db7
Merge branch 'main' into justfile-cleanup 2024-02-29 16:03:38 +01:00
HikariKnight
e2f8d6fbca feat(yafti): update yafti config to use new changes 2024-02-29 15:57:41 +01:00
HikariKnight
4ad5e4023d feat(just): combine install decky and get alt handheld recipes to setup-decky 2024-02-29 15:56:06 +01:00
HikariKnight
9ec3dcfaee chore(just): remove aliases to old "patch" verb for fixes 2024-02-29 15:53:49 +01:00
HikariKnight
029ab4a957 feat(just): add alias for wayland toggle
This is mainly so both _toggle_wayland and _toggle-wayland will be correct, as this is the only recipe with underscore instead of dash
2024-02-29 15:14:56 +01:00
HikariKnight
f35bcf18b5 feat(just): add looking-glass selinux option to setup-virtualization 2024-02-29 14:57:18 +01:00
HikariKnight
5a46048281 fix(yafti): make yafti use the new recipes for sunshine and grub 2024-02-29 14:44:11 +01:00
Kyle Gospodnetich
9ad38388df chore: Ignore sunshine in system76-scheduler config, Nice value for this should instead be set by systemd 2024-02-27 23:25:37 -08:00
Kyle Gospodnetich
0fd73bfd9f chore: Cleanup System76-Scheduler config 2024-02-27 23:08:24 -08:00
Kyle Gospodnetich
93bc12f304 fix: Correct issue with user setup script execution check 2024-02-27 18:29:45 -08:00
HikariKnight
423faa4a3a chore(just): Combine waydroid recipes 2024-02-27 19:09:38 +01:00
HikariKnight
0bfd46a4b7 feat(just): add recipe to restart pipewire 2024-02-27 17:34:30 +01:00
HikariKnight
3a7c3f27f3 chore(just): merge setup and remove recipes for audio 2024-02-27 17:32:35 +01:00
Peter Tri Ho
0f2fb7daee
fix: correct orientation for GPD Win Max 2 (2022) (#819) 2024-02-27 00:44:10 -08:00
Kyle Gospodnetich
65b9206727 fix(deck): Correct default scale 2024-02-25 01:13:52 -08:00
Kyle Gospodnetich
44d6bc458b chore(gnome): Replace Pods with BoxBuddy in Container folder 2024-02-24 23:08:12 -08:00
Kyle Gospodnetich
546a9cdf06 chore(ci): Various build fixes
chore: Update version of flatpak and hardware setup scripts
2024-02-24 21:43:48 -08:00