| name | desktop |
| description | Desktop customization for Bazzite. GTK theme restoration, terminal transparency,
and MOTD settings. Use when users need to customize their desktop appearance.
|
Desktop - Bazzite Desktop Customization
Overview
Desktop appearance customization for Bazzite including GTK themes, terminal transparency, and message of the day settings.
Quick Reference
| Command | Description |
|---|
ujust restore-bazzite-breeze-gtk-theme | Restore Bazzite GTK4 theme |
ujust ptyxis-transparency | Set terminal transparency |
ujust toggle-user-motd | Toggle terminal MOTD |
GTK Theme
Restore Bazzite Theme
ujust restore-bazzite-breeze-gtk-theme
Restores:
- Bazzite Breeze GTK4 colors
- Window decorations
- Widget styling
- Default Bazzite appearance
Use when:
- Theme got corrupted
- Changed themes and want to revert
- Fresh desktop appearance needed
Terminal Transparency
Set Transparency
ujust ptyxis-transparency 0.8
ujust ptyxis-transparency 0.5
ujust ptyxis-transparency 1.0
ujust ptyxis-transparency 0.0
Values:
1.0 = Fully opaque (solid)
0.0 = Fully transparent
0.8 = Recommended for readability
Note: Ptyxis is the default terminal on Bazzite GNOME.
Message of the Day
Toggle MOTD
ujust toggle-user-motd
MOTD (Message of the Day):
- Shows system info on terminal open
- Welcome message
- Tips and notifications
Toggle:
- Enabled → Disabled
- Disabled → Enabled
Common Workflows
Clean Desktop Reset
ujust restore-bazzite-breeze-gtk-theme
ujust ptyxis-transparency 1.0
Aesthetic Terminal
ujust ptyxis-transparency 0.85
ujust toggle-user-motd
Minimal Setup
ujust toggle-user-motd
ujust ptyxis-transparency 1.0
Manual Customization
GTK Themes
ls /usr/share/themes/
gsettings set org.gnome.desktop.interface gtk-theme "Adwaita"
gsettings set org.gnome.desktop.interface icon-theme "Adwaita"
Cursor Theme
ls /usr/share/icons/*/cursors
gsettings set org.gnome.desktop.interface cursor-theme "Adwaita"
Font Settings
gsettings set org.gnome.desktop.interface font-name "Cantarell 11"
gsettings set org.gnome.desktop.interface monospace-font-name "Source Code Pro 10"
Troubleshooting
Theme Not Applying
GTK4 apps:
Check theme exists:
ls /usr/share/themes/ | grep -i breeze
Transparency Not Working
Check compositor:
echo $XDG_SESSION_TYPE
Ptyxis specific:
pgrep ptyxis
MOTD Still Showing
Check config:
cat ~/.config/motd-disabled 2>/dev/null
Manual disable:
touch ~/.config/motd-disabled
Desktop Environments
Bazzite GNOME
Default desktop with:
- Ptyxis terminal
- Nautilus file manager
- GNOME extensions
Bazzite KDE
Alternative with:
- Konsole terminal
- Dolphin file manager
- KDE Plasma customization
Note: Some commands may differ on KDE.
Cross-References
- bazzite-ai:shell - Shell customization
- bazzite:gaming - Game Mode appearance
- bazzite:system - System cleanup
When to Use This Skill
Use when the user asks about:
- "GTK theme", "restore theme", "Bazzite theme", "Breeze"
- "terminal transparency", "Ptyxis", "transparent terminal"
- "MOTD", "message of the day", "terminal welcome"
- "desktop appearance", "customize desktop"