Recommended Posts

because i am an evil evil man that keeps all the real good stuff to myself. i have 198976123 other themes that you guys don't even know exist and they are all effing amazing compared to this crap ashen, or reluna, or whatever else ive released, i don't even remember the names they are so bad.

in reality. the mod is very likely to make it in the next update of the theme. unless something happens between then and now. what is happening between then and now? reluna is going to get some kind of update. very small. or is it? what if ive got 16 color schemes and an amazing new silver version...whoa.... im going to let that sit for a while and get a couple peoples hopes up, and then destroy their dreams with my triple bladed sword. yeah, and i will bash in your dreams with it, until they are dust in the wind, and then i will release a minor modification of bluetiful. ah crap i ruined it. but as you can see, all of that is going to take some time, so super hype everything in your warped little minds until then!

im grumpy tonight.

lmfao bant u ****in crack me up dude lol :laugh: :laugh:

Link to comment
https://www.neowin.net/forum/topic/153183-ashen/page/8/#findComment-2014963
Share on other sites

because i am an evil evil man that keeps all the real good stuff to myself. i have 198976123 other themes that you guys don't even know exist and they are all effing amazing compared to this crap ashen, or reluna, or whatever else ive released, i don't even remember the names they are so bad.

in reality. the mod is very likely to make it in the next update of the theme. unless something happens between then and now. what is happening between then and now? reluna is going to get some kind of update. very small. or is it? what if ive got 16 color schemes and an amazing new silver version...whoa.... im going to let that sit for a while and get a couple peoples hopes up, and then destroy their dreams with my triple bladed sword. yeah, and i will bash in your dreams with it, until they are dust in the wind, and then i will release a minor modification of bluetiful. ah crap i ruined it. but as you can see, all of that is going to take some time, so super hype everything in your warped little minds until then!

im grumpy tonight.

Haha! Typical bant humour. Very nice man. I'll just keep sitting here waiting. :)

Link to comment
https://www.neowin.net/forum/topic/153183-ashen/page/8/#findComment-2021365
Share on other sites

how did you make your clock look like that? :huh: :p

Longhorn Systray Clock. VERY cool program.

memNOC - Heh, glad you like them! Only thing is that these are for this gray version only because of how I made them; however, if any other color schemes come out, I'll make new sets to go with those. Should be pretty easy, now that I've got a base to work off of. :)

Link to comment
https://www.neowin.net/forum/topic/153183-ashen/page/8/#findComment-2021576
Share on other sites

yall are welcome to feel however you want about me, hell, go ahead and get it out of your system and put it down in a post in one of my threads, or send me your thoughts through pm. just make it constructive. i really don't care what you have to say, because i've got better things to do, but feel free. teehee.

im not concerned with being percieved as gay, so i won't be posting desktops with half naked women on them just to show you how sure i am of my sexuality.  But please, don't use terms that might describe a homosexual lifestyle as something that is wrong or a lesser lifestyle than any other. it's life, people don't choose that path because it's ****ing easy. show some respect for these people. if you can't do that, try, or find a tall building and just start jumping out of windows until you can't any longer.

i am a very sarcastic individual, and i will almost always leave it up to you guys to interpret my actions and words. i'm not going to tell you when im joking, that totally ruins everything.

This kind of thinking is prolly the only reason why i still respect people like you, i might dislike the person's ego or personality but that still wouldnt make me say i disrespect them for something that has no meaning. As i said before i do agree with genetix but the fact that Bant thinks and has always thought this way, ever since i joined this forum and have been reading his replies makes me respect you as well as others like you. (some people tend to do kiss major as* tho, that still stands)

On topic, so when is giga releasing the mod, looked good in the shot hopefully is as good, because rite now the orig. vs just isn't all that good imo....

Link to comment
https://www.neowin.net/forum/topic/153183-ashen/page/8/#findComment-2025443
Share on other sites

It's so rare I see Winamp toolbar icons that I've never bothered figuring out how to install them - so, HOW DO I?! Thanks, look good!

I've updated the link to include the controls as well as the icons, so if you don't have the controls already, re-download the zip pack.

OK, here's what you do to install them:

1. Unzip the files to C:\Program Files\Winamp\

2. Create a new folder in C:\Program Files\Winamp\ called "Winamp Controls"

3. Create shortcuts for the programs you extracted in step 1 and place them into C:\Program Files\Winamp\Winamp Controls\

4. Right-click the Start Menu and go to Toolbars >> New Toolbar

5. Browse to C:\Program Files\Winamp\Winamp Controls\ and click OK

6. Right-click your new toolbar and unclick both "Show Title" and "Show Text" (your taskbar may need to be unlocked)

