From 74895aff101a1aff6e75fd3aef661b7344c42226 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Sat, 7 Mar 2015 14:18:38 +0100 Subject: [PATCH] xmobar - add (not working) wireless icon --- xmobar/icons/wireless.xcf | Bin 0 -> 3314 bytes xmobar/icons/wireless/0.xpm | 21 +++++++++++++++++++++ xmobar/icons/wireless/1.xpm | 21 +++++++++++++++++++++ xmobar/icons/wireless/2.xpm | 21 +++++++++++++++++++++ xmobar/icons/wireless/3.xpm | 21 +++++++++++++++++++++ xmobar/icons/wireless/4.xpm | 21 +++++++++++++++++++++ xmobar/icons/wireless/5.xpm | 21 +++++++++++++++++++++ xmobar/icons/wireless/6.xpm | 21 +++++++++++++++++++++ xmobar/icons/wireless/7.xpm | 21 +++++++++++++++++++++ xmobar/icons/wireless/8.xpm | 21 +++++++++++++++++++++ xmobarrc | 6 ++++-- 11 files changed, 193 insertions(+), 2 deletions(-) create mode 100644 xmobar/icons/wireless.xcf create mode 100644 xmobar/icons/wireless/0.xpm create mode 100644 xmobar/icons/wireless/1.xpm create mode 100644 xmobar/icons/wireless/2.xpm create mode 100644 xmobar/icons/wireless/3.xpm create mode 100644 xmobar/icons/wireless/4.xpm create mode 100644 xmobar/icons/wireless/5.xpm create mode 100644 xmobar/icons/wireless/6.xpm create mode 100644 xmobar/icons/wireless/7.xpm create mode 100644 xmobar/icons/wireless/8.xpm diff --git a/xmobar/icons/wireless.xcf b/xmobar/icons/wireless.xcf new file mode 100644 index 0000000000000000000000000000000000000000..24c131abcae5a3e253073c2877c104d3ba29a15e GIT binary patch literal 3314 zcmd5;J#Q015S_cT@6#3`gj5t)Ae0nFNg#n5gaQQ;1#}3>vCo&2{1MqkB$W|JsVE{E zB!nm^K%zp3iV9Iu@C*0_RP-Q@H{;#pPB?{;g>Iy|eKWJWGxv7)ZsVl06Ye%zVJm4z z1esIH_$1UY@Hho^uN)AuLKdJUs1IFKnERbZ|4p>j7}M4oy-p|U4q+1q=dbpo`Y>vS z50c?_xOwB|Eso4d*Q8UAqgvcgn(RYwgO&!vy>=81dhMjS>@T(AMz7uLhfC7b`teph zTsglYG6Afr&@zT@O&F@<;qicn?hbb9jieigt2!5)dy|~XSG(U$hGEieY)1ng-)pr7 z(eSW99{sm#?8y&h9+VhgiOgSMe2u8QO=Q0$az0>1J`;K0unOOGPqcddm~rzm2W%)W zRtj|$Mnhf(pUGfeRPN6bKsBypa5aNZ0Q0PuRW&OMvzKH7l9SLxfb`HLb_7K+HY>1<4)a|jzNJgLbK$Rt*{ z*Z;gD=~|FBkoymSt{AKY?_jeiU+{^I1-T=6xE}?nNmZPoD%t?IfB-%(EkkW`@RfGt zyTfNJfL5W41sH9hLIaiJAL8=E;D>*R#AhBxEk<&$kr9H*>=RS|L`R(kc{Dx^NALUx DN3*XW literal 0 HcmV?d00001 diff --git a/xmobar/icons/wireless/0.xpm b/xmobar/icons/wireless/0.xpm new file mode 100644 index 0000000..9fbb19a --- /dev/null +++ b/xmobar/icons/wireless/0.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * 0_xpm[] = { +"16 16 2 1", +" c None", +". c #FFFFFF", +" ", +" ...... ", +" .. .. ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" .. ", +" .. ", +" "}; diff --git a/xmobar/icons/wireless/1.xpm b/xmobar/icons/wireless/1.xpm new file mode 100644 index 0000000..70ba4ac --- /dev/null +++ b/xmobar/icons/wireless/1.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * 1_xpm[] = { +"16 16 2 1", +" c None", +". c #FFFFFF", +" ", +" ...... ", +" .. .. ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . .. . ", +" ...... ", +" .... ", +" .. ", +" .. ", +" "}; diff --git a/xmobar/icons/wireless/2.xpm b/xmobar/icons/wireless/2.xpm new file mode 100644 index 0000000..dee60b0 --- /dev/null +++ b/xmobar/icons/wireless/2.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * 2_xpm[] = { +"16 16 2 1", +" c None", +". c #FFFFFF", +" ", +" ...... ", +" .. .. ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . .. . ", +" ...... ", +" ...... ", +" .... ", +" .. ", +" .. ", +" "}; diff --git a/xmobar/icons/wireless/3.xpm b/xmobar/icons/wireless/3.xpm new file mode 100644 index 0000000..c47d894 --- /dev/null +++ b/xmobar/icons/wireless/3.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * 3_xpm[] = { +"16 16 2 1", +" c None", +". c #FFFFFF", +" ", +" ...... ", +" .. .. ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . .... . ", +" ........ ", +" ...... ", +" ...... ", +" .... ", +" .. ", +" .. ", +" "}; diff --git a/xmobar/icons/wireless/4.xpm b/xmobar/icons/wireless/4.xpm new file mode 100644 index 0000000..8d3491a --- /dev/null +++ b/xmobar/icons/wireless/4.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * 4_xpm[] = { +"16 16 2 1", +" c None", +". c #FFFFFF", +" ", +" ...... ", +" .. .. ", +" . . ", +" . . ", +" . . ", +" . .. . ", +" . ...... . ", +" .......... ", +" ........ ", +" ...... ", +" ...... ", +" .... ", +" .. ", +" .. ", +" "}; diff --git a/xmobar/icons/wireless/5.xpm b/xmobar/icons/wireless/5.xpm new file mode 100644 index 0000000..2e204dd --- /dev/null +++ b/xmobar/icons/wireless/5.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * 5_xpm[] = { +"16 16 2 1", +" c None", +". c #FFFFFF", +" ", +" ...... ", +" .. .. ", +" . . ", +" . . ", +" . .... . ", +" . ........ . ", +" .......... ", +" .......... ", +" ........ ", +" ...... ", +" ...... ", +" .... ", +" .. ", +" .. ", +" "}; diff --git a/xmobar/icons/wireless/6.xpm b/xmobar/icons/wireless/6.xpm new file mode 100644 index 0000000..28fd022 --- /dev/null +++ b/xmobar/icons/wireless/6.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * 6_xpm[] = { +"16 16 2 1", +" c None", +". c #FFFFFF", +" ", +" ...... ", +" .. .. ", +" . . ", +" . .... . ", +" . ........ . ", +" ............ ", +" .......... ", +" .......... ", +" ........ ", +" ...... ", +" ...... ", +" .... ", +" .. ", +" .. ", +" "}; diff --git a/xmobar/icons/wireless/7.xpm b/xmobar/icons/wireless/7.xpm new file mode 100644 index 0000000..81c1473 --- /dev/null +++ b/xmobar/icons/wireless/7.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * 7_xpm[] = { +"16 16 2 1", +" c None", +". c #FFFFFF", +" ", +" ...... ", +" .. .. ", +" . .... . ", +" . ........ . ", +" ............ ", +" ............ ", +" .......... ", +" .......... ", +" ........ ", +" ...... ", +" ...... ", +" .... ", +" .. ", +" .. ", +" "}; diff --git a/xmobar/icons/wireless/8.xpm b/xmobar/icons/wireless/8.xpm new file mode 100644 index 0000000..e819bde --- /dev/null +++ b/xmobar/icons/wireless/8.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * 8_xpm[] = { +"16 16 2 1", +" c None", +". c #FFFFFF", +" ", +" ...... ", +" .......... ", +" ............ ", +" .............. ", +" ............ ", +" ............ ", +" .......... ", +" .......... ", +" ........ ", +" ...... ", +" ...... ", +" .... ", +" .. ", +" .. ", +" "}; diff --git a/xmobarrc b/xmobarrc index 9d3d434..1171816 100644 --- a/xmobarrc +++ b/xmobarrc @@ -6,7 +6,7 @@ Config { font = "xft:Source Code Pro:size=9" [ "-t", "" , "--" , "--on-icon-pattern", "" - , "--off-icon-patter", "" + , "--off-icon-pattern", "" ] 50 , Run Network "enp9s0" [ "--template", "" @@ -14,7 +14,9 @@ Config { font = "xft:Source Code Pro:size=9" , "--rx-icon-pattern", "" ] 50 , Run Wireless "wlp7s0" - [ + [ "--template", "" + --, "--", + --, "--quality-icon-pattern", "" ] 50 , Run StdinReader ]