• Post Your Desktop v10: "Now With A Semi Proper OP" Edition
    4,035 replies, posted
[QUOTE=Angus725;42467556]Using 15GB of Dropbox alone. Google Drive and Skydrive are mostly for sharing documents. Was wondering if anyone saw the battery icon...[/QUOTE] all I noticed was the clock right next to another clock
[IMG]http://i.imgur.com/PFFkq2k.png[/IMG]
[QUOTE=XxThreedogxX;42476771][IMG]http://i.imgur.com/PFFkq2k.png[/IMG][/QUOTE] I've said it before, and I'll say it again: bitmap font is the shit! What's the name of that one?
[QUOTE=KaLam1ty;42479144]I've said it before, and I'll say it again: bitmap font is the shit! What's the name of that one?[/QUOTE] Terminus
[IMG]http://i.imm.io/1i3Qt.jpeg[/IMG] i may be a little bit of a mr.worldwide fan
[QUOTE=XxThreedogxX;42479580]stuff[/QUOTE] He said it in a terrible way, but I think you should at least try an Sans font on there.
[QUOTE=nehkz;42481623]He said it in a terrible way, but I think you should at least try an Sans font on there.[/QUOTE] Why should I try a Sans font?
I made a exclusive Mastchio (MR MULTINATIONAL) desktop background for you guys :D Only facepunch members! Enjoy [IMG]http://i.imgur.com/7GlCvEU.png[/IMG]
[QUOTE=boshuajackman;42481732]I made a exclusive Mastchio (MR MULTINATIONAL) desktop background for you guys :D Only facepunch members! Enjoy [IMG]http://i.imgur.com/7GlCvEU.png[/IMG][/QUOTE] Ah thanks, I've been waiting so long for an official background!
Euphoric.
[QUOTE=Angus725;42465336][t]https://dl.dropboxusercontent.com/u/64514745/Desktop10-7-2013.png[/t] Any other 2560x1440 guys here? There were none in fast-threads. [editline]a[/editline] You may notice something interesting if you examine the bottom right icons in detail.[/QUOTE] Judging from the battery icon, damn big resolution for a laptop.
[t]http://sgfc.co/zDEtU[/t] ~ricemaster~
[QUOTE=LegndNikko;42484755]Judging from the battery icon, damn big resolution for a laptop.[/QUOTE] [t]https://dl.dropboxusercontent.com/u/64514745/2013-10-06%2013.36.16.jpg[/t] Pseudo desktop.
[QUOTE=RusselG;42485660][t]http://sgfc.co/zDEtU[/t] ~ricemaster~[/QUOTE] What grease monkey theme is that for facepunch?
[IMG]http://puu.sh/4NLPl.jpg[/IMG] Tried a black theme. Yes i know some things arent lined up and the Player skin is just a Placeholder.
[QUOTE=XxThreedogxX;42486904]What grease monkey theme is that for facepunch?[/QUOTE] My own. It's for stylish. [css] @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("facepunch.com") { body * { background: rgb(27,27,27) !important; color: rgb(200,200,200) !important; border-color: rgb(50,50,50) !important; font-family: "cure" !important; } .information, .information a, .posthead, .posthead *, .threadfoot, .threadfoot * { background: rgb(50,50,50) !important; } #cke_top_vB_Editor_QR_editor { display: none !important; } img:not(.thumbnail) { ffilter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important; } } [/css]
[QUOTE=RusselG;42485660][t]http://sgfc.co/zDEtU[/t] ~ricemaster~[/QUOTE] First reaction was GNU/Linux, then I noticed the tray icons and your useragent...
[QUOTE=RusselG;42485660][t]http://sgfc.co/zDEtU[/t] ~ricemaster~[/QUOTE] Got a tutorial, or links?
[QUOTE=whatthe;42498886]Got a tutorial, or links?[/QUOTE] I can give both. Foobar2000 skin: [url]http://hora-hora.deviantart.com/art/slim-foo-302340930[/url] Visual Style for windows 7: [url]http://twnsnd.deviantart.com/art/pix-visual-style-387473819[/url] I use bblean with a modified [url="http://apathyrecharge.deviantart.com/art/bb-crim-318532742"]bb_crim[/url] theme. My firefox css: [url]http://sgfc.co/paste/QVaXA/raw[/url] You'll probably need [url="https://addons.mozilla.org/firefox/addon/13505/"]Hide Caption Titlebar Plus[/url] for firefox as well. I can go into more depth if you would like.
[QUOTE=RusselG;42496374]My own. It's for stylish. [css] @namespace url([url]http://www.w3.org/1999/xhtml);[/url] @-moz-document domain("facepunch.com") { body * { background: rgb(27,27,27) !important; color: rgb(200,200,200) !important; border-color: rgb(50,50,50) !important; font-family: "cure" !important; } .information, .information a, .posthead, .posthead *, .threadfoot, .threadfoot * { background: rgb(50,50,50) !important; } #cke_top_vB_Editor_QR_editor { display: none !important; } img:not(.thumbnail) { ffilter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important; } } [/css][/QUOTE] So, I decided to use this and I felt like all of the colored icons were bugging me. Instead of going the extra mile, I utilized some CSS to take care of most icons in threads: [css]@namespace url([url]http://www.w3.org/1999/xhtml);[/url] @-moz-document domain("facepunch.com") { body * { background: rgb(27,27,27) !important; color: rgb(200,200,200) !important; border-color: rgb(50,50,50) !important; font-family: "cure" !important; } .information, .information a, .posthead, .posthead *, .threadfoot, .threadfoot * { background: rgb(50,50,50) !important; } #cke_top_vB_Editor_QR_editor { display: none !important; } #header.floatcontainer.doc_header img, .posthead img, .imlinks img, .postfoot img, .events img { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\' filterRes=\'800\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */ } img:hover { filter: none; } }[/css] The only issue is it makes the page sluggish on my part. I'm not too sure why that is.
[QUOTE=RusselG;42485660][t]http://sgfc.co/zDEtU[/t] ~ricemaster~[/QUOTE] How do you change the window borders to solid gray? Mine are transparent red right now. [img]http://i.cubeupload.com/rGdI9d.png[/img]
[QUOTE=RusselG;42499193]I can give both. Foobar2000 skin: [url]http://hora-hora.deviantart.com/art/slim-foo-302340930[/url] Visual Style for windows 7: [url]http://twnsnd.deviantart.com/art/pix-visual-style-387473819[/url] I use bblean with a modified [url="http://apathyrecharge.deviantart.com/art/bb-crim-318532742"]bb_crim[/url] theme. My firefox css: [url]http://sgfc.co/paste/QVaXA/raw[/url] You'll probably need [url="https://addons.mozilla.org/firefox/addon/13505/"]Hide Caption Titlebar Plus[/url] for firefox as well. I can go into more depth if you would like.[/QUOTE] Please do! I have just moved back to Win7. I tried using bblean but grew frustrated when it didn't work exactly as planned, but that was a long time ago. Now I am more computer literate, and patient I wish to try again. I'm only using my computer for work, browsing, and Dark Souls (exclusively), and this looks like it could bring the kind of development environment I love with Linux. Now if only I could be bothered to get Cgywin to work.
[QUOTE=Super Muffin;42505901]How do you change the window borders to solid gray? Mine are transparent red right now. [img]http://i.cubeupload.com/rGdI9d.png[/img][/QUOTE] It's probably a bblean or some variant of blackbox by the looks of it. If you're just sticking to Windows Classic VS though, you could always give 3DCC a try. [url]http://customize.org/3dcc[/url] It's pretty dated though but i believe it still works as long as you have Desk Comp turned off.
[QUOTE=Super Muffin;42505901]How do you change the window borders to solid gray? Mine are transparent red right now. [img]http://i.cubeupload.com/rGdI9d.png[/img][/QUOTE] I disabled the bbleanskin part of bblean, which plays with the aero. Also try use the pix_ theme or whatever in windows basic mode. [editline]13th October 2013[/editline] [QUOTE=wauterboi;42504004]The only issue is it makes the page sluggish on my part. I'm not too sure why that is.[/QUOTE] This happens because I have to use the css filter element with an svg overlay to make icons grayscale, which isn't hardware accelerated, so it will impact browser performance. If you're running a webkit-based browser, you'd be able to use the native grayscale fiter, which is hardware accelerated.
[URL="https://dl.dropboxusercontent.com/u/17239680/Desktop.png"][IMG]https://dl.dropboxusercontent.com/u/17239680/Desktop-Thumb.png[/IMG][/URL] Nice and simple to look at. This is the first combination of themes/backgrounds/icons that I've put some real thought into.
[t]http://i.cubeupload.com/o1UMwp.png[/t]
[URL="http://i.cubeupload.com/04SEvm.png"][t]http://i.cubeupload.com/04SEvm.png[/t] [/URL] Fresh-ish Arch Linux install. I don't see what the hate is about GNOME 3 though, just a few tweaks with the easy-to-use Gnome Tweak Tool and some extensions from the [URL="http://extensions.gnome.org/"]GNOME extensions library[/URL] (One click install too!) and it's a really functional, smooth, fast and beautiful DE.
[QUOTE=benbb;42521129] Fresh-ish Arch Linux install. I don't see what the hate is about GNOME 3 though, just a few tweaks with the easy-to-use Gnome Tweak Tool and some extensions from the [URL="http://extensions.gnome.org/"]GNOME extensions library[/URL] (One click install too!) and it's a really functional, smooth, fast and beautiful DE.[/QUOTE] It deviated drasticlaly from GNOME 2. Now that it's no longer the "face of Linux" that came with almost every distro, what is the new face? It's just painful that some extensions don't work and that you need a crapton of them to actually make GNOME 3 pleasing.
[QUOTE=Stonecycle;42521390]It deviated drasticlaly from GNOME 2. Now that it's no longer the "face of Linux" that came with almost every distro, what is the new face? It's just painful that some extensions don't work and that you need a crapton of them to actually make GNOME 3 pleasing.[/QUOTE] Well there isn't really a 'face of Linux'. Each distro has it's own individual, but often similar face. Ubuntu of course has Unity. Mint has Cinnamon and Mate. Fedora has GNOME 3. Arch has whatever you want. Many distros have multiple versions of the same 'release', Mint has Cinnamon, Mate, XFCE and KDE versions. Ubuntu has the spin-offs; Lubuntu, Xubuntu, Kubuntu, Gnome Edition. Perhaps not having the 'face of Linux' is a good thing. It allows and encourages people to explore and find what suits their needs best.
[t]http://puu.sh/4Qbxr.jpg[/t]
Sorry, you need to Log In to post a reply to this thread.