Novator / openbox

Openbox with big (enlarged) close button

Home Page:http://openbox.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is improved Openbox with big (enlarged) close button.
Also added two example themes: "Onyx-Retro" and "Retro 6 (XP Novator)".

Now you can increase the close button with editing a theme setup file, for example:

  /usr/share/themes/Onyx-Retro/openbox-3/themerc

and adding parameter "close.button.percent", example value:

  close.button.percent: 150

means 150% from base button size. A title of the window will look like this:

  [_][u][ x ]



HOW TO COMPILE AND USE

1. Download source using git:

  git clone --depth=1 https://github.com/Novator/openbox

2. Enter to "openbox" directory and execute four commands:

  ./bootstrap
  ./configure --prefix=/usr
  make
  make install (with root user)

3. You need to restart openbox to gain effect (with usual user):

  openbox --restart

4. Use "obconf" utility to choose a big button theme.
If you changed your current theme it's need to reswitch the theme to another
and switch it back.


  Openbox
  Copyright (C) 2004  Mikael Magnusson
  Copyright (C) 2002  Dana Jansens
  Copyright (C) 2024  Michael Galyuk

About

Openbox with big (enlarged) close button

http://openbox.org

License:GNU General Public License v2.0


Languages

Language:C 95.5%Language:Python 1.4%Language:Shell 1.1%Language:M4 1.1%Language:Makefile 0.9%