This commit is contained in:
ubuntufag
2016-06-08 23:42:37 -04:00
parent 85fc8e071c
commit cd08bb9f96
50 changed files with 1063 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
Created by Wallace/!Ftubuntu6s - http://ubuntufag.cf - github.com/ubuntufag
Based on the Platinum theme
A clone of the old Macintosh System 6 Desktop, with a few stylistic changes.
---------
- Put this folder right in your ~/.themes folder.
- The ./resources folder contains the Chicago font, obtained from https://github.com/JohnDDuncanIII/ClassicMacintoshFonts (a cool guy)
- The lemonbar script needs a lemonbar with the borders patch to have it's border. I think lemonbar may come with default xft support, but you'll probably need that, too.
---------
June 8, 2016
TODO: Add GTK?
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
while true
do
echo "%{B#ffffff}%{F#000000} (|) %{F#848484}File%{F#000000} Edit View Label Special %{r} $(date "+%I:%M %p") "
trap "echo Exited; exit;" SIGINT SIGTERM
sleep 1m
done
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
echo "make sure you use a xft supporing lemonbar and put Chicago_15.ttf in your ~/.fonts folder! also, patch lemonbar with the borders patch for best results.
bash ./bar | lemonbar -f "Chicago_15" -g 1366x20 -d -B "#ffffff" -r 1
+4
View File
@@ -0,0 +1,4 @@
platinum
--------
This theme is a port of original Oroborus theme of the same name.
+12
View File
@@ -0,0 +1,12 @@
/* XPM */
static char * bottom_active_xpm[] = {
"16 6 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"................",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"................",
"................"};
Binary file not shown.
+12
View File
@@ -0,0 +1,12 @@
/* XPM */
static char * bottom_inactive_xpm[] = {
"16 6 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"................",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"................",
"................"};
Binary file not shown.
+12
View File
@@ -0,0 +1,12 @@
/* XPM */
static char * bottom_left_active_xpm[] = {
"5 6 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".+++.",
".++++",
".++++",
".++++",
".....",
" ...."};
+12
View File
@@ -0,0 +1,12 @@
/* XPM */
static char * bottom_left_inactive_xpm[] = {
"5 6 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".+++.",
".++++",
".++++",
".++++",
".....",
" ...."};
+23
View File
@@ -0,0 +1,23 @@
/* XPM */
static char * bottom_right_active_xpm[] = {
"17 17 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
" .+++..",
" .+++..",
" .+++..",
" .+++..",
" .+++..",
" .+++..",
" .+++..",
" .+++..",
" .+++..",
" .+++..",
" .+++..",
"............+++..",
"+++++++++++++++..",
"+++++++++++++++..",
"+++++++++++++++..",
".................",
"................."};
+23
View File
@@ -0,0 +1,23 @@
/* XPM */
static char * bottom_right_inactive_xpm[] = {
"17 17 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
" .+++..",
" .+++..",
" .+++..",
" .+++..",
" .+++..",
" .+++..",
" .+++..",
" .+++..",
" .+++..",
" .+++..",
" .+++..",
"............+++..",
"+++++++++++++++..",
"+++++++++++++++..",
"+++++++++++++++..",
".................",
"................."};
+23
View File
@@ -0,0 +1,23 @@
/* XPM */
static char * close_active_xpm[] = {
"18 16 4 1",
" c None",
". c #FFFFFF",
"+ c #B2B2B2",
"@ c #000000",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+...............",
".................."};
+23
View File
@@ -0,0 +1,23 @@
/* XPM */
static char * close_inactive_xpm[] = {
"18 16 4 1",
" c None",
". c #FFFFFF",
"+ c #B2B2B2",
"@ c #000000",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+...............",
".................."};
+23
View File
@@ -0,0 +1,23 @@
/* XPM */
static char * close_pressed_xpm[] = {
"18 16 4 1",
" c None",
". c #FFFFFF",
"+ c #B2B2B2",
"@ c #000000",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@...",
"..+@@@@@@@@@@@@...",
"..+@@.........@...",
"..+@@.........@...",
"..+@@.........@...",
"..+@@.........@...",
"..+@@.........@...",
"..+@@.........@...",
"..+@@.........@...",
"..+@@.........@...",
"..+@@.........@...",
"..+@@@@@@@@@@@@...",
"..+...............",
".................."};
+23
View File
@@ -0,0 +1,23 @@
/* XPM */
static char * hide_active_xpm[] = {
"18 16 4 1",
" c None",
". c #FFFFFF",
"+ c #B2B2B2",
"@ c #000000",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+...............",
".................."};
+23
View File
@@ -0,0 +1,23 @@
/* XPM */
static char * hide_inactive_xpm[] = {
"18 16 4 1",
" c None",
". c #FFFFFF",
"+ c #B2B2B2",
"@ c #000000",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+...............",
".................."};
+23
View File
@@ -0,0 +1,23 @@
/* XPM */
static char * hide_pressed_xpm[] = {
"18 16 4 1",
" c None",
". c #FFFFFF",
"+ c #B2B2B2",
"@ c #000000",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@...",
"..+@@@@@@@@@@@@...",
"..+@@.............",
"..+@@.........+...",
"..+@@.........+...",
"..+@@.........+...",
"..+@@.........+...",
"..+@@.........+...",
"..+@@.+++++++++...",
"..+@@@@@@@@@@@@...",
"..+@@.............",
"..+@@.+++++++++...",
"..+...............",
".................."};
+22
View File
@@ -0,0 +1,22 @@
/* XPM */
static char * left_active_xpm[] = {
"5 16 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++."};
+22
View File
@@ -0,0 +1,22 @@
/* XPM */
static char * left_inactive_xpm[] = {
"5 16 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++.",
".+++."};
+23
View File
@@ -0,0 +1,23 @@
/* XPM */
static char * maximize_active_xpm[] = {
"18 16 4 1",
" c None",
". c #FFFFFF",
"+ c #B2B2B2",
"@ c #000000",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+...............",
".................."};
+23
View File
@@ -0,0 +1,23 @@
/* XPM */
static char * maximize_inactive_xpm[] = {
"18 16 4 1",
" c None",
". c #FFFFFF",
"+ c #B2B2B2",
"@ c #000000",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+...............",
".................."};
+24
View File
@@ -0,0 +1,24 @@
/* XPM */
static char * maximize_pressed_xpm[] = {
"18 16 5 1",
" c None",
". c #D8D8D8 s active_color_2",
"+ c #B2B2B2 s active_shadow_2",
"@ c #000000 s active_border_color",
"# c #FFFFFF s active_hilight_2",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@#..",
"..+@@@@@@@@@@@@#..",
"..+@@###########..",
"..+@@#+++++++++#..",
"..+@@@@@@@@@@@@#..",
"..+@@###########..",
"..+@@#........+#..",
"..+@@#........+#..",
"..+@@#........+#..",
"..+@@#........+#..",
"..+@@#........+#..",
"..+@@#+++++++++#..",
"..+#############..",
".................."};
+23
View File
@@ -0,0 +1,23 @@
/* XPM */
static char * menu_active_xpm[] = {
"18 16 4 1",
" c None",
". c #FFFFFF",
"+ c #B2B2B2",
"@ c #000000",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+...............",
".................."};
+23
View File
@@ -0,0 +1,23 @@
/* XPM */
static char * menu_inactive_xpm[] = {
"18 16 4 1",
" c None",
". c #FFFFFF",
"+ c #B2B2B2",
"@ c #000000",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.........+@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+...............",
".................."};
+24
View File
@@ -0,0 +1,24 @@
/* XPM */
static char * maximize_pressed_xpm[] = {
"18 16 5 1",
" c None",
". c #D8D8D8 s active_color_2",
"+ c #B2B2B2 s active_shadow_2",
"@ c #000000 s active_border_color",
"# c #FFFFFF s active_hilight_2",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@#..",
"..+@@@@@@@@@@@@#..",
"..+@@###########..",
"..+@@#+++++++++#..",
"..+@@@@@@@@@@@@#..",
"..+@@###########..",
"..+@@#........+#..",
"..+@@#........+#..",
"..+@@#........+#..",
"..+@@#........+#..",
"..+@@#........+#..",
"..+@@#+++++++++#..",
"..+#############..",
".................."};
+22
View File
@@ -0,0 +1,22 @@
/* XPM */
static char * right_active_xpm[] = {
"6 16 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++.."};
+22
View File
@@ -0,0 +1,22 @@
/* XPM */
static char * right_inactive_xpm[] = {
"6 16 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++..",
".+++.."};
+23
View File
@@ -0,0 +1,23 @@
/* XPM */
static char * shade_active_xpm[] = {
"18 16 4 1",
" c None",
". c #FFFFFF",
"+ c #B2B2B2",
"@ c #000000",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.........+@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.........+@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+...............",
".................."};
+23
View File
@@ -0,0 +1,23 @@
/* XPM */
static char * shade_inactive_xpm[] = {
"18 16 4 1",
" c None",
". c #FFFFFF",
"+ c #B2B2B2",
"@ c #000000",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.........+@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.........+@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+...............",
".................."};
+24
View File
@@ -0,0 +1,24 @@
/* XPM */
static char * shade_pressed_xpm[] = {
"18 16 5 1",
" c None",
". c #D8D8D8 s active_color_2",
"+ c #B2B2B2 s active_shadow_2",
"@ c #000000 s active_border_color",
"# c #FFFFFF s active_hilight_2",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@#..",
"..+@@@@@@@@@@@@#..",
"..+@@#########@#..",
"..+@@#........@#..",
"..+@@#++++++++@#..",
"..+@@@@@@@@@@@@#..",
"..+@@#########@#..",
"..+@@#++++++++@#..",
"..+@@@@@@@@@@@@#..",
"..+@@#########@#..",
"..+@@#........@#..",
"..+@@@@@@@@@@@@#..",
"..+#############..",
".................."};
+23
View File
@@ -0,0 +1,23 @@
/* XPM */
static char * stick_active_xpm[] = {
"18 16 4 1",
" c None",
". c #FFFFFF",
"+ c #B2B2B2",
"@ c #000000",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.........+@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.........+@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+...............",
".................."};
+23
View File
@@ -0,0 +1,23 @@
/* XPM */
static char * stick_inactive_xpm[] = {
"18 16 4 1",
" c None",
". c #FFFFFF",
"+ c #B2B2B2",
"@ c #000000",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.........+@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+@..........@...",
"..+@.........+@...",
"..+@.+++++++++@...",
"..+@@@@@@@@@@@@...",
"..+...............",
".................."};
+24
View File
@@ -0,0 +1,24 @@
/* XPM */
static char * shade_pressed_xpm[] = {
"18 16 5 1",
" c None",
". c #D8D8D8 s active_color_2",
"+ c #B2B2B2 s active_shadow_2",
"@ c #000000 s active_border_color",
"# c #FFFFFF s active_hilight_2",
"..................",
"..++++++++++++++..",
"..+@@@@@@@@@@@@#..",
"..+@@@@@@@@@@@@#..",
"..+@@#########@#..",
"..+@@#........@#..",
"..+@@#++++++++@#..",
"..+@@@@@@@@@@@@#..",
"..+@@#########@#..",
"..+@@#++++++++@#..",
"..+@@@@@@@@@@@@#..",
"..+@@#########@#..",
"..+@@#........@#..",
"..+@@@@@@@@@@@@#..",
"..+#############..",
".................."};
+9
View File
@@ -0,0 +1,9 @@
full_width_title=false
title_alignment=center
button_spacing=0
button_offset=0
button_layout=C|HMS
active_text_color=#000000
inactive_text_color=#000000
active_border_color=#000000
inactive_border_color=#000000
+30
View File
@@ -0,0 +1,30 @@
/* XPM */
static char * title_1_active_xpm[] = {
"5 24 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".....",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
"+++++",
"+++++",
"+++++",
"....."};
+30
View File
@@ -0,0 +1,30 @@
/* XPM */
static char * title_1_inactive_xpm[] = {
"5 24 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".....",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
"+++++",
"+++++",
"+++++",
"....."};
+30
View File
@@ -0,0 +1,30 @@
/* XPM */
static char * title_2_active_xpm[] = {
"5 24 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".....",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"..+++",
"+++++",
"..+++",
"+++++",
"..+++",
"+++++",
"..+++",
"+++++",
"..+++",
"+++++",
"..+++",
"+++++",
"..+++",
"+++++",
"+++++",
"+++++",
"+++++",
"....."};
+30
View File
@@ -0,0 +1,30 @@
/* XPM */
static char * title_2_inactive_xpm[] = {
"5 24 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".....",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"..+++",
"+++++",
"..+++",
"+++++",
"..+++",
"+++++",
"..+++",
"+++++",
"..+++",
"+++++",
"..+++",
"+++++",
"..+++",
"+++++",
"+++++",
"+++++",
"+++++",
"....."};
+30
View File
@@ -0,0 +1,30 @@
/* XPM */
static char * title_3_active_xpm[] = {
"5 24 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".....",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"....."};
+30
View File
@@ -0,0 +1,30 @@
/* XPM */
static char * title_3_inactive_xpm[] = {
"5 24 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".....",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"....."};
+30
View File
@@ -0,0 +1,30 @@
/* XPM */
static char * title_4_active_xpm[] = {
"5 24 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".....",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"++++.",
"+++++",
"++++.",
"+++++",
"++++.",
"+++++",
"++++.",
"+++++",
"++++.",
"+++++",
"++++.",
"+++++",
"++++.",
"+++++",
"+++++",
"+++++",
"+++++",
"....."};
+30
View File
@@ -0,0 +1,30 @@
/* XPM */
static char * title_4_inactive_xpm[] = {
"5 24 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".....",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
"++++.",
"+++++",
"++++.",
"+++++",
"++++.",
"+++++",
"++++.",
"+++++",
"++++.",
"+++++",
"++++.",
"+++++",
"++++.",
"+++++",
"+++++",
"+++++",
"+++++",
"....."};
+30
View File
@@ -0,0 +1,30 @@
/* XPM */
static char * title_5_active_xpm[] = {
"5 24 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".....",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
"+++++",
"+++++",
"+++++",
"....."};
+30
View File
@@ -0,0 +1,30 @@
/* XPM */
static char * title_5_inactive_xpm[] = {
"5 24 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".....",
"+++++",
"+++++",
"+++++",
"+++++",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
".....",
"+++++",
"+++++",
"+++++",
"+++++",
"....."};
+30
View File
@@ -0,0 +1,30 @@
/* XPM */
static char * top_left_active_xpm[] = {
"5 24 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".....",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".+++."};
+30
View File
@@ -0,0 +1,30 @@
/* XPM */
static char * top_left_inactive_xpm[] = {
"5 24 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
".....",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".++++",
".+++."};
+30
View File
@@ -0,0 +1,30 @@
/* XPM */
static char * top_right_active_xpm[] = {
"6 24 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"..... ",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
".+++.."};
+30
View File
@@ -0,0 +1,30 @@
/* XPM */
static char * top_right_inactive_xpm[] = {
"6 24 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"..... ",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
"++++..",
".+++.."};