1309 Commits

Author SHA1 Message Date
Kyle Gospodnetich
14f3ea4f56 chore(README): Mention big picture mode under desktop variant. 2023-07-18 14:34:26 -07:00
Kyle Gospodnetich
6a263b50db chore(README): Rename copr section to make more sense to people unfamiliar with copr. 2023-07-18 14:30:57 -07:00
Kyle Gospodnetich
1374e65f2d chore(README): Very minor reorg to keep features common to both versions separate and upfront, remove Usage section until ISOs are ready. 2023-07-18 14:26:49 -07:00
Kyle Gospodnetich
7279d2eda5
Merge pull request #51 from ublue-os/castrojo-patch-1
docs: update the readme with more info
2023-07-18 14:20:05 -07:00
Jorge O. Castro
2f80125073
docs: update the readme with more info 2023-07-18 17:18:50 -04:00
Kyle Gospodnetich
98a8e2a1cd chore(README): Clarify how Steam is installed on the deck variant. 2023-07-18 13:55:40 -07:00
Kyle Gospodnetich
73385e1d06 chore(README): Remove jupiter-hw-support from README due to it never actually being installed in any version of Bazzite. 2023-07-18 12:55:01 -07:00
Kyle Gospodnetich
693a93762a feat(deck): Add option to disable SteamOS-BTRFS 2023-07-18 12:49:22 -07:00
Kyle Gospodnetich
962bd23a30 chore(README): Mention ProtonUp-Qt 2023-07-18 12:30:03 -07:00
Kyle Gospodnetich
9d382fe7a5 chore(README): Mention GCAdapter_OC 2023-07-18 12:26:52 -07:00
Kyle Gospodnetich
273b682dbc
Merge pull request #50 from ublue-os/just-revert-bash
Revert "feat(just): Default to using bash"
2023-07-18 11:22:38 -07:00
Kyle Gospodnetich
40da521e90
Merge pull request #49 from ublue-os/boilr
feat(deck): Add BoilR
2023-07-18 11:21:57 -07:00
Kyle Gospodnetich
4aa37f3a96
Merge pull request #48 from ublue-os/fix-update-progress
fix(steamos-update): Get progress bar working again
2023-07-18 11:21:46 -07:00
Kyle Gospodnetich
22e1126da9 chore(README): Mention CUPS support 2023-07-18 11:18:49 -07:00
Kyle Gospodnetich
b07d1ab053 chore(README): Mention disk encryption support 2023-07-18 11:14:42 -07:00
Kyle Gospodnetich
d2b1ecdd6b chore(README): Link to Fedora Project 2023-07-18 11:13:40 -07:00
Kyle Gospodnetich
da3d72fa6e chore(README): Add 2nd text logo 2023-07-18 11:12:09 -07:00
RJ Trujillo
02965719fc fix(steamos-update): Get progress bar working again
Universal Blue update isn't verbose unless something is logged or an
exception is raised. Because of this, we can't just monitor its output
and increment the progress bar. Instead, we need to wait for it to
complete.

Since there isn't an entirely clean way of doing that, we'll just wait
for the creation of '/tmp/update-check'

This also removes output from the updater to ensure that formatting
stays consistent when the output is passed to Steam.
2023-07-18 11:53:44 -06:00
RJ Trujillo
a197e4f8f5 feat(deck): Add BoilR 2023-07-18 11:51:57 -06:00
RJ Trujillo
8878630c02 Revert "feat(just): Default to using bash"
This doesn't work as intended. Each command instantiates a new shell making this
a hurdle for readability, so remove it instead and continue explicitly defining
the environment

