pull/515/merge
Kristian Garnét 7 years ago committed by GitHub
commit 39cc138e4e

@ -0,0 +1,4 @@
#define bullet_width 6
#define bullet_height 6
static unsigned char bullet_bits[] = {
0x00, 0x02, 0x04, 0x08, 0x04, 0x02 };

@ -0,0 +1,5 @@
#define close_width 10
#define close_height 10
static unsigned char close_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x84, 0x00, 0x48, 0x00, 0x30, 0x00, 0x30, 0x00,
0x48, 0x00, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00 };

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

@ -0,0 +1,4 @@
#define desk_width 8
#define desk_height 8
static unsigned char desk_bits[] = {
0x00, 0x00, 0x48, 0x78, 0x7f, 0x78, 0x48, 0x00 };

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

@ -0,0 +1,4 @@
#define desk_toggled_width 6
#define desk_toggled_height 6
static unsigned char desk_toggled_bits[] = {
0x00, 0x1e, 0x1e, 0x1e, 0x1e, 0x00 };

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

@ -0,0 +1,5 @@
#define iconify_width 10
#define iconify_height 10
static unsigned char iconify_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0x00, 0x44, 0x00, 0x28, 0x00,
0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 B

@ -0,0 +1,5 @@
#define max_width 10
#define max_height 10
static unsigned char max_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x28, 0x00, 0x44, 0x00,
0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

@ -0,0 +1,4 @@
#define shade_width 6
#define shade_height 6
static unsigned char shade_bits[] = {
0x3f, 0x3f, 0x00, 0x00, 0x00, 0x00 };

@ -0,0 +1,153 @@
! Port of Arc theme for Openbox (Steambox) =====================================
!
! https://github.com/garnetius/steambox
! https://github.com/garnetius/arc-theme
! https://github.com/horst3180/Arc-theme
!
! Common -----------------------------------------------------------------------
*.font: shadow=n
*.justify: center
border.width: 2
border.color: #000000
padding.width: 5
padding.height: 3
*.bg.highlight: 50
! Windows ----------------------------------------------------------------------
window.handle.width: 0
window.button.spacing: 3
window.client.padding.width: 0
window.client.padding.height: 0
! Active window ----------------------------------------------------------------
window.active.title.bg: raised bevel3 solid
window.active.title.bg.color: #E7E8EB
window.active.title.bg.shadow: 0
window.active.label.bg: parentrelative
window.active.label.text.color: #525D76
window.active.label.text.font: shadow=y:shadowtint=-100:shadowoffset=1
window.active.handle.bg: flat solid
window.active.handle.bg.color: #000000
window.active.grip.bg: flat solid
window.active.grip.bg.color: #000000
window.active.button.*.bg: parentrelative
window.active.button.*.image.color: #000000
window.active.button.*.hover.image.color: #3399FF
window.active.button.*.pressed.image.color: #3366FF
window.active.button.*.toggled.image.color: #3366FF
window.active.button.*.disabled.image.color: #909090
! Inactive window --------------------------------------------------------------
!window.inactive.border.color: #202020
window.inactive.title.bg: raised bevel3 solid
window.inactive.title.bg.color: #E7E8EB
window.inactive.title.bg.shadow: 0
window.inactive.label.bg: parentrelative
!window.active.label.bg.border.color: #202020
window.inactive.label.text.color: #525D76
window.inactive.label.text.font: shadow=y:shadowtint=-100:shadowoffset=1
window.inactive.handle.bg: flat solid
!window.inactive.handle.bg.color: #202020
window.inactive.grip.bg: flat solid
!window.inactive.grip.bg.color: #202020
window.inactive.button.*.bg: parentrelative
window.inactive.button.*.image.color: #909090
! Menus ------------------------------------------------------------------------
menu.border.width: 1
menu.border.color: #161A26
menu.padding.width: 10
menu.padding.height: 4
menu.overlap: 0
menu.overlap.x: 0
menu.overlap.y: 0
menu.spacing: 6
menu.title.bg: flat solid
menu.title.bg.color: #252935
menu.title.text.color: #FFFFFF
menu.items.justify: left
menu.items.bg: flat solid
menu.items.bg.color: #353945
menu.items.text.color: #E0E0E0
menu.items.active.bg: flat border solid
menu.items.active.bg.color: #454955
menu.items.active.bg.border.color: #606060
menu.items.active.text.color: #FFFFFF
menu.items.disabled.text.color: #A0A0A0
menu.separator.width: 1
menu.separator.color: #555965
menu.separator.padding.width: 4
menu.separator.padding.height: 3
! OSD --------------------------------------------------------------------------
osd.border.width: 1
osd.border.color: #161A26
osd.padding.width: 6
osd.padding.height: 6
! Popup windows
osd.bg: flat solid
osd.bg.color: #353945
osd.hilight.bg: flat solid
osd.hilight.bg.color: #5294E2
osd.unhilight.bg: flat solid
osd.unhilight.bg.color: #202020
osd.label.bg: parentrelative
osd.label.text.color: #FFFFFF
osd.inactive.label.bg: parentrelative
osd.inactive.label.text.color: #808080
! Focus selection
osd.focus.color: #FFFFFF
osd.focus.border.width: 1
osd.focus.border.color: #FFFFFF
osd.focus.margin: 6
osd.focus.marginicons: 12
osd.focus.hiliteouter: 25
osd.focus.hiliteinner: 20
! Focus outline
osd.outline.width: 4
osd.outline.color: #5294E2
osd.outline.border.width: 0
osd.outline.border.color: #000000

