Results 1 to 46 of 46

Thread: Kali 1, XFCE Window Manager, Shiki-Colors Light Menus Theme & Conky Sys Monitor

  1. #1

    Lightbulb Kali 1, XFCE Window Manager, Shiki-Colors Light Menus Theme & Conky Sys Monitor

    This has been tried & tested on Kali 1.0.3-9 (x86 & x64).
    ...Other variations may not work.


    For Kali 2 users, see this script.





    Result (Screenshots):

    Conky (GNOME & XFCE4 with Shiki-Colors Light Menus Theme)


    XFCE #1 (without conky)


    XFCE #2 (without conky)




    Quick & Easy Install:
    Open a terminal and paste in the following either/both commands
    (This will automatically pull the scripts down and run them).

    Code:
    ## XFCE4 - Desktop Environment
    curl -s http://pastebin.com/raw.php?i=r5kbi5kj | tr -d '\15\32' | bash
    
    ## Conky - System Monitor
    curl -s http://pastebin.com/raw.php?i=ArY0PvwM | tr -d '\15\32' | bash
    Then log-off and re-log in with "XFCE Session" (note: for the menu to show - press 'other' - allowing you to type a username!)



    What is XFCE4?
    Its a Window Manager/Desktop Environment (For more information ~ http://docs.kali.org/live-build/cust...op-environment)
    By default, the current standard Kali x86 & x64 builds use GNOME. This will install XFCE4, allowing you to switch between them, each time you login to Kali.
    If you don't like it, you can switch back to GNOME next time you login.


    Why switch to XFCE4? Whats wrong with GNOME?
    Theres lots of reasons for and against them both. I'm not going to get into it here.
    This is here purely if you wish to use my personal take/build/customisations of Kali using XFCE4.


    What is Conky?
    Its the system monitor thats in the bottom right of the screen in the screenshots.
    If you wish, you can use it in either XFCE4 or GNOME.


    Anything else I should do with XFCE/Conky?
    If you can decode the pastebin contents for XFCE4 install script, you'll see some hidden settings such as:
    • Enable num lock at startup
    • Different wallpaper each time
    • ...Others similar things


    Anything else I should do with my Kali install afterwards?
    Look into using something different than:
    • bash (e.g. ZSH/Oh-My-ZSH)
    • the default terminal (e.g. terminator)
    • ...the github link below!



    Like this sort of stuff? Want more?
    This is taken from a larger script. which you can see the rest of my modifications & tweaks here:
    http://github.com/g0tmi1k/OS-Scripts...master/kali.sh


    Update 2014-10-20:
    • Updated conky
      • Made sure all the output now fits on screen
      • Checks to see if you have a second second LAN NIC (eth1)
      • Moved a few things about/renamed a labels
    • Updated XFCE4 - Added keyboard shortcuts (Ctrl + Alt + T == Open terminal)
    • Change default desktop wallpaper (again) and login wallpaper to match.
    • Disabled numlock at startup
    • Updated screenshots


    Update 2013-11-19:
    • Re-worked internal workings of conky & XFCE
    • Set default programs with XFCE (fixes start menu bug)
    • Change default wallpaper
    • Enabled numlock at startup


    Updated 2013-07-13:
    • Little bug fix in XFCE
    • Enabled compositing in XFCE
    Last edited by g0tmi1k; 2015-08-31 at 08:04. Reason: Kali 2

  2. #2
    Join Date
    2013-May
    Posts
    10
    Thx g0tmilk for sharing this. When are you going to post new videos on your blog? i love to watch them!

  3. #3
    Join Date
    2013-Apr
    Location
    The Present Moment
    Posts
    1
    Thx Man - I like it, nice job...

  4. #4
    Join Date
    2013-Jun
    Posts
    10
    Well it worked! Now to work on getting some customization on! Also E17 would be epic running on Kali Thanks g0tmi1k!

  5. #5
    Thank you. I only used the conky settings, nicely done.

  6. #6
    Quote Originally Posted by wy477d3rp View Post
    Well it worked! Now to work on getting some customization on! Also E17 would be epic running on Kali Thanks g0tmi1k!
    All my customisation can be found here: https://github.com/g0tmi1k/OS-Script...master/kali.sh

  7. #7
    Join Date
    2013-Jun
    Posts
    2
    Hey thanks for these simply-working scripts g0tmi1k and your kali.sh share. I looked over kali.sh and you are awesome.

  8. #8
    Updated:
    • Little bug fix
    • Enabled compositing

  9. #9
    Join Date
    2013-Mar
    Posts
    16
    hi @gotm1lk,

    how can i have same conky like your? It doesnt appear on my desktop..

  10. #10
    Quote Originally Posted by carmila View Post
    hi @gotm1lk,

    how can i have same conky like your? It doesnt appear on my desktop..
    Did you run the bash commands?
    Whats happening?
    Using x86?

  11. #11
    Join Date
    2013-Mar
    Posts
    16
    Quote Originally Posted by g0tmi1k View Post
    Did you run the bash commands?
    Whats happening?
    Using x86?
    Oh man.. so sorry bout my silliness... forgot to run the bash command.. anyway problem solve!

  12. #12
    Can you post the commands for the x64 version?

    Thank you

  13. #13
    Quote Originally Posted by pamamolf View Post
    Can you post the commands for the x64 version?

    Thank you
    Give it a try!
    Some people have reported it working.

    I only use x86, so that's the only thing which I've tested it on.
    Doesn't mean it will not work on x64 - I just haven't tried.

  14. #14
    Join Date
    2013-Mar
    Posts
    16
    hi @g0tmi1k

    everything is working fine right now. I just want to know about how do i can change the conky configuration to make it read and display my 3g connection on ppp0?
    i usually connected to 3g network and i want conky to display the traffic of my 3g connection.
    thanx in advance.

  15. #15
    Quote Originally Posted by carmila View Post
    I just want to know about how do i can change the conky configuration to make it read and display my 3g connection on ppp0?
    If you open '/root/.conkyrc' in your favourite text editor, and look for:
    • 'LAN eth1' - replace this with '3g'
    • eth1 - replace this with ppp0 (should now be 7 after doing the command before)

    save it & recheck conky!

    You will now have wired (eth0), 3g (ppp0) & wireless (wlan0).
    Last edited by g0tmi1k; 2013-07-24 at 12:36.

  16. #16
    Join Date
    2013-Jul
    Posts
    8
    you are the man its working for me thanx man

  17. #17
    Join Date
    2013-Mar
    Posts
    16
    Quote Originally Posted by venom View Post
    you are the man its working for me thanx man
    yeah me too.. thanx g0tm1lk!

  18. #18
    Join Date
    2013-Apr
    Posts
    7

    Red face

    This works like a charm on 64 bit Kali as well. Here is my machine in VirtualBox

    Code:
    root@kali:~# uname -a
    Linux kali 3.7-trunk-amd64 #1 SMP Debian 3.7.2-0+kali8 x86_64 GNU/Linux
    Thanks g0tmi1k

  19. #19
    Join Date
    2013-Aug
    Location
    Indonesia
    Posts
    9
    How to remove this conky?, i want to learn, how to remove conky

  20. #20
    You can remove conky completely by doing:
    Code:
    apt-get-y remove conky
    or you can keep it, but just disable it from automatically starting up:
    Code:
    rm -f /root/.config/autostart/conkyscript.sh.desktop
    Last edited by g0tmi1k; 2013-08-31 at 08:58.

  21. #21
    Join Date
    2013-Aug
    Location
    Indonesia
    Posts
    9
    I use this, but it can't take screenshoot

  22. #22
    Thats an issue with XFCE (in short, XFCE doesn't come with any application to take a screenshot).
    You can find more information about taking a screenshot when using XFCE, here: https://wiki.xfce.org/faq (search for: "My desktop is so nice, I want to make a screenshot! How can I do that in Xfce?")

    Personally I use shutter (apt-get -y install shutter) for taking/handling screenshots.

  23. #23
    Im Having an odd issue with XCFE, I installed following directions here, and it worked flawlessly for 3-4 days.

    Now when logging into a XCFE session, it loads my gnome desktop overtop the XCFE one. So I still have my XCFE panels and conky config, however the desktop image and desktop icons are the ones from my gnome profile. Any thoughts on how to prevent this?

  24. #24
    Join Date
    2013-Sep
    Posts
    16
    thank you i like it

  25. #25
    Join Date
    2013-Oct
    Posts
    4
    Works with x64 !!!!! brilliant thanks!!!

  26. #26
    hi there this laucher are working fine in 1.05 kali linux version i just have 1 issues.
    how do i configure corky??

  27. #27
    Quote Originally Posted by SlamberGamer View Post
    hi there this laucher are working fine in 1.05 kali linux version i just have 1 issues.
    how do i configure corky??
    Edit in your favorite text editor, /root/.conkyrc

  28. #28
    thank you very much for the help...

  29. #29
    hi i tried to remove conky using this command

    sudo apt-get remove conky-all

    conky -v

    Sudo apt-get --purge remove conky

    the conky still there. how do i remove it..

  30. #30
    Quote Originally Posted by SlamberGamer View Post
    hi i tried to remove conky using this command

    sudo apt-get remove conky-all

    conky -v

    Sudo apt-get --purge remove conky

    the conky still there. how do i remove it..
    When you say its still there, do you mean you can still see it on your desktop? Or are there left over trace files?

    Whats the output of the following commands?
    Code:
    whereis conky
    locate conky
    p.s. You shouldn't need to put sudo in front, as you should be running as root

  31. #31
    Update:
    • Re-worked internal workings of conky & XFCE
    • Set default programs with XFCE (fixes start menu bug)
    • Change default wallpaper
    • Enabled numlock at startup

  32. #32
    Join Date
    2013-Jul
    Posts
    1
    Hi g0tmi1k

    I have done fresh install of Kali 1.0.6 x64 (with open-vm-Tools) in VMware Workstation and installed your conky script via command:
    curl -s http://pastebin.com/raw.php?i=5LEjQVLw | tr -d '\15\32' | bash

    Unfortunately conky is not transparent and no matter what I try changing in .conkyrc I can get transparency to work..

    I was wondering if you could help me?

  33. #33
    Join Date
    2014-May
    Posts
    10
    Quote Originally Posted by dombera View Post
    Hi g0tmi1k

    I have done fresh install of Kali 1.0.6 x64 (with open-vm-Tools) in VMware Workstation and installed your conky script via command:
    curl -s http://pastebin.com/raw.php?i=5LEjQVLw | tr -d '\15\32' | bash

    Unfortunately conky is not transparent and no matter what I try changing in .conkyrc I can get transparency to work..

    I was wondering if you could help me?
    Try this to edit:
    etc/conky/conky.conf

  34. #34
    Join Date
    2013-Jun
    Posts
    3
    Good job, brother.

  35. #35
    Join Date
    2014-Apr
    Location
    Down Under
    Posts
    315
    Thanks for this script. A couple of snappy additions and it was exactly what I was looking for.
    chown -R us ./base

  36. #36
    Join Date
    2013-Aug
    Location
    lost in space
    Posts
    580
    Quote Originally Posted by staticn0de View Post
    Thanks for this script. A couple of snappy additions and it was exactly what I was looking for.
    that got my attention.

    Like with anything linux related I'm lost(again), and I've been looking for a replacement for Gnome/Nautilus.

    What script? Could you please explain? Post sceen shots of the desktop?
    Kali Linux USB Installation using LinuxLive USB Creator
    Howto Install HDD Kali on a USB Key
    Clean your laptop fan | basic knowledge

  37. #37
    Join Date
    2014-Apr
    Location
    Down Under
    Posts
    315
    Quote Originally Posted by Quest View Post
    that got my attention.

    Like with anything linux related I'm lost(again), and I've been looking for a replacement for Gnome/Nautilus.

    What script? Could you please explain? Post sceen shots of the desktop?
    Hey Quest,

    g0tmi1k has made a couple of scripts. Both of which have the theme of installing kali the way he likes them.

    Two on the main page install xfce and then conky so you get the cool desktop widgets and the light weight theme xfce (I like it a lot more than gnome). The script hosted on github is similar in that it sets up themes but the github script also installs software and configures some settings. I've forked it and I've been modifying it to include / exclude some stuff (as g0tmi1k says, he made the script for him) and I've added a script to change xfce to the default login manager at the end. I've also made it have some extra key bindings and changed to network adapters monitored by conky to match those I have installed.

    You get a desktop similar to that shown here:
    http://i.imgur.com/dr5RUV7.png

    g0tmi1ks github is here if you want to fork it
    http://github.com/g0tmi1k/OS-Scripts...master/kali.sh
    chown -R us ./base

  38. #38
    Join Date
    2013-Aug
    Location
    lost in space
    Posts
    580
    Great! Thx friend!

    The first post had me confused. I didn't think that these two command lines would DL the script then install everything, plus I wasn't sure about it working with 1.0.7 x64.

    I'm using them now(xfce and conky), and I will have more pertinent questions later, as I'm having prbs with some confs... Because now, it would appear that we have a new monster to test (FS3)

    Thx to g0tmi1k. It's definitely a step forward in user interface.
    Kali Linux USB Installation using LinuxLive USB Creator
    Howto Install HDD Kali on a USB Key
    Clean your laptop fan | basic knowledge

  39. #39
    Join Date
    2013-Aug
    Location
    lost in space
    Posts
    580
    Ok so here's a couple of questions regarding that setup..

    conky:

    - where is the config file? etc/conky/conky.conf don't seem to do much and /root/.conkyrc is nowhere to be found.
    - how do you make it see and show your wifi connexion?
    - i would like to see activity for all 8 CPUs. Now only shows CPU0 and CPU1

    xfce:

    - howto save created toolbars?
    - change the 'hand' icon when pointing at a link in iceweasel?
    - where is the bluetooth applet to close/open bleutooth?
    Kali Linux USB Installation using LinuxLive USB Creator
    Howto Install HDD Kali on a USB Key
    Clean your laptop fan | basic knowledge

  40. #40
    Update 2014-10-20:
    • Updated conky
      • Made sure all the output now fits on screen
      • Checks to see if you have a second second LAN NIC (eth1)
      • Moved a few things about/renamed a labels
    • Updated XFCE4 - Added keyboard shortcuts (Ctrl + Alt + T == Open terminal)
    • Change default desktop wallpaper (again) and login wallpaper to match.
    • Disabled numlock at startup
    • Updated screenshots
    This is a Kali-Linux support forum - not general IT/infosec help.

    Useful Commands: OS, Networking, Hardware, Wi-Fi
    Troubleshooting: Kali-Linux Installation, Repository, Wi-Fi Cards (Official Docs)
    Hardware: Recommended 802.11 Wireless Cards

    Documentation: http://docs.kali.org/ (Offline PDF version)
    Bugs Reporting & Tool Requests: https://bugs.kali.org/
    Kali Tool List, Versions & Man Pages: https://tools.kali.org/

  41. #41
    Quote Originally Posted by dombera View Post
    Hi g0tmi1k

    I have done fresh install of Kali 1.0.6 x64 (with open-vm-Tools) in VMware Workstation and installed your conky script via command:
    curl -s http://pastebin.com/raw.php?i=5LEjQVLw | tr -d '\15\32' | bash

    Unfortunately conky is not transparent and no matter what I try changing in .conkyrc I can get transparency to work..

    I was wondering if you could help me?
    Sounds like you have a driver/graphic issue.
    I would recommend you using the native/closed VMware tools.



    Quote Originally Posted by Quest View Post
    Ok so here's a couple of questions regarding that setup..

    conky:

    - where is the config file? etc/conky/conky.conf don't seem to do much and /root/.conkyrc is nowhere to be found.
    - how do you make it see and show your wifi connexion?
    - i would like to see activity for all 8 CPUs. Now only shows CPU0 and CPU1

    xfce:

    - howto save created toolbars?
    - change the 'hand' icon when pointing at a link in iceweasel?
    - where is the bluetooth applet to close/open bleutooth?
    Conky:
    - The config file is "/root/.conkyrc". (The script which runs at startup can be found here: "/usr/local/bin/conky.sh").
    - By default, it will show eth0 & wlan0 at all times. When you run the script, if you have eth1, it will also add it. If you wish for other adapters to be shown, edit the config file (see the line above).
    - If you want to show all 8 CPUs - that could get "messy". If you want to go ahead and do it, just edit the config file (copy/paste the lines CPU1 and replace with each CPU value).

    XFCE:
    - I'm not fully I understand what your asking. Do you mean: Kali -> Settings -> Panel ?
    - No idea. Sorry!
    - Not sure. First hit in Google says to install "Blueman" or "GNOME Bluetooth".


    Like it says at the start, it’s a personal config file.
    If you wish to edit/modify it yourself, you can to match your setup/wants/needs.
    Last edited by g0tmi1k; 2014-10-20 at 13:26.
    This is a Kali-Linux support forum - not general IT/infosec help.

    Useful Commands: OS, Networking, Hardware, Wi-Fi
    Troubleshooting: Kali-Linux Installation, Repository, Wi-Fi Cards (Official Docs)
    Hardware: Recommended 802.11 Wireless Cards

    Documentation: http://docs.kali.org/ (Offline PDF version)
    Bugs Reporting & Tool Requests: https://bugs.kali.org/
    Kali Tool List, Versions & Man Pages: https://tools.kali.org/

  42. #42
    Join Date
    2013-Aug
    Location
    lost in space
    Posts
    580
    Thank you.

    XFCE:

    - I meant the customizable tool bar at the top, with shortcuts. I've added another one(vertically on the side of the desktop) and would like to save it, so I don't have to re-do it after afresh install. Took me awhile to find all the shortcut I wanted in that new tool bar.

    - For the Bluetooth, I just like to shut it down upon starting since I don't use it and it is ON by default. Would be nice to be able to shut it down like in gnome..
    Kali Linux USB Installation using LinuxLive USB Creator
    Howto Install HDD Kali on a USB Key
    Clean your laptop fan | basic knowledge

  43. #43
    Quote Originally Posted by Quest View Post
    Thank you.

    XFCE:

    - I meant the customizable tool bar at the top, with shortcuts. I've added another one(vertically on the side of the desktop) and would like to save it, so I don't have to re-do it after afresh install. Took me awhile to find all the shortcut I wanted in that new tool bar.

    - For the Bluetooth, I just like to shut it down upon starting since I don't use it and it is ON by default. Would be nice to be able to shut it down like in gnome..
    For your first point: I don't if this is the the correct way (good chance this is wrong and its a bad habit), but you can manually backup the config files and then restore them (which is what this script is doing).
    Path: ~/.config/xfce4/
    So you're toolbar may be in: /root/.config/xfce4/panel/*.desktop or another subfolder - have a look about (hint, I would use grep -Ri <name of a program> /root/.config/xfce4/).


    For your second point: I really dunno.
    I haven't got any USB bluetooth devices to hand, to plug in and find out. I could only tell you what Google/Bing could at this stage.
    This is a Kali-Linux support forum - not general IT/infosec help.

    Useful Commands: OS, Networking, Hardware, Wi-Fi
    Troubleshooting: Kali-Linux Installation, Repository, Wi-Fi Cards (Official Docs)
    Hardware: Recommended 802.11 Wireless Cards

    Documentation: http://docs.kali.org/ (Offline PDF version)
    Bugs Reporting & Tool Requests: https://bugs.kali.org/
    Kali Tool List, Versions & Man Pages: https://tools.kali.org/

  44. #44
    Join Date
    2014-Oct
    Posts
    2
    Everything works great on a VMware client.
    This is now my favorite workplace!

    Thank you g0tmi1k !!

  45. #45
    Join Date
    2015-Aug
    Posts
    7
    First of all thank you g0tmi1k ! Keep up the solid good work!
    Second I have a question: On Kali Linux 64 bit Light - How can I clone user settings and configuration from root to less privileged account..
    I never used to change anything but after using you'r .sh I really liked it!

  46. #46
    Updated for Kali 2.0 https://forums.kali.org/showthread.p...r-axiomd-Theme
    ...New theme this time =)
    This is a Kali-Linux support forum - not general IT/infosec help.

    Useful Commands: OS, Networking, Hardware, Wi-Fi
    Troubleshooting: Kali-Linux Installation, Repository, Wi-Fi Cards (Official Docs)
    Hardware: Recommended 802.11 Wireless Cards

    Documentation: http://docs.kali.org/ (Offline PDF version)
    Bugs Reporting & Tool Requests: https://bugs.kali.org/
    Kali Tool List, Versions & Man Pages: https://tools.kali.org/

Similar Threads

  1. Kali-Light theme missing files
    By Grosbur in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2021-05-07, 18:23
  2. Add Windows 10 dark theme for xfce deskop
    By Disc0nect in forum Community Feedback
    Replies: 1
    Last Post: 2019-12-03, 21:37
  3. Replies: 30
    Last Post: 2017-10-14, 06:02
  4. Replies: 0
    Last Post: 2016-02-05, 23:32

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •