first commit

This commit is contained in:
etrombly
2018-01-09 21:43:20 -06:00
commit 34a1149f38
620 changed files with 43385 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 KiB

View File

@@ -0,0 +1,27 @@
/* XPM */
static char * bullet_xpm[] = {
"22 22 2 1",
" c None",
". c #4C4C4C",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .. ",
" ... ",
" ... ",
" ... ",
" ...",
" ... ",
" ... ",
" ... ",
" .. ",
" ",
" ",
" ",
" ",
" ",
" "};

View File

@@ -0,0 +1,27 @@
/* XPM */
static char * bullet_hilight_xpm[] = {
"22 22 2 1",
" c None",
". c #262626",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .. ",
" ... ",
" ... ",
" ... ",
" ...",
" ... ",
" ... ",
" ... ",
" .. ",
" ",
" ",
" ",
" ",
" ",
" "};

View File

@@ -0,0 +1,25 @@
/* XPM */
static char * close_xpm[] = {
"19 19 3 1",
" c None",
". c #FFFFFF",
"+ c #4C4C4C",
"...................",
"...................",
"...................",
"...................",
"...................",
".....+.......+.....",
"......+.....+......",
".......+...+.......",
"........+.+........",
".........+.........",
"........+.+........",
".......+...+.......",
"......+.....+......",
".....+.......+.....",
"...................",
"...................",
"...................",
"...................",
"..................."};

View File

@@ -0,0 +1,25 @@
/* XPM */
static char * close_pressed_xpm[] = {
"19 19 3 1",
" c None",
". c #FF0000",
"+ c #FFFFFF",
"...................",
"...................",
"...................",
"...................",
"...................",
".....+.......+.....",
"......+.....+......",
".......+...+.......",
"........+.+........",
".........+.........",
"........+.+........",
".......+...+.......",
"......+.....+......",
".....+.......+.....",
"...................",
"...................",
"...................",
"...................",
"..................."};

View File

@@ -0,0 +1,25 @@
/* XPM */
static char * maximize_xpm[] = {
"19 19 3 1",
" c None",
". c #FFFFFF",
"+ c #4C4C4C",
"...................",
"...................",
"...................",
"...................",
"...................",
".....+++++++++.....",
".....+.......+.....",
".....+.......+.....",
".....+.......+.....",
".....+.......+.....",
".....+.......+.....",
".....+.......+.....",
".....+.......+.....",
".....+++++++++.....",
"...................",
"...................",
"...................",
"...................",
"..................."};

View File

@@ -0,0 +1,25 @@
/* XPM */
static char * maximize_pressed_xpm[] = {
"19 19 3 1",
" c None",
". c #969798",
"+ c #4C4C4C",
"...................",
"...................",
"...................",
"...................",
"...................",
".....+++++++++.....",
".....+.......+.....",
".....+.......+.....",
".....+.......+.....",
".....+.......+.....",
".....+.......+.....",
".....+.......+.....",
".....+.......+.....",
".....+++++++++.....",
"...................",
"...................",
"...................",
"...................",
"..................."};

View File

@@ -0,0 +1,27 @@
/* XPM */
static char * menu_selected_xpm[] = {
"22 22 2 1",
" c None",
". c #4C4C4C",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .. ",
" ... ",
" ... ",
" ... ",
" ... ",
" ... ",
" ... ",
" .. ... ",
" ... ... ",
" ... ... ",
" ... ... ",
" ..... ",
" ... ",
" . "};

View File

@@ -0,0 +1,25 @@
/* XPM */
static char * minimize_xpm[] = {
"19 19 3 1",
" c None",
". c #FFFFFF",
"+ c #4C4C4C",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
".....+++++++++.....",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"..................."};

View File

@@ -0,0 +1,25 @@
/* XPM */
static char * minimize_pressed_xpm[] = {
"19 19 3 1",
" c None",
". c #969798",
"+ c #4C4C4C",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
".....+++++++++.....",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"..................."};

View File

@@ -0,0 +1,24 @@
/* XPM */
static char * stick_xpm[] = {
"19 19 2 1",
" c None",
". c #FFFFFF",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"...................",
"..................."};

View File

