-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync with Greybird up to commit 7e4507d7713b2aaf41f8cfef2a1a9e214a4d8b6f
- Loading branch information
m4u
committed
Dec 19, 2024
1 parent
77c0887
commit c1d46c3
Showing
83 changed files
with
471 additions
and
520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#define bullet_width 10 | ||
#define bullet_height 10 | ||
static unsigned char bullet_bits[] = { | ||
0x00, 0x00, 0x0c, 0x00, 0x1c, 0x00, 0x3c, 0x00, 0x7c, 0x00, 0x7c, 0x00, | ||
0x3c, 0x00, 0x1c, 0x00, 0x0c, 0x00, 0x00, 0x00 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#define close_width 10 | ||
#define close_height 10 | ||
static unsigned char close_bits[] = { | ||
0x00, 0x00, 0x86, 0x01, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, 0x78, 0x00, | ||
0xfc, 0x00, 0xce, 0x01, 0x86, 0x01, 0x00, 0x00 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#define desk_width 10 | ||
#define desk_height 10 | ||
static unsigned char desk_bits[] = { | ||
0x00, 0x00, 0xce, 0x01, 0xce, 0x01, 0xce, 0x01, 0x00, 0x00, 0x00, 0x00, | ||
0xce, 0x01, 0xce, 0x01, 0xce, 0x01, 0x00, 0x00 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#define desk_toggled_width 10 | ||
#define desk_toggled_height 10 | ||
static unsigned char desk_toggled_bits[] = { | ||
0xcf, 0x03, 0xcf, 0x03, 0xff, 0x03, 0x87, 0x03, 0x84, 0x00, 0x84, 0x00, | ||
0x87, 0x03, 0xff, 0x03, 0xcf, 0x03, 0xcf, 0x03 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#define iconify_width 10 | ||
#define iconify_height 10 | ||
static unsigned char iconify_bits[] = { | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01, | ||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#define max_width 10 | ||
#define max_height 10 | ||
static unsigned char max_bits[] = { | ||
0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0xfe, 0x01, 0xfe, 0x01, | ||
0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x00, 0x00 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#define shade_width 10 | ||
#define shade_height 10 | ||
static unsigned char shade_bits[] = { | ||
0x00, 0x00, 0x30, 0x00, 0x78, 0x00, 0xfc, 0x00, 0xfe, 0x01, 0xfe, 0x01, | ||
0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x00, 0x00 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#define shade_toggled_width 10 | ||
#define shade_toggled_height 10 | ||
static unsigned char shade_toggled_bits[] = { | ||
0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0xfe, 0x01, 0xfe, 0x01, | ||
0xfc, 0x00, 0x78, 0x00, 0x30, 0x00, 0x00, 0x00 }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
# General | ||
border.width: 1 | ||
window.client.padding.width: 0 | ||
window.client.padding.height: 0 | ||
window.handle.width: 0 | ||
|
||
|
||
# Titlebar | ||
window.label.text.justify: center | ||
padding.width: 3 | ||
padding.height: 3 | ||
|
||
|
||
# Active Window | ||
window.active.border.color: #1D2123 | ||
window.active.title.separator.color: #25282a | ||
|
||
window.active.title.bg: Flat Gradient Vertical | ||
window.active.title.bg.color: #3B3E3F | ||
window.active.title.bg.colorTo: #3A3D3E | ||
|
||
window.active.label.bg: Parentrelative | ||
window.active.label.text.color: #ffffff | ||
window.active.label.text.font: shadow=y:shadowtint=0:shadowoffset=1 | ||
|
||
|
||
# Active Window Buttons | ||
window.active.button.unpressed.bg: Parentrelative | ||
window.active.button.unpressed.image.color: #ffffff | ||
|
||
window.active.button.hover.bg: Parentrelative | ||
window.active.button.hover.image.color: #a0a0a0 | ||
|
||
window.active.button.pressed.bg: Parentrelative | ||
window.active.button.pressed.image.color: #19b1a2 | ||
|
||
window.active.button.toggled.bg: Parentrelative | ||
window.active.button.toggled.image.color: #ffffff | ||
|
||
window.active.button.toggled.hover.bg: Parentrelative | ||
window.active.button.toggled.hover.image.color: #a0a0a0 | ||
|
||
window.active.button.disabled.bg: Parentrelative | ||
window.active.button.disabled.image.color: #9a9a9a | ||
|
||
|
||
# Inactive Window | ||
window.inactive.border.color: #1D2123 | ||
window.inactive.title.separator.color: #25282a | ||
|
||
window.inactive.title.bg: Flat Gradient Vertical | ||
window.inactive.title.bg.color: #3B3E3F | ||
window.inactive.title.bg.colorTo: #3A3D3E | ||
|
||
window.inactive.label.bg: Parentrelative | ||
window.inactive.label.text.color: #bbbbbb | ||
window.inactive.label.text.font: shadow=y:shadowtint=0:shadowoffset=1 | ||
|
||
|
||
# Inactive Window Buttons | ||
window.inactive.button.unpressed.bg: Parentrelative | ||
window.inactive.button.unpressed.image.color: #BABAB3 | ||
|
||
window.inactive.button.hover.bg: Parentrelative | ||
window.inactive.button.hover.image.color: #BABAB3 | ||
|
||
window.inactive.button.toggled.bg: Flat Parentrelative | ||
window.inactive.button.toggled.image.color: #BABAB3 | ||
|
||
window.inactive.button.disabled.bg: Parentrelative | ||
window.inactive.button.disabled.image.color: #9a9a9a | ||
|
||
#window.inactive.button.pressed.bg: Parentrelative | ||
|
||
|
||
|
||
# Menus | ||
menu.border.width: 1 | ||
menu.border.color: #1d1f1f | ||
|
||
menu.items.font: shadow=y:shadowtint=0:shadowoffset=5 | ||
|
||
menu.title.bg: Flat Solid | ||
menu.title.bg.color: #303133 | ||
menu.title.text.color: #f4f4f2 | ||
menu.title.text.justify: Left | ||
|
||
menu.items.active.bg.border.color: #30b0a4 | ||
|
||
menu.items.bg: Flat Solid | ||
menu.items.bg.color: #303133 | ||
menu.items.text.color: #f4f4f2 | ||
menu.items.disabled.text.color: #9a9a9a | ||
menu.items.active.padding.height: 20 | ||
|
||
menu.items.active.bg: Flat Vertical Gradient Border | ||
menu.items.active.bg.color: #30b0a4 | ||
menu.items.active.bg.colorTo: #2aa499 | ||
menu.items.active.text.color: #ffffff | ||
|
||
menu.items.active.disabled.text.color: #c7c7c7 | ||
|
||
menu.separator.width: 1 | ||
menu.separator.color: #2b2c2e | ||
menu.separator.padding.height: 4 | ||
|
||
menu.overlap.x: 2 | ||
|
||
|
||
# OSD (Alt+Tab or Desktop Switching) | ||
osd.border.width: 8 | ||
osd.border.color: #000000 | ||
|
||
osd.bg: Flat Solid | ||
osd.bg.color: #000000 | ||
|
||
osd.label.text.color: #585858 | ||
osd.label.text.font: shadow=n | ||
osd.inactive.label.text.font: shadow=n | ||
osd.active.label.text.color: #fafafa | ||
|
||
osd.unhilight.bg: Flat Solid | ||
osd.unhilight.bg.color: #585858 | ||
|
||
osd.hilight.bg: Flat Solid | ||
osd.hilight.bg.color: #30b0a4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,4 @@ shadow_opacity=50 | |
|
||
maximized_offset=3 | ||
show_app_icon=false | ||
frame_border_top=1 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bottom-active.xpm |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bottom-active.xpm |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bottom-active.xpm |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bottom-active.xpm |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bottom-active.xpm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.