This reverts commit 982be6c44fe65205ef6cbd59785a3883d1052ee2.
2023-07-18 11:47:57 -06:00
Kyle Gospodnetich
ff6e9f437f feat: Set SteamOS theme by default 2023-07-18 10:47:15 -07:00
Kyle Gospodnetich
2191cc183e feat: Add custom neofetch logo and distro name 2023-07-18 10:46:57 -07:00
Kyle Gospodnetich
aba1277b8b chore(README): Add repography widgets, minor tweaks 2023-07-18 08:15:10 -07:00
Kyle Gospodnetich
4c6713b7bd chore(README): Mention where SteamOS packages come from 2023-07-18 08:05:20 -07:00
Kyle Gospodnetich
53cbd34c05 chore(README): Add steamdeck-kmod build status 2023-07-18 08:04:11 -07:00
Kyle Gospodnetich
39d95d50f7 chore(README): Center Bazzite text 2023-07-18 08:02:38 -07:00
RJ Trujillo
76ebf78c3e
chore(README): Center Bazzite logo 2023-07-18 06:30:37 -06:00
Kyle Gospodnetich
b5ffcf2e31 feat: Add OpenRGB flatpak to yafti 2023-07-18 01:00:43 -07:00
Kyle Gospodnetich
abed6f86df feat: Add additional flatpaks to yafti (Thanks to nicknamenamenick) 2023-07-18 00:51:29 -07:00
Kyle Gospodnetich
4736f8af85 chore: Smaller logo in repo 2023-07-18 00:27:48 -07:00
Kyle Gospodnetich
8edcc7ac8f chore: Update image description, move logo.png to repo_content 2023-07-18 00:21:04 -07:00
Kyle Gospodnetich
5efb160d00 chore: Minor reorganization 2023-07-18 00:11:41 -07:00
Kyle Gospodnetich
e89e0e3a50 chore: Add example images 2023-07-18 00:08:14 -07:00
Kyle Gospodnetich
00cfcc9238 chore: Big README update 2023-07-18 00:00:35 -07:00
Kyle Gospodnetich
9716b8382f
Merge pull request #45 from ublue-os/touchups
fix: More yafti and just fixes
2023-07-17 23:47:04 -07:00
Kyle Gospodnetich
6e2ffbda78 chore: Add logo to README.md 2023-07-17 23:16:43 -07:00
Kyle Gospodnetich
668d34beaf feat: Add Bazzite logo to Yafti 2023-07-17 23:07:05 -07:00
RJ Trujillo
dd8137413c feat(just): Introduce basic GUI auth handler using kdialog
Keep things simple and straightforward. This handler can be expanded in the
future for compatibility with GNOME
2023-07-17 23:58:04 -06:00
RJ Trujillo
5b9586833d Revert "feat(nix): Use escalated privledges to install"
This reverts commit 6144f91bccf8643880bed62867e2ec06a3113d2e.
2023-07-17 23:58:04 -06:00
RJ Trujillo
e30a5d4757 fix(yafti): Correct path to Steam desktop file for autostart on deck 2023-07-17 23:57:44 -06:00
RJ Trujillo
0613c38415 fix(yafti): Move CoreCtrl and Chiaki4Deck out of the Flatpak packaging screen
These unfortunately can't be here and need to be moved over to the 'run' screen
2023-07-17 23:57:31 -06:00
RJ Trujillo
036be23602 fix(yafti): Use just --unstable in yafti 2023-07-17 21:56:42 -06:00
RJ Trujillo
982be6c44f feat(just): Default to using bash 2023-07-17 21:53:04 -06:00
Kyle Gospodnetich
4b89985861 fix: Add patch for driver name in jupiter-fan-control 2023-07-17 14:51:00 -07:00
Kyle Gospodnetich
1348eb37b3
Merge pull request #44 from ublue-os/touchups
fix: Address more just and yafti issues
2023-07-17 13:47:43 -07:00
RJ Trujillo
6144f91bcc feat(nix): Use escalated privledges to install
Introduces the alias 'guisu' which will handle requests for escalated
privledges in yafti going into the future. An alias is used here so that
we can use whatever implementation a DE may provide
2023-07-17 13:37:28 -06:00
RJ Trujillo
0c80c99206 chore(yafti): Make Bazzite configuration front and center
Given there's a lot of system configuration here that is critical to
having a pristine system, make it the very first thing people see after
the welcome screen
2023-07-17 12:50:56 -06:00
RJ Trujillo
f927f1d79e fix(bazzite-arch): Correct path to environment 2023-07-17 12:35:28 -06:00
Kyle Gospodnetich
5390033b0b
Merge pull request #42 from ublue-os/fix-boot-menu
fix(boot_menu): Correct bazzite-deck-nvidia label
2023-07-17 00:33:05 -07:00
RJ Trujillo
f95b182e1c fix(boot_menu): Correct bazzite-deck-nvidia label 2023-07-16 13:57:46 -06:00