Add Omakub Theme Switcher GNOME Shell Extension #595
Open
szamski wants to merge 12 commits intobasecamp:masterfrom
Open
Add Omakub Theme Switcher GNOME Shell Extension #595szamski wants to merge 12 commits intobasecamp:masterfrom
szamski wants to merge 12 commits intobasecamp:masterfrom
Conversation
- Add Rust+GTK4 GUI application for theme switching - Add GNOME Shell extension for Quick Settings integration - Add desktop entry and launcher script - Add automatic Rust and GTK4 installation if missing - Add theme switcher icon
- Enable extensions via gsettings instead of gnome-extensions command - Install theme switcher extension before enabling extensions - Add proper delays for GNOME Shell to detect new extensions - Preserve existing enabled extensions when adding new ones - Add better error handling and user feedback
- Add error suppression to prevent installation failures - Handle cases where TopHat extension is not yet loaded - Update all theme tophat.sh files consistently
- Update boot.sh to clone from szamski/Omakub_by_Szamski - Update README.md with feature branch installation command - Change default branch from stable to feature/theme-switcher
- Change README install URL from feature/theme-switcher to main - Change boot.sh default branch from feature/theme-switcher to main - Allows OMAKUB_REF environment variable to override branch
- Centralizes theme application logic - Applies themes to GNOME, Alacritty, Neovim, VS Code, btop, and Zellij - Used by GNOME Shell extension for theme switching - Supports all existing themes in themes/ directory
- Automatically compile gschemas for extensions after installation - Fixes Blur My Shell 'gschemas.compiled not found' error - Applies to all extensions that have schemas directory
- Add sensible defaults for Blur my Shell extension - Enable blur for panel and overview with moderate intensity - Disable blur for lockscreen and screenshots for performance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a theme switcher directly in GNOME Quick Settings panel, allowing users to change Omakub themes without opening terminal.
Changes
Features
Testing