rgaps-theme-collection
rgaps-theme-collection | GitHub |
Subject
- Xfwm4 Theme / RGaps / Download and Install
- RGaps / Style
- RGaps / Helper
Source
- GNOME-LOOK.ORG / XFCE / XFWM4 Themes / RGaps
Branch
Branch |
---|
gh-pages |
all |
main |
rgaps-black |
rgaps-black-nobuttons |
rgaps-blend |
rgaps-blend-nobuttons |
rgaps-line |
rgaps-line-nobuttons |
Xfwm4 Theme / RGaps
RGaps | GitHub |
---|---|
RGapsBlack | GitHub |
RGapsBlackNoButtons | GitHub |
RGapsBlend | GitHub |
RGapsBlendNoButtons | GitHub |
RGapsLine | GitHub |
RGapsLineNoButtons | GitHub |
RGapsBlack
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"
RGapsBlackNoButtons
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"
RGapsBlend
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"
RGapsBlendNoButtons
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"
RGapsLine
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"
RGapsLineNoButtons
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"
RGaps
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"
Style
- Xfce / Docs / Xfconf-query
- man xfconf-query
RGapsBlendNoButtons Gruvbox
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 |
config-xfwm-theme-RGapsBlendNoButtons
xfconf-query -c "xfwm4" -p "/general/theme" -s "RGapsBlendNoButtons"
config-gtk-theme-Gruvbox
xfconf-query -c "xsettings" -p "/Net/ThemeName" -s "Gruvbox"
config-icon-theme-Gruvbox-Dark
xfconf-query -c "xsettings" -p "/Net/IconThemeName" -s "Gruvbox-Dark"
config-cursor-theme-breeze_cursors
xfconf-query -c "xsettings" -p "/Gtk/CursorThemeName" -s "breeze_cursors"
xfconf-query -c "xsettings" -p "/Gtk/CursorThemeSize" -s "24"
Helper
Helper |
---|
rgaps-theme-installer |