| rgaps-theme-collection | GitHub |
- Xfwm4 Theme / RGaps / Download and Install
- RGaps / Style
- RGaps / Helper
- GNOME-LOOK.ORG / XFCE / XFWM4 Themes / RGaps
Branch |
---|
gh-pages |
all |
main |
rgaps-black |
rgaps-black-nobuttons |
rgaps-blend |
rgaps-blend-nobuttons |
rgaps-line |
rgaps-line-nobuttons |
RGaps | GitHub |
---|---|
RGapsBlack | GitHub |
RGapsBlackNoButtons | GitHub |
RGapsBlend | GitHub |
RGapsBlendNoButtons | GitHub |
RGapsLine | GitHub |
RGapsLineNoButtons | GitHub |
run to download and install RGapsBlack
wget -c "https://github.com/samwhelp/rgaps-theme-collection/archive/refs/heads/rgaps-black.tar.gz" -O "rgaps-theme-collection-rgaps-black.tar.gz"
tar xf "rgaps-theme-collection-rgaps-black.tar.gz"
cp -rf "./rgaps-theme-collection-rgaps-black/." "${HOME}/.themes/RGapsBlack"
run to download and install RGapsBlackNoButtons
wget -c "https://github.com/samwhelp/rgaps-theme-collection/archive/refs/heads/rgaps-black-nobuttons.tar.gz" -O "rgaps-theme-collection-rgaps-black-nobuttons.tar.gz"
tar xf "rgaps-theme-collection-rgaps-black-nobuttons.tar.gz"
cp -rf "./rgaps-theme-collection-rgaps-black-nobuttons/." "${HOME}/.themes/RGapsBlackNoButtons"
run to download and install RGapsBlend
wget -c "https://github.com/samwhelp/rgaps-theme-collection/archive/refs/heads/rgaps-blend.tar.gz" -O "rgaps-theme-collection-rgaps-blend.tar.gz"
tar xf "rgaps-theme-collection-rgaps-blend.tar.gz"
cp -rf "./rgaps-theme-collection-rgaps-blend/." "${HOME}/.themes/RGapsBlend"
run to download and install RGapsBlendNoButtons
wget -c "https://github.com/samwhelp/rgaps-theme-collection/archive/refs/heads/rgaps-blend-nobuttons.tar.gz" -O "rgaps-theme-collection-rgaps-blend-nobuttons.tar.gz"
tar xf "rgaps-theme-collection-rgaps-blend-nobuttons.tar.gz"
cp -rf "./rgaps-theme-collection-rgaps-blend-nobuttons/." "${HOME}/.themes/RGapsBlendNoButtons"
run to download and install RGapsLine
wget -c "https://github.com/samwhelp/rgaps-theme-collection/archive/refs/heads/rgaps-line.tar.gz" -O "rgaps-theme-collection-rgaps-line.tar.gz"
tar xf "rgaps-theme-collection-rgaps-line.tar.gz"
cp -rf "./rgaps-theme-collection-rgaps-line/." "${HOME}/.themes/RGapsLine"
run to download and install RGapsLineNoButtons
wget -c "https://github.com/samwhelp/rgaps-theme-collection/archive/refs/heads/rgaps-line-nobuttons.tar.gz" -O "rgaps-theme-collection-rgaps-line-nobuttons.tar.gz"
tar xf "rgaps-theme-collection-rgaps-line-nobuttons.tar.gz"
cp -rf "./rgaps-theme-collection-rgaps-line-nobuttons/." "${HOME}/.themes/RGapsLineNoButtons"
run to download and install all RGaps
wget -c "https://github.com/samwhelp/rgaps-theme-collection/archive/refs/heads/all.tar.gz" -O "rgaps-theme-collection-all.tar.gz"
tar xf rgaps-theme-collection-all.tar.gz
cp -rf "./rgaps-theme-collection-all/collection/xfwm-theme/themes/." "${HOME}/.themes"
- Xfce / Docs / Xfconf-query
- man xfconf-query
Theme | Theme Name | Theme Dir Path |
---|---|---|
xfwm-theme | RGapsBlendNoButtons | ~/.themes/RGapsBlendNoButtons |
gtk-theme | Gruvbox | ~/.themes/Gruvbox |
icon-theme | Gruvbox-Dark | ~/.icons/Gruvbox-Dark |
cursor-theme | breeze_cursors | /usr/share/icons/breeze_cursors |
xfconf-query -c "xfwm4" -p "/general/theme" -s "RGapsBlendNoButtons"
xfconf-query -c "xsettings" -p "/Net/ThemeName" -s "Gruvbox"
xfconf-query -c "xsettings" -p "/Net/IconThemeName" -s "Gruvbox-Dark"
xfconf-query -c "xsettings" -p "/Gtk/CursorThemeName" -s "breeze_cursors"
xfconf-query -c "xsettings" -p "/Gtk/CursorThemeSize" -s "24"
Helper |
---|
rgaps-theme-installer |