Skip to content

robiot/rojave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

rojave

A Macos inspired openbox theme

image

How to install?

cd ~/.themes
git clone --depth 1 https://github.com/robiot/rojave.git

Pathing openbox

You may notice the title is not fully centered, this can be fixed by changing one line in the openbox souce code.

git clone --depth 1 https://github.com/danakj/openbox.git
cd openbox

# Now open up a text editor in openbox/framerender.c
# Go to the function framerender_label (around line 351)
# In the RrPaint function call, change self->label_width to self->width
# The line should now look like this: RrPaint(a, self->label, self->width, ob_rr_theme->label_height);
./configure --prefix=/usr \
    --with-x \
    --enable-startup-notification \
    --sysconfdir=/etc \
    --libexecdir=/usr/lib/openbox

# Build it
make
# Install it
sudo make install

About

A Macos inspired openbox theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published