Home
| Link | GitHub |
|---|---|
| make-xfce-style | GitHub |
Subject
Usage
Quick Start
How to download make-xfce-style.sh and run it.
- run
bash <(curl -L https://raw.githubusercontent.com/samwhelp/make-xfce-style/refs/heads/main/make-xfce-style.sh)
- or run
bash <(wget -q https://raw.githubusercontent.com/samwhelp/make-xfce-style/refs/heads/main/make-xfce-style.sh -O - )
- or run
bash -c "$(curl -fsSL https://raw.githubusercontent.com/samwhelp/make-xfce-style/refs/heads/main/make-xfce-style.sh || wget -q https://raw.githubusercontent.com/samwhelp/make-xfce-style/refs/heads/main/make-xfce-style.sh -O - )"
- or run
bash -c "$(wget -q https://raw.githubusercontent.com/samwhelp/make-xfce-style/refs/heads/main/make-xfce-style.sh -O - || curl -fsSL https://raw.githubusercontent.com/samwhelp/make-xfce-style/refs/heads/main/make-xfce-style.sh)"
Basic
default
./make-xfce-style.sh
Option: REF_MASTER_DISTRO
- execute local script
REF_MASTER_DISTRO=archlinux ./make-xfce-style.sh
- execute remote script
REF_MASTER_DISTRO=archlinux bash <(curl -L https://raw.githubusercontent.com/samwhelp/make-xfce-style/refs/heads/main/make-xfce-style.sh)
Option: REF_MASTER_STYLE
- execute local script
REF_MASTER_STYLE=vimix ./make-xfce-style.sh
- execute remote script
REF_MASTER_STYLE=vimix bash <(curl -L https://raw.githubusercontent.com/samwhelp/make-xfce-style/refs/heads/main/make-xfce-style.sh)
Option
Option / REF_MASTER_DISTRO
| REF_MASTER_DISTRO |
|---|
debian (default) |
ubuntu |
fedora |
archlinux |
voidlinux |
We can use
REF_MASTER_DISTRO=anyto skip the step of installing required packages.
Option / REF_MASTER_STYLE
| REF_MASTER_STYLE |
|---|
jasper (default) |
graphite |
fluent |
colloid |
vimix |
orchis |
layan |
lavanda |
qogir |
Link
| Link | GitHub |
|---|---|
| Xfce Adjustment | GitHub |
Related Projects
| Link | GitHub |
|---|---|
| make-gnome-shell-style | GitHub |
| make-xfce-style | GitHub |
| make-mate-style | GitHub |
| make-cinnamon-style | GitHub |
| Link |
|---|
| demo-style-select |
| make-gnome-shell-layout-wincity / make-gnome-shell-style |
| make-gnome-shell-layout-maccity / make-gnome-shell-style |
| Link | GitHub |
|---|---|
| deb-recipe | GitHub |
| deb-coffee | GitHub |