Commit Graph

51 Commits

Author SHA1 Message Date
Kyle Gospodnetich
56e085d41b chore: Mention that files are intentionally empty 2024-01-11 23:01:31 -08:00
Kyle Gospodnetich
48525261b7 feat: Use stock fedora gamepad drivers by default. If you are using a controller better served by xpad/xpadneo, switch with "ujust use-ublue-gamepads" 2024-01-11 22:50:58 -08:00
Kyle Gospodnetich
27e1374e4d Merge branch 'main' into main-next 2024-01-10 21:53:53 -08:00
Kyle Gospodnetich
e04afa648f chore: Ship a notice about secure boot 2024-01-10 21:06:26 -08:00
Kyle Gospodnetich
d7d2e87da4 chore: Move Zenpower to just 2024-01-10 20:24:46 -08:00
Kyle Gospodnetich
bd41da22c9 feat: Blacklist k10temp in favor of zenpower3 2024-01-10 01:27:25 -08:00
Kyle Gospodnetich
e66c473a80 fix(kde): Load dconf for Prompt on KDE with bazzite-user-setup 2024-01-09 20:48:25 -08:00
Kyle Gospodnetich
b2d3906f4b feat(kde): Add dconf for Prompt 2024-01-08 01:24:35 -08:00
Kyle Gospodnetich
b375657e70 chore: Restore desktop battery check now that patched psutil is ready 2024-01-04 10:34:02 -08:00
Kyle Gospodnetich
076aca71f0 chore: Minor adjustment to ublue-update settings. Don't dbus notify on deck builds, reduce battery requirement on desktop builds until battery check issues are resolved. 2024-01-02 16:01:57 -08:00
Kyle Gospodnetich
5ff1fefeee feat: Add default config for Firefox to handle vaapi 2024-01-01 18:03:09 -08:00
Kyle Gospodnetich
876a398459 chore: Update system76-scheduler configs 2024-01-01 01:03:04 -08:00
Kyle Gospodnetich
4aa7fabcd5 fix(gnome): Fix issue with xdg-terminal-exec when used with long commands
chore: Additional bash script cleanup
2023-12-23 09:56:09 -08:00
Kyle Gospodnetich
cbdb1b3b5f chore: Standardize all bash scripts on #!/usr/bin/bash
chore: Standardize all python scripts on #!/usr/bin/python3
chore: Update path for ds-inhibit patch
chore(readme): Remove unused package
2023-12-23 00:03:35 -08:00
Kyle Gospodnetich
4c8034f5a6 chore: Standardize all bash scripts on #!/usr/bin/bash
chore: Standardize all python scripts on #!/usr/bin/python3
chore: Update path for ds-inhibit patch
chore(readme): Remove unused package
2023-12-23 00:02:42 -08:00
HikariKnight
1a9bf7fc39 chore: move 10-looking-glass.conf into just (#622)
* chore: move 10-looking-glass.conf into just

* chore: use sudo tee instead of cat and mv
2023-12-18 20:04:40 -08:00
HikariKnight
6a88f0f499
chore: move 10-looking-glass.conf into just (#622)
* chore: move 10-looking-glass.conf into just

* chore: use sudo tee instead of cat and mv
2023-12-18 15:59:15 -08:00
Kyle Gospodnetich
17ffc696e1 feat(waydroid): Set density and gralloc from /etc/default/waydroid-launcher before start 2023-11-03 00:15:09 -07:00
Kyle Gospodnetich
a81410f7ab fix: Fix app icons for Nix apps 2023-11-01 15:52:04 -07:00
Kyle Gospodnetich
84348917a3 chore: Remove CFS tweaks from System76-Scheduler in preparation for EEVDF 2023-10-30 19:09:15 -07:00
Kyle Gospodnetich
f01799625e Fix: Remove pkexec, this resolves some newly reported issues with the bazzite portal 2023-10-23 11:48:12 -07:00
Kyle Gospodnetich
df3f1c4375 chore: Cleanup bazzite-hardware-setup, make more use of initramfs
chore: Use lower numbers for sysctl.d
2023-10-20 17:26:33 -07:00
Kyle Gospodnetich
a96f959844 chore: Replace additional references to just 2023-10-18 20:38:24 -07:00
Kyle Gospodnetich
9f839527a1 Merge branch 'pkexec' 2023-10-17 22:41:34 -07:00
Kyle Gospodnetich
022625ea50 fix: Drop DNS over TLS and SNTP due to reported issues/edge cases, will reintroduce as an option.
chore: Remove script for Nvidia distrobox removal, no longer needed.
2023-10-16 17:04:04 -07:00
RJ Trujillo
9913e3da4d chore(treewide): Drop askpass, use pkexec
This is much nicer as it uses the native polkit interface for password prompts and
doesn't require any foolery like setting ksshaskpass/openssh-askpass as the global
paramter for sudo askpass
2023-10-14 21:27:34 -06:00
HikariKnight
168267634b
feat: Looking glass shm OOB auto generation and support (#424)
* feat: add support for default looking-glass shm file

* feat: add command to add selinux file context for looking-glass shm

* fix: add better description to the just command

* fix: correct vfio.pci.disable_vga=1 to vfio_pci.disable_vga=1
2023-10-13 10:44:22 -07:00
Kyle Gospodnetich
05bce160dd
Update Bazzite Branding (#419)
* chore(branding): Add new Neofetch logo

* chore: Move neofetch related files to system_files/shared directory

* chore: Copy system_files/shared last to ensure it replaces every file present

* chore(readme): Switch to new logo & tagline

* chore: Add press kit

* chore: Update Bazzite Portal logo

* chore: Replace icon on boot screen

* chore: Replace icons in pixmaps folder

* chore: Update opengraph image

* chore(readme): Minor fixes

* chore: Add favicon

* chore: Move Neofetch config back to desktop specific folder

* chore: Add logos for light BGs, update logo in repo with light BG compatible one

* chore: Use colored font logo that works on any background for certain logos

* chore: Add optional icon for KDE application menu

* chore(press-kit): Update README

* chore: Add rei0260 to the top of our thank you list
2023-10-11 11:38:36 -07:00
Kyle Gospodnetich
1761a1739b
feat: Add CEC control (#412)
* feat: Add CEC control (Default enabled only on deck/ally/framegame builds, edit /etc/default/cec-control to change behavior)
Original source is https://github.com/ChimeraOS/chimeraos/pull/428
Big thanks to BoukeHaarsma23

* chore: Fix missing default for sleep standby
2023-10-06 16:55:13 -07:00
Kyle Gospodnetich
afd20b67e6 fix(waydroid): Disable locking in Weston 2023-10-02 21:00:49 -07:00
Kyle Gospodnetich
43cc9f5080 chore: ublue-update script cleanup 2023-10-02 11:53:13 -07:00
Kyle Gospodnetich
708b25e29e feat(waydroid): Add new Waydroid launcher to streamline use 2023-10-02 11:40:26 -07:00
Kyle Gospodnetich
cf7dd2107f fix: Correct issue with updater run from systemd 2023-10-01 21:14:18 -07:00
Kyle Gospodnetich
7a6085e7df feat: Add Weston launcher for Waydroid using policykit to start and stop service 2023-10-01 15:57:19 -07:00
Kyle Gospodnetich
0beec60fee chore: Simplify nvidia check 2023-09-30 08:44:09 -07:00
Kyle Gospodnetich
afc20f4cc7 chore: Rename brew updater to match other files, push further away from existing files in priority. 2023-09-28 23:37:24 -07:00
Kyle Gospodnetich
f9ebb2bca2 feat: Auto update brew packages with ublue-update
fix: Run brew installer as sudo
2023-09-28 22:35:57 -07:00
Kyle Gospodnetich
75f85d8719 feat: Add option to force discover-overlay to launch on GNOME Wayland (See /etc/default/discover-overlay) 2023-09-27 23:09:12 -07:00
Kyle Gospodnetich
fca20410d4 chore: Use v4l2loopback rather than xone for check due to v4l2loopback always being loaded 2023-09-27 17:09:09 -07:00
Kyle Gospodnetich
98083aa71a feat: Add a helpful message to bash for common secure boot & Nvidia user issues. 2023-09-27 16:08:00 -07:00
Kyle Gospodnetich
3621027fdf fix: Correct issue where bazzite-arch updater fails if you're using a bazzite-arch image at a non-default name 2023-09-27 15:56:32 -07:00
Kyle Gospodnetich
7fff9de1c0 feat(desktop): Add discover-overlay matching deck builds (Default disabled, see /etc/default/discover-overlay) 2023-09-27 08:19:23 -07:00
RJ Trujillo
019704d757 fix(image-info): Don't wrap identifiers in quotations
Instead of the raw key being assigned, a key wrapped in quotations was
incorrectly assigned
2023-09-22 22:56:26 -06:00
Kyle Gospodnetich
de1945de1b Merge branch 'main' into justfile-update 2023-09-22 14:30:02 -07:00
Kyle Gospodnetich
9970d5f16a chore: Remove remaining WL files 2023-09-22 14:28:48 -07:00
Kyle Gospodnetich
81bb60084f feat: Switch to new numbered just file system 2023-09-22 14:27:09 -07:00
RJ Trujillo
66a14d300e fix(treewide): Use new image info implementation 2023-09-22 12:26:54 -06:00
Kyle Gospodnetich
8b660728bc chore: Adjust ublue update settings to avoid hitting CPU check when idle at desktop 2023-09-19 10:41:40 -07:00
Kyle Gospodnetich
18e30068dc chore(steamos-update): Move update scripts to user folder to match pending changes in ublue-update 2023-09-17 06:52:21 -06:00
Kyle Gospodnetich
8536117108 feat: Install broadcom's WL driver needed by some hardware. This is default disabled due to it breaking other wifi hardware. 2023-09-14 17:53:07 -07:00