Jump to content

Show off your Desktop - May 2006


Recommended Posts

  • Replies 39
  • Created
  • Last Reply

Top Posters In This Topic

Slider

New theme, not released. Like the dapper-duck? :thumbs:

It's an attempt to sleek down Glider and provide the new fresher Tango blue look, gettting away from the drab old gnome blue.

Edited by bvc
Link to comment
Share on other sites

My beloved Mandriva box. :woops: Again very minimalistic. Sadly I have no real use for endless eyecandy stuff. It annoys and distracts me way too often. We minimalists have a hard life, don't we? :mellow:

Link to comment
Share on other sites

  ilia_kr said:
What is a CLI command to print a system info? 10x!

 

This is what I used:

 

#!/bin/bash
clear
echo -----------------=[ System Information ]=---------------------
printf "%-16s\t%-16s\n" "Operating System" `uname -o`
printf "%-16s\t%-16s\n" "Arch Type" `uname -p`
printf "%-16s\t%-16s\n" "Kernel Version" `uname -r`
echo -----------------=[ Hardware Information ]=-------------------
cat /proc/cpuinfo | grep "model name"
cat /proc/cpuinfo | grep "cpu MHz"
cat /proc/cpuinfo | grep "bogomips"
cat /proc/cpuinfo | grep "cache size"
echo --------------------------------------------------------------
cat /proc/meminfo | grep "MemTotal"
cat /proc/meminfo | grep "MemFree"
cat /proc/meminfo | grep "SwapTotal"
cat /proc/meminfo | grep "SwapFree"
echo -----------------=[ Desktop  Information ]=-------------------
printf "%-16s\t%-16s\n" "GTK2:" `gconftool-2 --get /desktop/gnome/interface/gtk_theme`
printf "%-16s\t%-16s\n" "Metacity:" `gconftool-2 --get /apps/metacity/general/theme`
printf "%-16s\t%-16s\n" "Icons:" `gconftool-2 --get /desktop/gnome/interface/icon_theme`
echo --------------------------------------------------------------
uptime

 

Which is a trimmed down version of the script cybrjackle posted here: https://mandrivausers.org/index.php?s=&show...ndpost&p=202482

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...