129 Commits

Author SHA1 Message Date
Kyle Gospodnetich
3e16a3dddf chore: Remove old ublue-update configs & scripts 2024-01-25 23:18:19 -08:00
Kyle Gospodnetich
e43ff9ee98 fix(asus): Ensure ROG GUI is installed. 2024-01-23 20:46:00 -08:00
Kyle Gospodnetich
0c844673c8 chore: Correct path for new de justfile 2024-01-22 09:49:56 -08:00
Kyle Gospodnetich
82591640c5 chore: Further justfile cleanup, split by DE and separate nvidia-only rules 2024-01-22 07:44:43 -08:00
Kyle Gospodnetich
dc95ca98b6 feat: Add System Update application utilizing Topgrade 2024-01-21 19:53:15 -08:00
Pat Connors
7c4d2accac
feat(gnome): Remove Totem in favor of Celluloid (#697)
* Boot Video

By: [SuperRiderTH (Sean)](https://github.com/SuperRiderTH)

* feat(kde): Add Haruna

GNOME has a media player pre-installed, so why not KDE?  This is their own media player that uses qt and all of that.  

I know the image is getting gigantic though, so this could wait until we get diffs updated instead of users downloading the entire image every update.

* feat(gnome): Remove Totem (EOL Runtime) and Add Celluloid

Adds [Celluloid](https://github.com/celluloid-player/celluloid) instead of Totem.  Totem currently has an EOL runtime, but that might be resolved soon. 

Although I added this because Bluefin already uses this by default too.  Keeps us kind of aligned.
2024-01-19 16:45:49 -08:00
Kyle Gospodnetich
779951d7b1 feat(gnome): Show link to Pods in Bazzite Menu 2024-01-14 21:53:29 -08:00
Kyle Gospodnetich
228d8579b3 chore(gnome): Move tuned-gui into utilities folder 2024-01-13 00:38:21 -08:00
Kyle Gospodnetich
bbc6215158 Merge branch 'testing' into main-next 2024-01-10 10:22:17 -08:00
Kyle Gospodnetich
5882566c6b chore(gnome): Move Pods to Containers folder 2024-01-09 21:58:20 -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
18845dc9ad chore(gnome): Add Pods to Utilities folder 2024-01-09 19:45:25 -08:00
Kyle Gospodnetich
ef0d8732c8 feat: Add Pods as a default feature, great for managing distrobox/containers. 2024-01-09 19:31:40 -08:00
Kyle Gospodnetich
028884ac69 feat: Add Pods as a default feature, great for managing distrobox/containers. 2024-01-09 19:31:27 -08:00
Kyle Gospodnetich
b2d3906f4b feat(kde): Add dconf for Prompt 2024-01-08 01:24:35 -08:00
Kyle Gospodnetich
7d8d841b48 feat(gnome): Give users the full wobble if they enable the compiz extension 2024-01-05 11:28:50 -08:00
Kyle Gospodnetich
4f27c04d4b feat(gnome): Add hot edge as a default extension, greatly improves desktop UX by making the dash behave more like a hidden dock. Apply pressure to the bottom of your screen to make it appear. 2024-01-04 22:27:52 -08:00
Kyle Gospodnetich
57b8a2bdcf chore(firefox-config): Fix sharp corners 2024-01-02 11:08:02 -08:00
Kyle Gospodnetich
d97b450d62 chore(firefox-config): Store in /usr and copy to /var in bazzite-flatpak-manager, cleanup 2024-01-02 00:13:56 -08:00
Kyle Gospodnetich
17d7528823
chore: Remove blur my shell hack level override 2023-12-30 15:54:55 -08:00
Kyle Gospodnetich
a55b48e5ed feat: Add Webapp Manager 2023-12-29 23:15:30 -08:00
Kyle Gospodnetich
1b03877863 chore(gnome): Use Fira Code as the monospace font 2023-12-28 23:30:08 -08:00
Kyle Gospodnetich
8afc6a6655 chore: Remove Waydroid from Gaming Utilities 2023-12-28 16:49:31 -08:00
Kyle Gospodnetich
1df1ec74e4 fix: Use Waydroid folder name to match KDE, move Bazzite Portal into utilities 2023-12-28 15:28:44 -08:00
Kyle Gospodnetich
2d79a4553c Revert "feat(gnome): Fix caps-lock input delay (#630)"
This reverts commit cdc6ce59454927da9dda021afd04699de4751df6.
2023-12-26 12:19:51 -08:00
Kyle Gospodnetich
c002f55398 Revert "feat(gnome): Fix caps-lock input delay (#630)"
This reverts commit 36ee23c00d15fe608403fd71aa85244ff9c76a50.
2023-12-26 12:19:30 -08:00
fiftydinar
cdc6ce5945 feat(gnome): Fix caps-lock input delay (#630)
* feat: Fix caps-lock input delay

This is one of the 1st issues which ex-Windows users notice when they switch to Linux. I am one of those users who uses Caps-Lock instead of Shift for uppercase letters.

This will get rid of input delay, while the "light indicator" delay is still the same (I mentioned this distinction to not confuse you if you don't "see" any changes).

To test, type "Helo" repeatedly using Caps Lock.
You will no longer see "HElo" in your texts.

Fix took from here:
https://forum.manjaro.org/t/caps-lock-behaviour-wayland/79868/8

* Add needed dconf for caps-lock delay fix

* Place this in desktop/silverblue, since it is for Gnome only for now

---------

Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
2023-12-25 23:20:05 -08:00
fiftydinar
b94e3c0b47 feat(gnome): Enable num-lock by default (#629)
It's a no-brainer to have this enabled out-of-the-box imo
2023-12-25 23:20:05 -08:00
fiftydinar
36ee23c00d
feat(gnome): Fix caps-lock input delay (#630)
* feat: Fix caps-lock input delay

This is one of the 1st issues which ex-Windows users notice when they switch to Linux. I am one of those users who uses Caps-Lock instead of Shift for uppercase letters.

This will get rid of input delay, while the "light indicator" delay is still the same (I mentioned this distinction to not confuse you if you don't "see" any changes).

To test, type "Helo" repeatedly using Caps Lock.
You will no longer see "HElo" in your texts.

Fix took from here:
https://forum.manjaro.org/t/caps-lock-behaviour-wayland/79868/8

* Add needed dconf for caps-lock delay fix

* Place this in desktop/silverblue, since it is for Gnome only for now

---------

Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
2023-12-25 23:19:17 -08:00
fiftydinar
18bd602959
feat(gnome): Enable num-lock by default (#629)
It's a no-brainer to have this enabled out-of-the-box imo
2023-12-25 21:26:30 -08:00
Kyle Gospodnetich
51430bd093 chore(gnome): Rename Distrobox folder to "Containers", rename "Waydroid Apps" to "Android Apps'. 2023-12-23 17:25:00 -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
Kyle Gospodnetich
37990b7273 feat(gnome): Enable blur my shell by default 2023-12-22 13:25:30 -08:00
Kyle Gospodnetich
48586fe21b
feat(gnome): Add default settings for blur my shell 2023-12-22 13:15:39 -08:00
Kyle Gospodnetich
f2ab19e804 chore(gnome): Make alt+tab more useful, customize some other sizes 2023-12-22 10:51:04 -08:00
Kyle Gospodnetich
06734f9be6 feat(gnome): Enable workspace wrap around, fix annoying attention notification, remove delay from alt+tab
feat(gnome): Place OSD in top left on deck images, matching SteamOS Gamemode
2023-12-22 10:42:07 -08:00
Kyle Gospodnetich
d8cc1ebe46 fix: Always launch prompt in a new window when xdg-terminal-exec is called with no input 2023-12-22 10:03:01 -08:00
Kyle Gospodnetich
486fd46684 fix(gnome): Fix prompt keyboard shortcut, add default config for Logo menu to dconf, clean up config change from Containerfile. 2023-12-21 20:51:49 -08:00
Kyle Gospodnetich
77b5677334 chore(gnome): Add tuned-gui to the Utilities folder 2023-12-21 13:08:25 -08:00
Kyle Gospodnetich
f47dc5f14d feat(gnome): Enable just perfection shell theme by default on Desktop images 2023-12-20 23:39:26 -08:00
Kyle Gospodnetich
819ee2c445 feat(gnome): Configure Just Perfection extension by default, hide Search box on Deck builds due to Steam Keyboard not functioning with it 2023-12-20 23:15:59 -08:00
Kyle Gospodnetich
65621e6c1b chore: Add boxbuddy to Distrobox folder 2023-12-20 22:43:30 -08:00
Kyle Gospodnetich
2a0988994b chore: Update user-theme extension name 2023-12-20 21:19:01 -08:00
Kyle Gospodnetich
d04c05241c chore: Move nested desktop into Gaming Utilities 2023-12-20 21:15:13 -08:00
Kyle Gospodnetich
158d1cdea9 chore: Automatically sort Distrobox shortcuts into a Distrobox folder 2023-12-20 12:12:02 -08:00
Kyle Gospodnetich
cbb0ff433c chore: Disable session and window size restoration in prompt by default, makes it behave much closer to stock gnome-terminal 2023-12-20 11:59:35 -08:00
Kyle Gospodnetich
e4763b5d5a chore: Move WineZGUI to the Utilities folder by default 2023-12-20 00:20:15 -08:00
Kyle Gospodnetich
1c0aa89252 chore: Prevent Steam & Lutris from being placed in the Games folder automatically 2023-12-20 00:12:44 -08:00