1
0
mirror of https://github.com/gryf/wmamixer.git synced 2026-04-20 19:51:25 +02:00

Added scale method introduced by Xander.

https://gitlab.com/xander1988/dockapps
This commit is contained in:
2021-04-29 19:53:09 +02:00
parent a60507c8df
commit a3842b1098
22 changed files with 1949 additions and 53 deletions
+74
View File
@@ -0,0 +1,74 @@
/* XPM */
static char * wmamixer64_xpm[] = {
"64 64 7 1",
" c None",
". c #000000",
"+ c #AEAAAE",
"@ c #282828 s back_color",
"# c #202020",
"$ c #F7F3FF",
"% c #86828E",
" ",
" ",
" ",
" ",
" ............................ ........................+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" ++++++++++++++++++++++++++++ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" ...........................+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@@@@+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" ++++++++++++++++++++++++++++ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" ............................ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .$$$$$$$$$$$$%$$$$$$$$$$$$%+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .$+++++++++++.$+++++++++++.+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .$++++++.++++.$++++.++++++.+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .$+++++..++++.$++++..+++++.+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .$++++...++++.$++++...++++.+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .$+++....++++.$++++....+++.+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .$++++...++++.$++++...++++.+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .$+++++..++++.$++++..+++++.+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .$++++++.++++.$++++.++++++.+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .$+++++++++++.$+++++++++++.+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" .%............%............+ .@@@@@@@@@@@@@@@@@@@@@@@+ ",
" ++++++++++++++++++++++++++++ +++++++++++++++++++++++++ ",
" ",
" ",
" ",
" ",
" "};