mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-06-09 21:49:30 +00:00
~
This commit is contained in:
parent
445ff01ac5
commit
c1b9398d1b
859 changed files with 5951 additions and 6 deletions
|
@ -0,0 +1,8 @@
|
|||
#define arrow_left_width 16
|
||||
#define arrow_left_height 16
|
||||
#define arrow_left_x_hot 2
|
||||
#define arrow_left_y_hot 7
|
||||
static char arrow_left_bits[] = {
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0xff, 0xf4, 0x3f, 0xf7, 0xcf, 0xfb,
|
||||
0xf3, 0x83, 0xfd, 0xbf, 0xfd, 0xbf, 0xf3, 0x83, 0xcf, 0xfb, 0x3f, 0xf7,
|
||||
0xff, 0xf4, 0xff, 0xf3, 0xff, 0xff, 0xff, 0xff };
|
|
@ -0,0 +1,6 @@
|
|||
#define arrow_left_width 16
|
||||
#define arrow_left_height 16
|
||||
static char arrow_left_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x0f, 0xc0, 0x0f, 0xf0, 0x07,
|
||||
0xfc, 0x7f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfc, 0x7f, 0xf0, 0x07, 0xc0, 0x0f,
|
||||
0x00, 0x0f, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00 };
|
|
@ -0,0 +1,8 @@
|
|||
#define arrow_right_width 16
|
||||
#define arrow_right_height 16
|
||||
#define arrow_right_x_hot 13
|
||||
#define arrow_right_y_hot 7
|
||||
static char arrow_right_bits[] = {
|
||||
0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0x2f, 0xff, 0xef, 0xfc, 0xdf, 0xf3,
|
||||
0xc1, 0xcf, 0xfd, 0xbf, 0xfd, 0xbf, 0xc1, 0xcf, 0xdf, 0xf3, 0xef, 0xfc,
|
||||
0x2f, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff };
|
|
@ -0,0 +1,6 @@
|
|||
#define arrow_right_width 16
|
||||
#define arrow_right_height 16
|
||||
static char arrow_right_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0xf0, 0x00, 0xf0, 0x03, 0xe0, 0x0f,
|
||||
0xfe, 0x3f, 0xfe, 0x7f, 0xfe, 0x7f, 0xfe, 0x3f, 0xe0, 0x0f, 0xf0, 0x03,
|
||||
0xf0, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
8
assets/e16-themes/eGirl/e16/artwork/cursors/cursor.xbm
Normal file
8
assets/e16-themes/eGirl/e16/artwork/cursors/cursor.xbm
Normal file
|
@ -0,0 +1,8 @@
|
|||
#define cursor_width 16
|
||||
#define cursor_height 16
|
||||
#define cursor_x_hot 1
|
||||
#define cursor_y_hot 1
|
||||
static char cursor_bits[] = {
|
||||
0xf8, 0xff, 0xe6, 0xff, 0x9e, 0xff, 0x7d, 0xfe, 0xfd, 0xf9, 0xfb, 0xe7,
|
||||
0xfb, 0xdf, 0xf7, 0xe7, 0xf7, 0xfb, 0xef, 0xf7, 0xef, 0xee, 0x5f, 0xdd,
|
||||
0x5f, 0xeb, 0xbf, 0xf7, 0xff, 0xff, 0xff, 0xff };
|
|
@ -0,0 +1,6 @@
|
|||
#define cursor_width 16
|
||||
#define cursor_height 16
|
||||
static char cursor_bits[] = {
|
||||
0x07, 0x00, 0x1f, 0x00, 0x7f, 0x00, 0xfe, 0x01, 0xfe, 0x07, 0xfc, 0x1f,
|
||||
0xfc, 0x3f, 0xf8, 0x1f, 0xf8, 0x07, 0xf0, 0x0f, 0xf0, 0x1f, 0xe0, 0x3e,
|
||||
0xe0, 0x1c, 0x40, 0x08, 0x00, 0x00, 0x00, 0x00 };
|
8
assets/e16-themes/eGirl/e16/artwork/cursors/iconify.xbm
Normal file
8
assets/e16-themes/eGirl/e16/artwork/cursors/iconify.xbm
Normal file
|
@ -0,0 +1,8 @@
|
|||
#define iconify_width 16
|
||||
#define iconify_height 16
|
||||
#define iconify_x_hot 1
|
||||
#define iconify_y_hot 13
|
||||
static char iconify_bits[] = {
|
||||
0x0f, 0x00, 0xef, 0x7f, 0x0f, 0x00, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f,
|
||||
0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0x0f, 0x00, 0xf1, 0xff,
|
||||
0xf5, 0xff, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xff };
|
|
@ -0,0 +1,6 @@
|
|||
#define iconify_width 16
|
||||
#define iconify_height 16
|
||||
static char iconify_bits[] = {
|
||||
0xf0, 0xff, 0xf0, 0xff, 0xf0, 0xff, 0xf0, 0xff, 0xf0, 0xff, 0xf0, 0xff,
|
||||
0xf0, 0xff, 0xf0, 0xff, 0xf0, 0xff, 0xf0, 0xff, 0xf0, 0xff, 0x0e, 0x00,
|
||||
0x0e, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
8
assets/e16-themes/eGirl/e16/artwork/cursors/kill.xbm
Normal file
8
assets/e16-themes/eGirl/e16/artwork/cursors/kill.xbm
Normal file
|
@ -0,0 +1,8 @@
|
|||
#define kill_width 16
|
||||
#define kill_height 16
|
||||
#define kill_x_hot 7
|
||||
#define kill_y_hot 8
|
||||
static char kill_bits[] = {
|
||||
0xff, 0xff, 0xff, 0xff, 0xf7, 0xf7, 0xeb, 0xeb, 0xdd, 0xdd, 0xbb, 0xee,
|
||||
0x77, 0xf7, 0xef, 0xfb, 0xdf, 0xfd, 0xef, 0xfb, 0x77, 0xf7, 0xbb, 0xee,
|
||||
0xdd, 0xdd, 0xeb, 0xeb, 0xf7, 0xf7, 0xff, 0xff };
|
|
@ -0,0 +1,6 @@
|
|||
#define kill_width 16
|
||||
#define kill_height 16
|
||||
static char kill_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x08, 0x08, 0x1c, 0x1c, 0x3e, 0x3e, 0x7c, 0x1f,
|
||||
0xf8, 0x0f, 0xf0, 0x07, 0xe0, 0x03, 0xf0, 0x07, 0xf8, 0x0f, 0x7c, 0x1f,
|
||||
0x3e, 0x3e, 0x1c, 0x1c, 0x08, 0x08, 0x00, 0x00 };
|
8
assets/e16-themes/eGirl/e16/artwork/cursors/max.xbm
Normal file
8
assets/e16-themes/eGirl/e16/artwork/cursors/max.xbm
Normal file
|
@ -0,0 +1,8 @@
|
|||
#define max_width 16
|
||||
#define max_height 16
|
||||
#define max_x_hot 3
|
||||
#define max_y_hot 11
|
||||
static char max_bits[] = {
|
||||
0x03, 0x00, 0xfb, 0x7f, 0x03, 0x00, 0xfb, 0x7f, 0xfb, 0x7f, 0xfb, 0x7f,
|
||||
0xfb, 0x7f, 0x03, 0x7f, 0x7b, 0x7f, 0x03, 0x7f, 0x7b, 0x7f, 0x7b, 0x7f,
|
||||
0x03, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
|
6
assets/e16-themes/eGirl/e16/artwork/cursors/max.xbm.mask
Normal file
6
assets/e16-themes/eGirl/e16/artwork/cursors/max.xbm.mask
Normal file
|
@ -0,0 +1,6 @@
|
|||
#define max_width 16
|
||||
#define max_height 16
|
||||
static char max_bits[] = {
|
||||
0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff,
|
||||
0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff, 0xfc, 0xff,
|
||||
0xfc, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
8
assets/e16-themes/eGirl/e16/artwork/cursors/move.xbm
Normal file
8
assets/e16-themes/eGirl/e16/artwork/cursors/move.xbm
Normal file
|
@ -0,0 +1,8 @@
|
|||
#define move_width 16
|
||||
#define move_height 16
|
||||
#define move_x_hot 8
|
||||
#define move_y_hot 8
|
||||
static char move_bits[] = {
|
||||
0xff, 0xff, 0xff, 0xfe, 0x7f, 0xfd, 0x7f, 0xfd, 0xbf, 0xfb, 0xbf, 0xfb,
|
||||
0x4f, 0xe5, 0x33, 0x99, 0xfd, 0x7f, 0x33, 0x99, 0x4f, 0xe5, 0xbf, 0xfb,
|
||||
0xbf, 0xfb, 0x7f, 0xfd, 0x7f, 0xfd, 0xff, 0xfe };
|
|
@ -0,0 +1,6 @@
|
|||
#define move_width 16
|
||||
#define move_height 16
|
||||
static char move_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x01, 0x80, 0x03, 0x80, 0x03, 0xc0, 0x07, 0xc0, 0x07,
|
||||
0xb0, 0x1b, 0xfc, 0x7f, 0xfe, 0xff, 0xfc, 0x7f, 0xb0, 0x1b, 0xc0, 0x07,
|
||||
0xc0, 0x07, 0x80, 0x03, 0x80, 0x03, 0x00, 0x01 };
|
|
@ -0,0 +1,8 @@
|
|||
#define resize_br_width 16
|
||||
#define resize_br_height 16
|
||||
#define resize_br_x_hot 5
|
||||
#define resize_br_y_hot 5
|
||||
static char max_bits[] = {
|
||||
0xf8, 0xff, 0xc6, 0xff, 0xbe, 0xff, 0xdd, 0xff, 0xbd, 0xff, 0x75, 0xfd,
|
||||
0xeb, 0xfa, 0xdf, 0xfb, 0xbf, 0xfb, 0xdf, 0xf7, 0x3f, 0xf6, 0xff, 0xf1,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
|
|
@ -0,0 +1,6 @@
|
|||
#define resize_br_width 16
|
||||
#define resize_br_height 16
|
||||
static char resize_br_bits[] = {
|
||||
0x07, 0x00, 0x3f, 0x00, 0x7f, 0x00, 0x3e, 0x00, 0x7e, 0x00, 0xfe, 0x02,
|
||||
0xf4, 0x07, 0xe0, 0x07, 0xc0, 0x07, 0xe0, 0x0f, 0xc0, 0x0f, 0x00, 0x0e,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
8
assets/e16-themes/eGirl/e16/artwork/cursors/resize_h.xbm
Normal file
8
assets/e16-themes/eGirl/e16/artwork/cursors/resize_h.xbm
Normal file
|
@ -0,0 +1,8 @@
|
|||
#define resize_h_width 16
|
||||
#define resize_h_height 16
|
||||
#define resize_h_x_hot 7
|
||||
#define resize_h_y_hot 7
|
||||
static char resize_h_bits[] = {
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9f, 0xf9, 0xa7, 0xe5,
|
||||
0x39, 0x9c, 0xfe, 0x7f, 0x39, 0x9c, 0xa7, 0xe5, 0x9f, 0xf9, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
|
|
@ -0,0 +1,6 @@
|
|||
#define resize_h_width 16
|
||||
#define resize_h_height 16
|
||||
static char resize_h_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x06, 0x78, 0x1e,
|
||||
0xfe, 0x7f, 0xff, 0xff, 0xfe, 0x7f, 0x78, 0x1e, 0x60, 0x06, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
|
@ -0,0 +1,8 @@
|
|||
#define resize_bl_width 16
|
||||
#define resize_bl_height 16
|
||||
#define resize_bl_x_hot 9
|
||||
#define resize_bl_y_hot 4
|
||||
static char resize_bl_bits[] = {
|
||||
0xff, 0x1f, 0xff, 0x63, 0xff, 0x7d, 0xff, 0xbb, 0xff, 0xbd, 0xbf, 0xae,
|
||||
0x5f, 0xd7, 0xdf, 0xfb, 0xdf, 0xfd, 0xef, 0xfb, 0x6f, 0xfc, 0x8f, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
|
|
@ -0,0 +1,6 @@
|
|||
#define resize_bl_mask_width 16
|
||||
#define resize_bl_mask_height 16
|
||||
static char resize_bl_mask_bits[] = {
|
||||
0x00, 0xe0, 0x00, 0xfc, 0x00, 0xfe, 0x00, 0x7c, 0x00, 0x7e, 0x40, 0x7f,
|
||||
0xe0, 0x2f, 0xe0, 0x07, 0xe0, 0x03, 0xf0, 0x07, 0xf0, 0x03, 0x70, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
8
assets/e16-themes/eGirl/e16/artwork/cursors/resize_v.xbm
Normal file
8
assets/e16-themes/eGirl/e16/artwork/cursors/resize_v.xbm
Normal file
|
@ -0,0 +1,8 @@
|
|||
#define resize_v_width 16
|
||||
#define resize_v_height 16
|
||||
#define resize_v_x_hot 8
|
||||
#define resize_v_y_hot 6
|
||||
static char resize_v_bits[] = {
|
||||
0xff, 0xfe, 0x7f, 0xfd, 0x7f, 0xfd, 0xbf, 0xfb, 0xbf, 0xfb, 0xdf, 0xf7,
|
||||
0x1f, 0xf1, 0x7f, 0xfd, 0x7f, 0xfd, 0x1f, 0xf1, 0xdf, 0xf7, 0xbf, 0xfb,
|
||||
0xbf, 0xfb, 0x7f, 0xfd, 0x7f, 0xfd, 0xff, 0xfe };
|
|
@ -0,0 +1,6 @@
|
|||
#define resize_v_width 16
|
||||
#define resize_v_height 16
|
||||
static char resize_v_bits[] = {
|
||||
0x00, 0x01, 0x80, 0x03, 0x80, 0x03, 0xc0, 0x07, 0xc0, 0x07, 0xe0, 0x0f,
|
||||
0xe0, 0x0f, 0x80, 0x03, 0x80, 0x03, 0xe0, 0x0f, 0xe0, 0x0f, 0xc0, 0x07,
|
||||
0xc0, 0x07, 0x80, 0x03, 0x80, 0x03, 0x00, 0x01 };
|
8
assets/e16-themes/eGirl/e16/artwork/cursors/stick.xbm
Normal file
8
assets/e16-themes/eGirl/e16/artwork/cursors/stick.xbm
Normal file
|
@ -0,0 +1,8 @@
|
|||
#define stick_width 16
|
||||
#define stick_height 16
|
||||
#define stick_x_hot 8
|
||||
#define stick_y_hot 12
|
||||
static char stick_bits[] = {
|
||||
0x1f, 0xf0, 0xdf, 0xf7, 0xbf, 0xfb, 0xbf, 0xfb, 0xbf, 0xfb, 0xbf, 0xfb,
|
||||
0xdf, 0xf7, 0x1f, 0xf0, 0x7f, 0xfd, 0x7f, 0xfd, 0x7f, 0xfd, 0x7f, 0xfd,
|
||||
0x7f, 0xfd, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff };
|
|
@ -0,0 +1,6 @@
|
|||
#define stick_width 16
|
||||
#define stick_height 16
|
||||
static char stick_bits[] = {
|
||||
0xe0, 0x0f, 0xe0, 0x0f, 0xc0, 0x07, 0xc0, 0x07, 0xc0, 0x07, 0xc0, 0x07,
|
||||
0xe0, 0x0f, 0xe0, 0x0f, 0x80, 0x03, 0x80, 0x03, 0x80, 0x03, 0x80, 0x03,
|
||||
0x80, 0x03, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00 };
|
Loading…
Add table
Add a link
Reference in a new issue