Artificial Intelligence Posted May 6, 2006 Share Posted May 6, 2006 (edited) Click the screenshot to enlarge Here's where I'm playing Guild Wars :D Ubuntu Dapper Drake with Gnome ofcause 8) Edited May 6, 2006 by Artificial Intelligence Link to comment Share on other sites More sharing options...
ilia_kr Posted May 7, 2006 Share Posted May 7, 2006 My new desktop: icons - Vista Inspired 1.0 My new desktop: Icon theme - Vista Inspired 1.0 Link to comment Share on other sites More sharing options...
Artificial Intelligence Posted May 7, 2006 Author Share Posted May 7, 2006 ilia_kr said: My new desktop: icons - Vista Inspired 1.0 My new desktop: Icon theme - Vista Inspired 1.0 Where's the teletubbies? :D Link to comment Share on other sites More sharing options...
ilia_kr Posted May 7, 2006 Share Posted May 7, 2006 Good one :D I've fired them, the guys not funny any more... Link to comment Share on other sites More sharing options...
bvc Posted May 7, 2006 Share Posted May 7, 2006 (edited) Slider New theme, not released. Like the dapper-duck? 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 May 9, 2006 by bvc Link to comment Share on other sites More sharing options...
arctic Posted May 9, 2006 Share Posted May 9, 2006 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 More sharing options...
Artificial Intelligence Posted May 9, 2006 Author Share Posted May 9, 2006 What's the icon theme, arctic? Link to comment Share on other sites More sharing options...
arctic Posted May 9, 2006 Share Posted May 9, 2006 A modified Tango-drake. Link to comment Share on other sites More sharing options...
Reiver_Fluffi Posted May 10, 2006 Share Posted May 10, 2006 Link to comment Share on other sites More sharing options...
ilia_kr Posted May 10, 2006 Share Posted May 10, 2006 What is a CLI command to print a system info? 10x! Link to comment Share on other sites More sharing options...
Reiver_Fluffi Posted May 10, 2006 Share Posted May 10, 2006 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 More sharing options...
ianw1974 Posted May 11, 2006 Share Posted May 11, 2006 Vista Inspirate icons and Gentoo wallpaper (even though I'm running Mandriva :o) Link to comment Share on other sites More sharing options...
arctic Posted May 11, 2006 Share Posted May 11, 2006 Shame on you, Ian... a Gentoo wallpaper... tststs. :lol: Link to comment Share on other sites More sharing options...
ianw1974 Posted May 11, 2006 Share Posted May 11, 2006 It just, err, looks nice :P Link to comment Share on other sites More sharing options...
iphitus Posted May 12, 2006 Share Posted May 12, 2006 http://iphitus.loudas.com/designs/screenshots/130506.png functionality > appearance Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now