Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nanodesu-nano, which is more minimalistic and fills gaps to prevent missed clicks #2

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nanodesu-large/xfwm4/bottom-active.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
static char * bottom_active_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};

2 changes: 1 addition & 1 deletion nanodesu-large/xfwm4/bottom-inactive.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
static char * bottom_inactive_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};
2 changes: 1 addition & 1 deletion nanodesu-large/xfwm4/bottom-left-active.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
static char * bottom_left_active_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};
2 changes: 1 addition & 1 deletion nanodesu-large/xfwm4/bottom-left-inactive.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
static char * bottom_left_inactive_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};
2 changes: 1 addition & 1 deletion nanodesu-large/xfwm4/bottom-right-active.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
static char * bottom_right_active_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};
2 changes: 1 addition & 1 deletion nanodesu-large/xfwm4/bottom-right-inactive.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
static char * bottom_right_inactive_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};
2 changes: 1 addition & 1 deletion nanodesu-large/xfwm4/left-active.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
static char * left_active_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};

2 changes: 1 addition & 1 deletion nanodesu-large/xfwm4/left-inactive.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
static char * left_inactive_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};
2 changes: 1 addition & 1 deletion nanodesu-large/xfwm4/right-active.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
static char * right_active_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};

2 changes: 1 addition & 1 deletion nanodesu-large/xfwm4/right-inactive.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
static char * right_inactive_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};
2 changes: 1 addition & 1 deletion nanodesu-large/xfwm4/top-left-active.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
static char * top_left_active_xpm[] = {
"1 36 2 1",
" c None",
". c #333",
". c #30343F",
".",
".",
".",
Expand Down
2 changes: 1 addition & 1 deletion nanodesu-large/xfwm4/top-left-inactive.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
static char * top_left_inactive_xpm[] = {
"1 36 2 1",
" c None",
". c #333",
". c #30343F",
".",
".",
".",
Expand Down
2 changes: 1 addition & 1 deletion nanodesu-large/xfwm4/top-right-active.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
static char * top_right_active_xpm[] = {
"1 36 2 1",
" c None",
". c #333",
". c #30343F",
".",
".",
".",
Expand Down
2 changes: 1 addition & 1 deletion nanodesu-large/xfwm4/top-right-inactive.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
static char * top_right_inactive_xpm[] = {
"1 36 2 1",
" c None",
". c #333",
". c #30343F",
".",
".",
".",
Expand Down
2 changes: 1 addition & 1 deletion nanodesu-medium/xfwm4/bottom-active.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
static char * bottom_active_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};

2 changes: 1 addition & 1 deletion nanodesu-medium/xfwm4/bottom-inactive.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
static char * bottom_inactive_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};
2 changes: 1 addition & 1 deletion nanodesu-medium/xfwm4/bottom-left-active.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
static char * bottom_left_active_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};
2 changes: 1 addition & 1 deletion nanodesu-medium/xfwm4/bottom-left-inactive.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
static char * bottom_left_inactive_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};
2 changes: 1 addition & 1 deletion nanodesu-medium/xfwm4/bottom-right-active.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
static char * bottom_right_active_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};
2 changes: 1 addition & 1 deletion nanodesu-medium/xfwm4/bottom-right-inactive.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
static char * bottom_right_inactive_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};
2 changes: 1 addition & 1 deletion nanodesu-medium/xfwm4/left-active.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
static char * left_active_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};

2 changes: 1 addition & 1 deletion nanodesu-medium/xfwm4/left-inactive.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
static char * left_inactive_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};
2 changes: 1 addition & 1 deletion nanodesu-medium/xfwm4/right-active.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
static char * right_active_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};

2 changes: 1 addition & 1 deletion nanodesu-medium/xfwm4/right-inactive.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
static char * right_inactive_xpm[] = {
"1 1 2 1",
" c None",
". c #333",
". c #30343F",
"."};
2 changes: 1 addition & 1 deletion nanodesu-medium/xfwm4/top-left-active.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
static char * top_left_active_xpm[] = {
"1 32 2 1",
" c None",
". c #333",
". c #30343F",
".",
".",
".",
Expand Down
2 changes: 1 addition & 1 deletion nanodesu-medium/xfwm4/top-left-inactive.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
static char * top_left_inactive_xpm[] = {
"1 32 2 1",
" c None",
". c #333",
". c #30343F",
".",
".",
".",
Expand Down
2 changes: 1 addition & 1 deletion nanodesu-medium/xfwm4/top-right-active.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
static char * top_right_active_xpm[] = {
"1 32 2 1",
" c None",
". c #333",
". c #30343F",
".",
".",
".",
Expand Down
2 changes: 1 addition & 1 deletion nanodesu-medium/xfwm4/top-right-inactive.xpm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
static char * top_right_inactive_xpm[] = {
"1 32 2 1",
" c None",
". c #333",
". c #30343F",
".",
".",
".",
Expand Down
6 changes: 6 additions & 0 deletions nanodesu-nano/xfwm4/bottom-active.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* XPM */
static char * bottom_active_xpm[] = {
"1 1 2 1",
" c None",
". c #30343F s active_shadow_2",
"."};
6 changes: 6 additions & 0 deletions nanodesu-nano/xfwm4/bottom-inactive.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* XPM */
static char * bottom_inactive_xpm[] = {
"1 1 2 1",
" c None",
". c #30343F s inactive_color_1",
"."};
28 changes: 28 additions & 0 deletions nanodesu-nano/xfwm4/bottom-left-active.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/* XPM */
static char * bottom_left_active_xpm[] = {
"22 23 2 1",
" c None",
". c #30343F s active_shadow_2",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
"......................"};
28 changes: 28 additions & 0 deletions nanodesu-nano/xfwm4/bottom-left-inactive.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/* XPM */
static char * bottom_left_inactive_xpm[] = {
"22 23 2 1",
" c None",
". c #30343F s inactive_color_1",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
". ",
"......................"};
28 changes: 28 additions & 0 deletions nanodesu-nano/xfwm4/bottom-right-active.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/* XPM */
static char * bottom_right_active_xpm[] = {
"22 23 2 1",
" c None",
". c #30343F s active_shadow_2",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
"......................"};
28 changes: 28 additions & 0 deletions nanodesu-nano/xfwm4/bottom-right-inactive.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/* XPM */
static char * bottom_right_inactive_xpm[] = {
"22 23 2 1",
" c None",
". c #30343F s inactive_color_1",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
" .",
"......................"};
30 changes: 30 additions & 0 deletions nanodesu-nano/xfwm4/close-active.xpm
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/* XPM */
static char * close_active_xpm[] = {
"31 23 4 1",
" c None",
". c #4B4F5A s inactive_hilight_1",
"Z c #30343F s active_shadow_2",
"+ c #FFFFFF s active_text_color",
" ",
"...............................",
"...............................",
"...............................",
"...............................",
"...............................",
"...............................",
"............+.....+............",
"...........+++...+++...........",
"............+++.+++............",
".............+++++.............",
"..............+++..............",
".............+++++.............",
"............+++.+++............",
"...........+++...+++...........",
"............+.....+............",
"...............................",
"...............................",
"...............................",
"...............................",
"...............................",
"...............................",
"ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ"};
Loading