@ -0,0 +1,145 @@
! Port of Arc theme for tint2 (Steambox) =======================================
!
! https://github.com/garnetius/tint2
! https://github.com/garnetius/arc-theme
! https://github.com/horst3180/Arc-theme
!
# Background definitions -------------------------------------------------------
# ID 1
rounded = 0
border_width = 1
background_color = #060A16 90
border_color = #000000 90
borders = --+-
# ID 2
rounded = 0
border_width = 2
background_color = #FFFFFF 50 @30-100,50
#background_color_to = #FFFFFF 0
border_color = #5294E2 100 @15-100,40-80
borders = +---
# ID 3
rounded = 0
border_width = 1
background_color = #000000 0
border_color = #000000 0
borders = -+--
# ID 4
rounded = 0
border_width = 0
background_color = #FFFFFF 10
border_color = #000000 90
# ID 5
rounded = 0
border_width = 2
background_color = #F6F6F6 100
border_color = #202020 100
# Element definitions ----------------------------------------------------------
# Panel
panel_monitor = all
panel_position = top center horizontal
panel_size = 100% 26
panel_margin = 0 0
panel_padding = 0 0 0
panel_dock = 1
panel_layer = top
panel_background_id = 1
panel_items = LTSC
wm_menu = 0
# Autohide
autohide = 0
autohide_show_timeout = 0.25
autohide_hide_timeout = 1
autohide_height = 1
strut_policy = follow_size
# Taskbar
taskbar_mode = single_desktop
taskbar_padding = 4 0 2
taskbar_background_id = 3
taskbar_active_background_id = 3
# Launchers
#launcher_left_padding = 4
#launcher_padding = 6 0 0
#launcher_item_app = /home/user/.local/share/applications/steambox-start-menu.desktop
# Tasks
urgent_nb_of_blink = 8
task_icon = 1
task_text = 1
task_centered = 1
task_maximum_size = 240 24
task_padding = 4 2
task_background_id = 3
task_active_background_id = 2
task_urgent_background_id = 2
task_iconified_background_id = 3
task_tooltip = 1
# Task icon
task_icon_asb = 75 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 70 0 0
# Task font
task_font = Ubuntu 10
task_font_color = #FFFFFF 75
task_active_font_color = #FFFFFF 100
task_urgent_font_color = #FFF6F0 100
task_iconified_font_color = #FFFFFF 70
font_shadow = 0
# System tray
systray = 1
systray_padding = 8 0 6
systray_sort = ascending
systray_background_id = 4
systray_icon_size = 20
systray_icon_asb = 100 0 0
# Tooltips
tooltip_padding = 2 2
tooltip_show_timeout = 0.75
tooltip_hide_timeout = 0.35
tooltip_background_id = 5
tooltip_font = Ubuntu 10
tooltip_font_color = #000000 100
# Clock
time1_format = %H:%M
time1_font = Ubuntu 10
#time2_format = %a %d %b
#time2_font = Ubuntu 8
clock_tooltip = %A, %d %B %Y
clock_font_color = #FFFFFF 100
clock_padding = 6 0
clock_background_id = 4
clock_lclick_command = zenity --calendar
clock_right_padding = 4
# Battery
battery = 0
battery_low_status = 10
battery_low_cmd = notify-send "Battery is low"
battery_hide = 95
bat1_font = Ubuntu 10
bat2_font = Ubuntu 8
battery_font_color = #FFFFFF 100
battery_padding = 0 0
battery_background_id = 0
# Mouse
mouse_middle = close
mouse_right = maximize_restore_decorate
mouse_scroll_up = toggle
mouse_scroll_down = iconify
Loading…
Cancel
Save