Desktop customization for Bazzite. GTK theme restoration, terminal transparency, and MOTD settings. Use when users need to customize their desktop appearance.
/plugin marketplace add atrawog/bazzite-ai-plugins/plugin install bazzite@bazzite-ai-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Desktop appearance customization for Bazzite including GTK themes, terminal transparency, and message of the day settings.
| 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 |
# Restore default Bazzite Breeze GTK4 theme
ujust restore-bazzite-breeze-gtk-theme
Restores:
Use when:
# Set Ptyxis terminal transparency (0-1)
ujust ptyxis-transparency 0.8 # 80% opaque
ujust ptyxis-transparency 0.5 # 50% opaque
ujust ptyxis-transparency 1.0 # Fully opaque (no transparency)
ujust ptyxis-transparency 0.0 # Fully transparent
Values:
1.0 = Fully opaque (solid)0.0 = Fully transparent0.8 = Recommended for readabilityNote: Ptyxis is the default terminal on Bazzite GNOME.
# Toggle user MOTD display on terminal
ujust toggle-user-motd
MOTD (Message of the Day):
Toggle:
# Restore default theme
ujust restore-bazzite-breeze-gtk-theme
# Reset terminal transparency
ujust ptyxis-transparency 1.0
# Light transparency
ujust ptyxis-transparency 0.85
# Enable MOTD for info
ujust toggle-user-motd
# Disable MOTD
ujust toggle-user-motd
# Full opacity
ujust ptyxis-transparency 1.0
# List available themes
ls /usr/share/themes/
# Set theme (GNOME)
gsettings set org.gnome.desktop.interface gtk-theme "Adwaita"
# Set icon theme
gsettings set org.gnome.desktop.interface icon-theme "Adwaita"
# List cursors
ls /usr/share/icons/*/cursors
# Set cursor theme
gsettings set org.gnome.desktop.interface cursor-theme "Adwaita"
# Set interface font
gsettings set org.gnome.desktop.interface font-name "Cantarell 11"
# Set monospace font
gsettings set org.gnome.desktop.interface monospace-font-name "Source Code Pro 10"
GTK4 apps:
# Restart GTK4 apps or:
# Log out and log back in
Check theme exists:
ls /usr/share/themes/ | grep -i breeze
Check compositor:
# Wayland sessions have transparency support
echo $XDG_SESSION_TYPE
Ptyxis specific:
# Check Ptyxis is running
pgrep ptyxis
Check config:
# MOTD config location
cat ~/.config/motd-disabled 2>/dev/null
Manual disable:
touch ~/.config/motd-disabled
Default desktop with:
Alternative with:
Note: Some commands may differ on KDE.
Use when the user asks about: