diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-23 23:50:54 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-23 23:50:54 -0500 |
commit | 033f79d5f73c0e3a15976e57fcf71c7d2e0aa79b (patch) | |
tree | d9351e6999294f3ed005e821695c3d081fe0b537 /src/openbox-3 | |
download | librix-033f79d5f73c0e3a15976e57fcf71c7d2e0aa79b.tar.lz librix-033f79d5f73c0e3a15976e57fcf71c7d2e0aa79b.tar.xz librix-033f79d5f73c0e3a15976e57fcf71c7d2e0aa79b.zip |
first commit
Diffstat (limited to 'src/openbox-3')
-rw-r--r-- | src/openbox-3/close.xbm | 4 | ||||
-rw-r--r-- | src/openbox-3/close_hover.xbm | 4 | ||||
-rw-r--r-- | src/openbox-3/desk.xbm | 4 | ||||
-rw-r--r-- | src/openbox-3/desk_toggled.xbm | 4 | ||||
-rw-r--r-- | src/openbox-3/iconify.xbm | 4 | ||||
-rw-r--r-- | src/openbox-3/iconify_hover.xbm | 4 | ||||
-rw-r--r-- | src/openbox-3/max.xbm | 4 | ||||
-rw-r--r-- | src/openbox-3/max_toggled.xbm | 4 | ||||
-rw-r--r-- | src/openbox-3/shade.xbm | 4 | ||||
-rw-r--r-- | src/openbox-3/shade_toggled.xbm | 4 | ||||
-rw-r--r-- | src/openbox-3/themerc | 154 |
11 files changed, 194 insertions, 0 deletions
diff --git a/src/openbox-3/close.xbm b/src/openbox-3/close.xbm new file mode 100644 index 0000000..0486bd9 --- /dev/null +++ b/src/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 8 +#define close_height 8 +static unsigned char close_bits[] = { + 0x42, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0x42 }; diff --git a/src/openbox-3/close_hover.xbm b/src/openbox-3/close_hover.xbm new file mode 100644 index 0000000..4a88cff --- /dev/null +++ b/src/openbox-3/close_hover.xbm @@ -0,0 +1,4 @@ +#define close_width 6 +#define close_height 6 +static unsigned char close_bits[] = { + 0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 }; diff --git a/src/openbox-3/desk.xbm b/src/openbox-3/desk.xbm new file mode 100644 index 0000000..abca780 --- /dev/null +++ b/src/openbox-3/desk.xbm @@ -0,0 +1,4 @@ +#define desk_toggled_width 8 +#define desk_toggled_height 8 +static unsigned char desk_toggled_bits[] = { + 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; diff --git a/src/openbox-3/desk_toggled.xbm b/src/openbox-3/desk_toggled.xbm new file mode 100644 index 0000000..b4b5330 --- /dev/null +++ b/src/openbox-3/desk_toggled.xbm @@ -0,0 +1,4 @@ +#define desk_width 8 +#define desk_height 8 +static unsigned char desk_bits[] = { + 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; diff --git a/src/openbox-3/iconify.xbm b/src/openbox-3/iconify.xbm new file mode 100644 index 0000000..9a9743f --- /dev/null +++ b/src/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 8 +#define iconify_height 8 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; diff --git a/src/openbox-3/iconify_hover.xbm b/src/openbox-3/iconify_hover.xbm new file mode 100644 index 0000000..9a9743f --- /dev/null +++ b/src/openbox-3/iconify_hover.xbm @@ -0,0 +1,4 @@ +#define iconify_width 8 +#define iconify_height 8 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; diff --git a/src/openbox-3/max.xbm b/src/openbox-3/max.xbm new file mode 100644 index 0000000..88bb9bd --- /dev/null +++ b/src/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 8 +#define max_height 8 +static unsigned char max_bits[] = { + 0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff }; diff --git a/src/openbox-3/max_toggled.xbm b/src/openbox-3/max_toggled.xbm new file mode 100644 index 0000000..cec3f24 --- /dev/null +++ b/src/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_toggled_width 8 +#define max_toggled_height 8 +static unsigned char max_toggled_bits[] = { + 0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff }; diff --git a/src/openbox-3/shade.xbm b/src/openbox-3/shade.xbm new file mode 100644 index 0000000..fcacf42 --- /dev/null +++ b/src/openbox-3/shade.xbm @@ -0,0 +1,4 @@ +#define shade_width 8 +#define shade_height 8 +static unsigned char shade_bits[] = { + 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; diff --git a/src/openbox-3/shade_toggled.xbm b/src/openbox-3/shade_toggled.xbm new file mode 100644 index 0000000..594201e --- /dev/null +++ b/src/openbox-3/shade_toggled.xbm @@ -0,0 +1,4 @@ +#define shade_toggled_width 8 +#define shade_toggled_height 8 +static unsigned char shade_toggled_bits[] = { + 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 }; diff --git a/src/openbox-3/themerc b/src/openbox-3/themerc new file mode 100644 index 0000000..ce40967 --- /dev/null +++ b/src/openbox-3/themerc @@ -0,0 +1,154 @@ +# Name: Oomox (Librix fork) Openbox theme +# Author: Satyajit Sahoo <satyajit.happy@gmail.com> +# License: GPL-3.0+ + +# @TODO: finish replacing the colors here + + +# Menu +menu.border.color: #eeeeee + +menu.title.bg: Solid Flat +menu.title.bg.color: #111111 +menu.title.bg.shadow: 0 +menu.title.text.color: #eeeeee +menu.title.text.justify: Center + +menu.items.bg: Solid Flat +menu.items.bg.color: #111111 +menu.items.text.color: #eeeeee +menu.items.disabled.text.color: #747474 + +menu.items.active.bg: Solid Flat +menu.items.active.bg.color: #4285f4 +menu.items.active.text.color: #eeeeee + +menu.separator.color: #747474 +menu.separator.width: 1 +menu.separator.padding.width: 2 +menu.separator.padding.height: 4 + +# Window focused +window.active.title.separator.color: #111111 + +# Active window +window.active.border.color: #4285f4 + +window.active.title.bg: flat solid +window.active.title.bg.color: #111111 +window.active.title.separator.color: #111111 +window.active.text.justify: center + +window.active.label.bg: parentrelative +window.active.label.text.color: #eeeeee + +window.active.handle.bg: flat solid +window.active.handle.bg.color: #111111 + +window.active.grip.bg: flat solid +window.active.grip.bg.color: #111111 + +window.active.button.unpressed.bg: flat solid +window.active.button.unpressed.bg.color: #111111 +window.active.button.unpressed.image.color: #eeeeee + +window.active.button.pressed.bg: flat solid +window.active.button.pressed.bg.color: #4285f4 +window.active.button.pressed.image.color: #ffffff + +window.active.button.disabled.bg: flat solid +window.active.button.disabled.bg.color: #111111 +window.active.button.disabled.image.color: #747474 + +window.active.button.hover.bg: flat solid +window.active.button.hover.bg.color: #111111 +window.active.button.hover.image.color: #4285f4 + +#window.active.button.toggled.bg: #4285f4 +#window.active.button.toggled.image.color: #ffffff + +# Inactive window +window.inactive.border.color: #111111 + +window.inactive.title.bg: flat solid +window.inactive.title.bg.color: #111111 +window.inactive.title.separator.color: #111111 +window.inactive.text.justify: center + +window.inactive.label.bg: parentrelative +window.inactive.label.text.color: #747474 + +window.inactive.handle.bg: flat solid +window.inactive.handle.bg.color: #111111 + +window.inactive.grip.bg: flat solid +window.inactive.grip.bg.color: #111111 + +window.inactive.button.unpressed.bg: flat solid +window.inactive.button.unpressed.bg.color: #111111 +window.inactive.button.unpressed.image.color: #747474 + +window.inactive.button.pressed.bg: flat solid +window.inactive.button.pressed.bg.color: #4285f4 +window.inactive.button.pressed.image.color: #ffffff + +window.inactive.button.disabled.bg: flat solid +window.inactive.button.disabled.bg.color: #747474 +window.inactive.button.disabled.image.color: #111111 + +window.inactive.button.hover.bg: flat solid +window.inactive.button.hover.bg.color: #111111 +window.inactive.button.hover.image.color: #4285f4 + + +# OSD +osd.border.width: 1 +osd.border.color: #4285f4 + +osd.bg: flat solid +osd.bg.color: #111111 +osd.label.bg: flat solid +osd.label.bg.color: #111111 +osd.label.text.color: #eeeeee + +# OSD +osd.bg: Solid Flat +osd.bg.color: #111111 +osd.bg.shadow: 0 + +osd.border.width: 2 +osd.hilight.bg: Solid Flat +osd.hilight.bg.color: #4285f4 +osd.unhilight.bg: flat solid +osd.unhilight.bg.color: #101010 + +osd.button.unpressed.bg: flat border +osd.button.unpressed.bg.color: #101010 +#osd.button.unpressed.*.border.color: #eeeeee + +osd.button.pressed.bg: flat border +osd.button.pressed.bg.color: #4285f4 +#osd.button.pressed.*.border.color: #ffffff + +osd.button.focused.bg: flat solid border +osd.button.focused.bg.color: #eeeeee +#osd.button.focused.*.border.color: #101010 + +osd.button.focused.box.color: #4285f4 + + +# Fonts +window.active.label.text.font:shadow=n +window.inactive.label.text.font:shadow=n +menu.items.font:shadow=n +menu.title.text.font:shadow=n + + +# Everything else +border.width: 3 +padding.width: 8 +padding.height: 3 +window.handle.width: 0 +window.client.padding.width: 0 +window.label.text.justify: center +#menu.overlap: 0 |