bluebyt / Wayfire-dots

Wayfire is a 3D Wayland compositor
126 stars 4 forks source link

How to Install Pixdecor exactly? #3

Closed DarkevilPT closed 3 months ago

DarkevilPT commented 3 months ago
git clone https://github.com/WayfireWM/wf-install
cd pixdecor
PKG_CONFIG_PATH=/opt/wayfire/lib/pkgconfig meson setup build --prefix=/opt/wayfire
ninja -C build
ninja -C build install

I cant find any pixdecor inside wf-install. How exactly can we make that amazing theme to happen on wayfire?

DarkevilPT commented 3 months ago

I believe this is the missing correct code from the readme I assume?

https://github.com/soreau/pixdecor.git
cd pixdecor
PKG_CONFIG_PATH=/opt/wayfire/lib/pkgconfig meson setup build --prefix=/opt/wayfire
ninja -C build
ninja -C build install
bluebyt commented 3 months ago

My mistake, Thank you for pointing that out, I will correct the line:

git clone https://github.com/soreau/pixdecor.git
bluebyt commented 3 months ago

Fixed the instruction for pixdecor