7. Adjust to your liking, and you're done!

NOTE: I'm not sure if the Playlist control works; it may be an incompatibility with WA5; I don't know. Regardless, everything else works fine, so it shouldn't be too much of a problem.

NOTE 2: I don't know who originally created the controls, so credit for creating the controls goes out to whoever did them. All I did was Reshack the programs to include these new Ashen icons.

EDIT: Forgot to mention that ATM, these icons are for the gray version of Ashen only. If any other color schemes come out, I'll create new sets of icons for said schemes.

Edited by obake
Link to comment
https://www.neowin.net/forum/topic/153183-ashen/page/8/#findComment-2026624
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • JetBrains is working to cut false positives in RustRover 2026.2 by David Uzondu Recently, JetBrains released the fifth EAP build of its dedicated IDE, RustRover 2026.2, bringing improvements like a Run gutter icon for criterion_main! macro benchmarking and a feature that alerts you when there are unused traits in your current scope. Now, the company is out with a blog post addressing one of the "most common" complaints from users: false positives. In RustRover, a false positive occurs when the editor incorrectly highlights something as an error even though the project compiles and runs successfully. This mismatch flags a gap between the IDE's internal intelligence and the actual compiler. When the editor flashes red warnings over perfectly valid code, developers lose trust in the tool, which stalls momentum. Traditionally, RustRover runs cargo check to detect compiler errors and warnings, but it also relies on its own code analysis engine to power real-time features. To provide quick feedback, this engine parses your source code into a syntax tree while inferring types and resolving names as you type. Because this engine must work on broken, half-written code and react instantly, its logic sometimes diverges from the compiler's, producing false positives that do not exist in the compiler's eyes. JetBrains said that it has a "dedicated task force" focused specifically on identifying and fixing false positives by analyzing user reports and examining large-scale open-source projects. To speed up this process, the team built an internal system modeled after Crater, the famous Rust project that compiles and runs tests for every single crate published on crates.io. This automated pipeline compares the diagnostics from RustRover's analysis with actual compiler output to catch discrepancies before they reach users, ensuring smoother workflows. RustRover, for those who're unaware, is a dedicated IDE designed specifically for Rust developers. It's been around for a couple of years now, providing features like built-in debugging via LLDB, seamless cargo integration, advanced macro expansion, and HTML support. JetBrains distributes the app under two licensing models: a paid commercial subscription and a free option for non-commercial use.
    • Last year I bought the 2TB variant for $114 on Amazon. That's crazy that the 1TB is now 67% more expensive for half the storage, even with the newer T9 already on the market. And that's considered a good deal.
    • You can disable all non needed features from Brave. There is also Brave Origin which removes them entirely and it is free for Linux.
    • I wish I could use Brave but the tab suspension feature is horrible. It doesn't suspend them like Edge does. Even after 2h open with 70+ tabs (same as Edge), it has 2GB more consumption than Edge for no reason.
    • TeamViewer 15.78.4.0 by Razvan Serea TeamViewer is the fast, simple and friendly solution for remote access over the Internet - all applications in one single, very affordable module. Remote control of computers over the Internet, Instantly take control over a computer anywhere on the Internet, even through firewalls. No installation required, just use it fast and secure. Training, sales and teamwork, TeamViewer can also be used to present your desktop to a partner on the Internet. Show and share your software, PowerPoint presentations etc. File transfer, chat and more, Share your files, chat, switch the direction during a teamwork session, and a lot more is included in TeamViewer. TeamViewer key features: Cross-platform remote access (Windows, macOS, Linux, Android, iOS, IoT) Attended and unattended remote control Secure file transfer between devices Remote printing to local printers Multi-monitor support with easy switching Wake-on-LAN for sleeping devices Session links for quick connections (no password sharing) Web client access (no installation needed) End-to-end encryption (AES-256) Two-factor authentication and access controls AI-powered session insights and reporting Mass deployment and device management tools Customizable allow/block lists for security Command line and script execution remotely Performance monitoring and analytics dashboards TeamViewer 15.78.4.0 changelog: Improvements Permissions inheritance has been improved, increasing reliability when permissions are assigned to user group managers. Bugfixes Fixed a bug where 'Show details' button was not showing up on command bar upon selection of a device group. Fixed a bug which was causing the legacy groups to disappear when applying hide offline filter in basic view. Fixed a bug where devices were loading infinitely after login. Fixed a bug which was causing crash in application. Download: TeamViewer 15.78.4.0 | 32-bit | Portable | Mac | ~70.0 MB (Free for personal use) View: TeamViewer Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      524
    2. 2
      PsYcHoKiLLa
      231
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!