@@ -0,0 +1,25 @@
/* XPM */
static char * stuck_xpm[] = {
"19 19 3 1",
" c None",
". c #FFFFFF",
"+ c #4C4C4C",
"...................",
"...................",
"...................",
"...................",
"...................",
".......+++++.......",
"........+++........",
"........+++........",
"........+++........",
"........+++........",
".......+++++.......",
".........+.........",
".........+.........",
".........+.........",
"...................",
"...................",
"...................",
"...................",
"..................."};

View File

@@ -0,0 +1,25 @@
/* XPM */
static char * stuck_unfocus_xpm[] = {
"19 19 3 1",
" c None",
". c #FFFFFF",
"+ c #4C4C4C",
"...................",
"...................",
"...................",
"...................",
"...................",
"........+++........",
"........+++........",
"........+++........",
"........+++........",
"........+++........",
".......+++++.......",
".........+.........",
".........+.........",
".........+.........",
"...................",
"...................",
"...................",
"...................",
"..................."};

View File

@@ -0,0 +1,115 @@
# Name : Windows 10 for Fluxbox
# Author : Elbullazul (Christian Medel) <cmedelahumada@gmail.com>
# Date : Jan 15 2016
# Comment : Edited from Ciremai Fluxbox style
# http://b00merang.weebly.com
###########
# TOOLBAR #
###########
# General settings
toolbar: flat
toolbar.color: #000
toolbar.height: 35
toolbar.alpha: 150
# Clock
toolbar.clock.font: sans-8
toolbar.clock.textColor: #fff
toolbar.clock.justify: center
toolbar.clock: flat
toolbar.clock.color: #000
# Workspace
toolbar.workspace.font: sans-8
toolbar.workspace.textColor: #fff
toolbar.workspace.justify: center
toolbar.workspace: flat
toolbar.workspace.color: #000
# Iconbar
toolbar.iconbar.focused.font: sans-8
toolbar.iconbar.focused.textColor: #fff
toolbar.iconbar.focused.justify: center
toolbar.iconbar.focused: flat
toolbar.iconbar.focused.color: #004D8C
toolbar.iconbar.unfocused.font: sans-8
toolbar.iconbar.unfocused.textColor: #fff
toolbar.iconbar.unfocused.justify: center
toolbar.iconbar.unfocused: flat
toolbar.iconbar.unfocused.color: #000
###########
# WINDOWS #
###########
# General settings
window.font: sans-10
window.justify: center
window.borderWidth: 1
window.borderColor: #f1f1f1
window.title.height: 20
# Label
window.label.focus: flat
window.label.focus.color: #ffffff
window.label.focus.textColor: #4c4c4c
window.label.unfocus: flat
window.label.unfocus.color: #ffffff
window.label.unfocus.textColor: #8c8c8c
# Buttons
window.close.pixmap: close.xpm
window.close.unfocus.pixmap: close.xpm
window.close.pressed.pixmap: close_pressed.xpm
window.maximize.pixmap: maximize.xpm
window.maximize.unfocus.pixmap: maximize.xpm
window.maximize.pressed.pixmap: maximize_pressed.xpm
window.iconify.pixmap: minimize.xpm
window.iconify.unfocus.pixmap: minimize.xpm
window.iconify.pressed.pixmap: minimize_pressed.xpm
window.stick.pixmap: stick.xpm
window.stick.unfocus.pixmap: stick.xpm
window.stick.pressed.pixmap: stuck.xpm
window.stuck.pixmap: stuck.xpm
window.stuck.unfocus.pixmap: stuck_unfocus.xpm
window.stuck.pressed.pixmap: stick.xpm
########
# Menu #
########
# General settings
menu.bevelWidth: 3
menu.itemHeight: 30
# Title
menu.title.font: sans-0
menu.title: flat
menu.title.color: #ffffff
# Frame
menu.frame.font: sans-8
menu.frame.textColor: #4c4c4c
menu.frame.disableColor: #8c8c8c
menu.frame.justify: left
menu.frame: flat
menu.borderColor: #f1f1f1
menu.borderWidth: 1
menu.frame.color: #ffffff
# Hilite
menu.hilite.textColor: #1f1f1f
menu.hilite: flat
menu.hilite.color: #cce8ff
menu.hilite.submenu.pixmap: bullet_hilight.xpm
# Details
menu.bullet.position: right
menu.submenu.pixmap: bullet.xpm
menu.selected.pixmap: menu_selected.xpm