Bash script for a mono wallch indicator

I wrote this simple script to change wallch indicator to a mono one because I didn’t like the current one. I once participated in adding Arabic to wallch and I just love this program. What is Wallch? Wallch is a wallpaper changer. It doesn’t simply change your desktop background with the wallpapers that you have in your hard disk, though. While it does that well by monitoring the folder that you have selected for new or deleted pictures, it has lots of features, like Picture of the day, Live Earth, Wallpaper Clocks and Live Website! Wallch is Open Source, which means that anyone can download and inspect the code. It currently works on Gnome (with or without Unity integration), LXDE, XFCE and Mate. Wallch version 4.0 is now available for download. http://melloristudio.com/wallch/ you can do it manually by downloading quick icon i did from here and replacing it in “/usr/share/wallch/files/” or simply download and run the script or just copying it #!/bin/bash echo “Changing Wallch indicator icon to mono” wget https://www.dropbox.com/s/vi7emuehp7krayj/indicator_ambiance_normal.png sudo cp /usr/share/wallch/files/indicator_ambiance_normal.png /usr/share/wallch/files/indicator_ambiance_normal_original.png sudo cp indicator_ambiance_normal.png /usr/share/wallch/files/ rm indicator_ambiance_normal.png echo “Done” have fun.  […]

Read More from

Bash script for a mono wallch indicator

Kali Linux and transparent backgrounds

I never seemed to be able to get it working right..and searching didn’t really help..until I found this discussion > https://forums.kali.org/archive/index.php/t-4337.html I just want to post it here for reference and maybe to help a fellow pen tester. jnpa all you need to do is: go to Applications > System tools > dconf editor then go to org > gnome > metacity and check the compositing-manager box this did it for me with no problems. enjoy.  […]

Read More from

Kali Linux and transparent backgrounds

Linux, Ubuntu, Distros – The Story

كنت ناوي اكتب الموضوع ده من زمان بس كنت بكسل او بنسي.. لكن اتسألت اكتر من مرة و حبيت اني اكتبه بقي. الموضوع اكيد منتشر علي الانترنت و في كتب كتير لكن حبيت اكتبه بطريقتي. ايه لينكس ده؟ و ايه ابونتو؟ طيب لينكس هو ابونتو لا ده حاجة و دي حاجة؟ الموضوع سهل.. لكن محتاج الاول نفهم ايه هو نظام التشغيل… نظام التشغيل عبارة عن برنامج في اساسه هو مجرد وسيلة علشان الهاردوير او مكونات اجهزة الكومبيوتر تتواصل مع بعضها و تقوم باللي هي معمولة علشان تقوم بيه سواء الصوت, الصورة, المعالجة, الخ. بجانب البرنامج ده بيبقي في برامج تانية ليها وظيفة تانية اللي بتبقي عبارة عن السوفتوير اللي بنستخدمها او بنلعبها زي المتصفحات او سوليتير مثلا. طيب يعني اللي هو زي ايه؟ في العادة الاغلبية عارفين الوندوز و عارفين الماك او نظام شركة أبل و اكيد بنسمع لينكس من وقت لاخر. في كتير….اي حاجة بنستخدمها غالبا فيها نظام تشغيل.. كومبيوتر, تليفيزيون, ماكينات صرف النقود او الATM و غيرهم كتير… اغلبهم بيبقي نظام التشغيل لينكس لانه مجاني.. مش مجاني بس انه ببلاش لكن ممكن اي حد يعدل او يغير فيه و يعيد توزيعه من غير ماحد يقوله بتعمل ايه و علشان طريقة برمجته و لغته كان من السهل انه يتعدل […]

اقرأ المزيد from

Linux, Ubuntu, Distros – The Story