Updated all for my Lenovo x201 with i3 WM
This commit is contained in:
parent
0931f9d30b
commit
6a6fd2f2da
50 changed files with 4165 additions and 1 deletions
27
old/fluxbox/styles/DarKou/pixmaps/bullet.xpm
Normal file
27
old/fluxbox/styles/DarKou/pixmaps/bullet.xpm
Normal file
|
@ -0,0 +1,27 @@
|
|||
/* XPM */
|
||||
static char * bullet_xpm[] = {
|
||||
"22 22 2 1",
|
||||
" c None",
|
||||
". c #C4C4C4",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" .. ",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" ...",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" .. ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
27
old/fluxbox/styles/DarKou/pixmaps/bullet_hilight.xpm
Normal file
27
old/fluxbox/styles/DarKou/pixmaps/bullet_hilight.xpm
Normal file
|
@ -0,0 +1,27 @@
|
|||
/* XPM */
|
||||
static char * bullet_hilight_xpm[] = {
|
||||
"22 22 2 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" .. ",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" ...",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" .. ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
36
old/fluxbox/styles/DarKou/pixmaps/button_unfocus.xpm
Normal file
36
old/fluxbox/styles/DarKou/pixmaps/button_unfocus.xpm
Normal file
|
@ -0,0 +1,36 @@
|
|||
/* XPM */
|
||||
static char * unfocus1_xpm[] = {
|
||||
"19 19 14 1",
|
||||
" c None",
|
||||
". c #DEDEDE",
|
||||
"+ c #DCDCDC",
|
||||
"@ c #D5D5D5",
|
||||
"# c #D3D3D3",
|
||||
"$ c #C9C9C9",
|
||||
"% c #C8C8C8",
|
||||
"& c #D2D2D2",
|
||||
"* c #D4D4D4",
|
||||
"= c #DBDBDB",
|
||||
"- c #D6D6D6",
|
||||
"; c #DDDDDD",
|
||||
"> c #CACACA",
|
||||
", c #D7D7D7",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
".......+@#@+.......",
|
||||
"......#$$%$$#......",
|
||||
".....&$%%%%%$*.....",
|
||||
"....+$%%%%%%%%=....",
|
||||
"....@%%%%%%%%$-....",
|
||||
"....#%%%%%%%%%*....",
|
||||
"....-$%%%%%%%$-....",
|
||||
"....;$%%%%%%%$+....",
|
||||
".....*$%%%%%%@.....",
|
||||
"......@$$$>$-......",
|
||||
".......;,@,;.......",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"..................."};
|
61
old/fluxbox/styles/DarKou/pixmaps/close.xpm
Normal file
61
old/fluxbox/styles/DarKou/pixmaps/close.xpm
Normal file
|
@ -0,0 +1,61 @@
|
|||
/* XPM */
|
||||
static char * closes_xpm[] = {
|
||||
"19 19 39 1",
|
||||
" c None",
|
||||
". c #DEDEDE",
|
||||
"+ c #E0D0D1",
|
||||
"@ c #E8A2A5",
|
||||
"# c #E9999D",
|
||||
"$ c #E8A2A6",
|
||||
"% c #E0D1D1",
|
||||
"& c #DEDDDD",
|
||||
"* c #EA969A",
|
||||
"= c #F65158",
|
||||
"- c #F6525A",
|
||||
"; c #F74B53",
|
||||
"> c #F65058",
|
||||
", c #EA989C",
|
||||
"' c #EB9498",
|
||||
") c #F65159",
|
||||
"! c #EA979A",
|
||||
"~ c #E1CECF",
|
||||
"{ c #E0CFCF",
|
||||
"] c #E8A4A7",
|
||||
"^ c #E8A6A9",
|
||||
"/ c #EA979B",
|
||||
"( c #F74C54",
|
||||
"_ c #E7A8AB",
|
||||
": c #F65259",
|
||||
"< c #F6535A",
|
||||
"[ c #E7AAAD",
|
||||
"} c #E0D3D4",
|
||||
"| c #DFD3D4",
|
||||
"1 c #EA9CA0",
|
||||
"2 c #E9A0A3",
|
||||
"3 c #E9A1A4",
|
||||
"4 c #F5545C",
|
||||
"5 c #F6535B",
|
||||
"6 c #F5545B",
|
||||
"7 c #E0D8D8",
|
||||
"8 c #E5B4B6",
|
||||
"9 c #E8A3A6",
|
||||
"0 c #DFD7D8",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
".......+@#$%.......",
|
||||
".....&*=-;->,&.....",
|
||||
".....');;;;;-!.....",
|
||||
"....~=;;;;;;;>{....",
|
||||
"....]);;;;;;;-^....",
|
||||
"..../(;;;;;;;(,....",
|
||||
"...._:;;;;;;;<[....",
|
||||
"....}:;;;;;;;-|....",
|
||||
".....1);;;;;=2.....",
|
||||
"......3:456<]......",
|
||||
".......78980.......",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"..................."};
|
66
old/fluxbox/styles/DarKou/pixmaps/maximize.xpm
Normal file
66
old/fluxbox/styles/DarKou/pixmaps/maximize.xpm
Normal file
|
@ -0,0 +1,66 @@
|
|||
/* XPM */
|
||||
static char * max_xpm[] = {
|
||||
"19 19 44 1",
|
||||
" c None",
|
||||
". c #DEDEDE",
|
||||
"+ c #CEDFCF",
|
||||
"@ c #97E29D",
|
||||
"# c #8DE294",
|
||||
"$ c #98E29E",
|
||||
"% c #CFDFD0",
|
||||
"& c #DDDEDD",
|
||||
"* c #8AE291",
|
||||
"= c #39E846",
|
||||
"- c #3BE748",
|
||||
"; c #33E840",
|
||||
"> c #38E846",
|
||||
", c #8DE393",
|
||||
"' c #87E38E",
|
||||
") c #3AE747",
|
||||
"! c #32E840",
|
||||
"~ c #3AE847",
|
||||
"{ c #8BE292",
|
||||
"] c #CBDFCD",
|
||||
"^ c #CCDFCE",
|
||||
"/ c #9AE29F",
|
||||
"( c #39E847",
|
||||
"_ c #9CE2A2",
|
||||
": c #8BE392",
|
||||
"< c #33E741",
|
||||
"[ c #33E841",
|
||||
"} c #8CE393",
|
||||
"| c #9EE2A4",
|
||||
"1 c #3BE847",
|
||||
"2 c #A1E2A6",
|
||||
"3 c #D1DFD2",
|
||||
"4 c #D2DED3",
|
||||
"5 c #91E298",
|
||||
"6 c #95E39B",
|
||||
"7 c #3AE848",
|
||||
"8 c #3CE84A",
|
||||
"9 c #3DE84A",
|
||||
"0 c #3BE747",
|
||||
"a c #9AE2A0",
|
||||
"b c #D6DFD7",
|
||||
"c c #ADE1B1",
|
||||
"d c #99E29F",
|
||||
"e c #D6DED7",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
".......+@#$%.......",
|
||||
".....&*=-;->,&.....",
|
||||
".....')!!!!!~{.....",
|
||||
"....]=!!!!!!!>^....",
|
||||
"..../(!!!!!!!-_....",
|
||||
"....:<!!!!!!![}....",
|
||||
"....|-!!!!!!!12....",
|
||||
"....3~!!!!!!!~4....",
|
||||
".....5=!!!!!=6.....",
|
||||
"......@78-90a......",
|
||||
".......bcdce.......",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"..................."};
|
53
old/fluxbox/styles/DarKou/pixmaps/menu_selected.xpm
Normal file
53
old/fluxbox/styles/DarKou/pixmaps/menu_selected.xpm
Normal file
|
@ -0,0 +1,53 @@
|
|||
/* XPM */
|
||||
static char * cobas_xpm[] = {
|
||||
"22 22 28 1",
|
||||
" c None",
|
||||
". c #B5CAD6",
|
||||
"+ c #9ABED0",
|
||||
"@ c #B3CAD6",
|
||||
"# c #78AEC9",
|
||||
"$ c #2284B8",
|
||||
"% c #2484B8",
|
||||
"& c #2384B7",
|
||||
"* c #68A5C6",
|
||||
"= c #AAC5D2",
|
||||
"- c #2284B7",
|
||||
"; c #1A80B6",
|
||||
"> c #2485B8",
|
||||
", c #9DBFD1",
|
||||
"' c #8AB6CF",
|
||||
") c #2385B7",
|
||||
"! c #1E82B7",
|
||||
"~ c #7CAFCB",
|
||||
"{ c #9EBFD1",
|
||||
"] c #1A7FB6",
|
||||
"^ c #90B8CE",
|
||||
"/ c #539BC2",
|
||||
"( c #2585B8",
|
||||
"_ c #1D81B7",
|
||||
": c #4595BF",
|
||||
"< c #98BCCF",
|
||||
"[ c #77ADC9",
|
||||
"} c #94BACF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" .+@ ",
|
||||
" #$%&* ",
|
||||
" =-;;;>,",
|
||||
" ');;;!~",
|
||||
" {%;;]%^",
|
||||
" /(_(: ",
|
||||
" <[} ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
60
old/fluxbox/styles/DarKou/pixmaps/minimize.xpm
Normal file
60
old/fluxbox/styles/DarKou/pixmaps/minimize.xpm
Normal file
|
@ -0,0 +1,60 @@
|
|||
/* XPM */
|
||||
static char * min_xpm[] = {
|
||||
"19 19 38 1",
|
||||
" c None",
|
||||
". c #DEDEDE",
|
||||
"+ c #E1DBCE",
|
||||
"@ c #EBD197",
|
||||
"# c #EDD08D",
|
||||
"$ c #EBD298",
|
||||
"% c #DEDEDD",
|
||||
"& c #EED08A",
|
||||
"* c #FDC138",
|
||||
"= c #FCC239",
|
||||
"- c #FEC032",
|
||||
"; c #FCC13A",
|
||||
"> c #FDC137",
|
||||
", c #EECF8C",
|
||||
"' c #EFCF87",
|
||||
") c #FCC139",
|
||||
"! c #FEC031",
|
||||
"~ c #EED08B",
|
||||
"{ c #E2DBCB",
|
||||
"] c #E1DBCC",
|
||||
"^ c #EBD299",
|
||||
"/ c #EBD39C",
|
||||
"( c #FDC032",
|
||||
"_ c #FDC033",
|
||||
": c #EAD39E",
|
||||
"< c #EAD4A0",
|
||||
"[ c #E1DCD1",
|
||||
"} c #FDC139",
|
||||
"| c #E0DCD1",
|
||||
"1 c #EDD190",
|
||||
"2 c #FCC238",
|
||||
"3 c #ECD294",
|
||||
"4 c #ECD297",
|
||||
"5 c #FCC23C",
|
||||
"6 c #EBD39A",
|
||||
"7 c #E0DDD6",
|
||||
"8 c #E7D5AD",
|
||||
"9 c #DFDCD6",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
".......+@#$+.......",
|
||||
".....%&*=-;>,%.....",
|
||||
".....')!!!!!)~.....",
|
||||
"....{*!!!!!!!>]....",
|
||||
"....^)!!!!!!!)/....",
|
||||
"....~(!!!!!!!_~....",
|
||||
"....:=!!!!!!!)<....",
|
||||
"....[}!!!!!!!}|....",
|
||||
".....1*!!!!!23.....",
|
||||
"......4)5;5;6......",
|
||||
".......78^89.......",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"..................."};
|
25
old/fluxbox/styles/DarKou/pixmaps/stick.xpm
Normal file
25
old/fluxbox/styles/DarKou/pixmaps/stick.xpm
Normal file
|
@ -0,0 +1,25 @@
|
|||
/* XPM */
|
||||
static char * stickk1_xpm[] = {
|
||||
"19 19 3 1",
|
||||
" c None",
|
||||
". c #DEDEDE",
|
||||
"+ c #DDDDDD",
|
||||
".+++++++++++++++++.",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
".+++++++++++++++++."};
|
39
old/fluxbox/styles/DarKou/pixmaps/stuck.xpm
Normal file
39
old/fluxbox/styles/DarKou/pixmaps/stuck.xpm
Normal file
|
@ -0,0 +1,39 @@
|
|||
/* XPM */
|
||||
static char * stickk_xpm[] = {
|
||||
"19 19 17 1",
|
||||
" c None",
|
||||
". c #DEDEDE",
|
||||
"+ c #BBBBBB",
|
||||
"@ c #6E6E6E",
|
||||
"# c #BCBCBB",
|
||||
"$ c #686868",
|
||||
"% c #636363",
|
||||
"& c #5D5D5D",
|
||||
"* c #ABABAC",
|
||||
"= c #585858",
|
||||
"- c #ABACAC",
|
||||
"; c #525252",
|
||||
"> c #DFDFDE",
|
||||
", c #4C4C4C",
|
||||
"' c #DFDEDF",
|
||||
") c #474747",
|
||||
"! c #717171",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
".......+@@@#.......",
|
||||
"........$$$........",
|
||||
"........%%%........",
|
||||
"........&&&........",
|
||||
".......*===-.......",
|
||||
".......;;;;;.......",
|
||||
"........>,'........",
|
||||
".........).........",
|
||||
".........!.........",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"..................."};
|
34
old/fluxbox/styles/DarKou/pixmaps/stuck_unfocus.xpm
Normal file
34
old/fluxbox/styles/DarKou/pixmaps/stuck_unfocus.xpm
Normal file
|
@ -0,0 +1,34 @@
|
|||
/* XPM */
|
||||
static char * stickk_unfocus_xpm[] = {
|
||||
"19 19 12 1",
|
||||
" c None",
|
||||
". c #DEDEDE",
|
||||
"+ c #BFBFBF",
|
||||
"@ c #BDBDBD",
|
||||
"# c #BBBBBB",
|
||||
"$ c #B8B8B8",
|
||||
"% c #D8D8D8",
|
||||
"& c #B6B6B6",
|
||||
"* c #B4B4B4",
|
||||
"= c #B2B2B2",
|
||||
"- c #B0B0B0",
|
||||
"; c #C0C0C0",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"........+++........",
|
||||
"........@@@........",
|
||||
"........###........",
|
||||
"........$$$........",
|
||||
".......%&&&%.......",
|
||||
".......*****.......",
|
||||
".........=.........",
|
||||
".........-.........",
|
||||
".........;.........",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"..................."};
|
126
old/fluxbox/styles/DarKou/theme.cfg
Normal file
126
old/fluxbox/styles/DarKou/theme.cfg
Normal file
|
@ -0,0 +1,126 @@
|
|||
# Name : DarKou
|
||||
# Author : Darkou (Original theme edited by Eka Putra - ekaputtra@gmail.com)
|
||||
# Date : Sep 22 2015
|
||||
# Comment : Edited from Intuition theme, thank r0bin for your beatiful theme ;)
|
||||
# http://ekaputra.my.id
|
||||
|
||||
###########
|
||||
# GENERAL #
|
||||
###########
|
||||
bevelWidth: 0
|
||||
borderWidth: 0
|
||||
handleWidth: 2
|
||||
|
||||
###########
|
||||
# TOOLBAR #
|
||||
###########
|
||||
# General settings
|
||||
toolbar: flat
|
||||
toolbar.color: #dedede
|
||||
toolbar.height: 20
|
||||
toolbar.alpha: 150
|
||||
|
||||
# Clock
|
||||
toolbar.clock.font: sans-8
|
||||
toolbar.clock.textColor: #000000
|
||||
toolbar.clock.justify: center
|
||||
toolbar.clock: flat
|
||||
toolbar.clock.color: #dedede
|
||||
|
||||
# Workspace
|
||||
toolbar.workspace.font: sans-8
|
||||
toolbar.workspace.textColor: #000000
|
||||
toolbar.workspace.justify: center
|
||||
toolbar.workspace: flat
|
||||
toolbar.workspace.color: #dedede
|
||||
|
||||
# Iconbar
|
||||
toolbar.iconbar.focused.font: sans-8
|
||||
toolbar.iconbar.focused.textColor: #f9f9f9
|
||||
toolbar.iconbar.focused.justify: center
|
||||
toolbar.iconbar.focused: flat
|
||||
toolbar.iconbar.focused.color: #1a80b6
|
||||
|
||||
toolbar.iconbar.unfocused.font: sans-8
|
||||
toolbar.iconbar.unfocused.textColor: #555555
|
||||
toolbar.iconbar.unfocused.justify: center
|
||||
toolbar.iconbar.unfocused: flat
|
||||
toolbar.iconbar.unfocused.color: #dedede
|
||||
|
||||
|
||||
###########
|
||||
# WINDOWS #
|
||||
###########
|
||||
# General settings
|
||||
window.font: sans-10
|
||||
window.justify: center
|
||||
|
||||
window.bevelWidth: 0
|
||||
window.borderWidth: 0
|
||||
window.shade: false
|
||||
|
||||
# Label
|
||||
window.label.focus: flat
|
||||
window.label.focus.color: #dedede
|
||||
window.label.focus.textColor: #494949
|
||||
window.label.unfocus: flat
|
||||
window.label.unfocus.color: #dedede
|
||||
window.label.unfocus.textColor: #aaaaaa
|
||||
|
||||
# Buttons
|
||||
window.close.pixmap: close.xpm
|
||||
window.close.unfocus.pixmap: button_unfocus.xpm
|
||||
window.close.pressed.pixmap: close.xpm
|
||||
|
||||
window.maximize.pixmap: maximize.xpm
|
||||
window.maximize.unfocus.pixmap: button_unfocus.xpm
|
||||
window.maximize.pressed.pixmap: maximize.xpm
|
||||
|
||||
window.iconify.pixmap: minimize.xpm
|
||||
window.iconify.unfocus.pixmap: button_unfocus.xpm
|
||||
window.iconify.pressed.pixmap: minimize.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: 32
|
||||
|
||||
# Title
|
||||
#menu.title.font: sans-8
|
||||
#menu.title: flat
|
||||
#menu.title.color: #dedede
|
||||
menu.title: raised gradient diagonal
|
||||
menu.title.color: rgb:90/94/98
|
||||
menu.title.colorTo: rgb:20/24/28
|
||||
menu.title.textColor: white
|
||||
menu.title.justify: center
|
||||
|
||||
# Frame
|
||||
menu.frame.font: sans-8
|
||||
menu.frame.textColor: #000000
|
||||
menu.frame.disableColor: #000000
|
||||
menu.frame.justify: left
|
||||
menu.frame: flat
|
||||
menu.frame.color: #dedede
|
||||
|
||||
# Hilite
|
||||
menu.hilite.textColor: #ffffff
|
||||
menu.hilite: flat
|
||||
menu.hilite.color: #1a80b6
|
||||
menu.hilite.submenu.pixmap: bullet_hilight.xpm
|
||||
|
||||
# Details
|
||||
menu.bullet.position: right
|
||||
menu.submenu.pixmap: bullet.xpm
|
||||
menu.selected.pixmap: menu_selected.xpm
|
Loading…
Add table
Add a link
Reference in a new issue