Jump to content

Show us your custom Windows theme mods!

ColinLTT
On 9/27/2021 at 7:53 AM, KeradSnake said:

Wartwood represent here. Windows 10 1903 with Classic Dark Theme. Yes, you heard it right, dark mode classic theme. Along with other stuff:
- Classic Shell (Classic Windows 95 Start Menu + Taskbar skin, although I didn't use classic taskbar for that TaskbarX centered icon)

- NineX rainmeter skin

- Not that much of Windows 95 icon change (only four main icons on Windows settings and my personal folder. If there's anyone here have a tutorial on how to replace windows icons in imageres/ shell32, let me know)

- Windows File Manager, Windows 3.x Program Manger + Apps (Going to add some apps shortcut in there soon)

- Disabled desktop icons and removed some icons in right corner of taskbar to make it a bit minimalistic

- Windows 95 Startup sound

Screenshot (790).png

Screenshot (792).png

Screenshot (794).png

Screenshot (796).png

Screenshot (797).png

ig I like some parts of it

 

Link to comment
Share on other sites

Link to post
Share on other sites

On 9/28/2021 at 12:34 AM, Arch User said:

-Windows Powertoys

-Better Discord w/ frosted glass theme (changed font w/ google font api to mousemoderno)

-TaskBar X

-TaskBar Groups

-Wallpaper, images are all bellow

-Windows terminal settings: {
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "actions":
    [
        {
            "command":
            {
                "action": "copy",
                "singleLine": false
            },
            "keys": "ctrl+c"
        },
        {
            "command": "find",
            "keys": "ctrl+shift+f"
        },
        {
            "command": "paste",
            "keys": "ctrl+v"
        },
        {
            "command":
            {
                "action": "splitPane",
                "split": "auto",
                "splitMode": "duplicate"
            },
            "keys": "alt+shift+d"
        }
    ],
    "alwaysOnTop": false,
    "copyFormatting": "none",
    "copyOnSelect": false,
    "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "launchMode": "maximized",
    "profiles":
    {
        "defaults": {},
        "list":
        [
            {
                "acrylicOpacity": 0.0,
                "backgroundImage": "desktopWallpaper",
                "backgroundImageOpacity": 0.0,
                "backgroundImageStretchMode": "fill",
                "bellStyle":
                [
                    "audible",
                    "window"
                ],
                "colorScheme": "Tango Dark",
                "commandline": "powershell.exe",
                "experimental.retroTerminalEffect": true,
                "font":
                {
                    "face": "Cascadia Code",
                    "size": 14,
                    "weight": "medium"
                },
                "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
                "hidden": false,
                "name": "Power-Shell",
                "padding": "6",
                "startingDirectory": "C:\\Users\\Hiren\\Desktop\\Hiren\\Work",
                "tabTitle": "Power-Shell",
                "useAcrylic": false
            },
            {
                "backgroundImage": "desktopWallpaper",
                "backgroundImageOpacity": 1.0,
                "commandline": "cmd.exe",
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "hidden": false,
                "name": "Command Prompt",
                "useAcrylic": false
            },
            {
                "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
                "hidden": false,
                "name": "Azure Cloud Shell",
                "padding": "8",
                "source": "Windows.Terminal.Azure",
                "useAcrylic": true
            },
            {
                "acrylicOpacity": 0.0,
                "altGrAliasing": true,
                "antialiasingMode": "grayscale",
                "backgroundImage": "desktopWallpaper",
                "backgroundImageOpacity": 0.0,
                "backgroundImageStretchMode": "fill",
                "closeOnExit": "graceful",
                "colorScheme": "One Half Dark",
                "commandline": "powershell.exe",
                "cursorShape": "bar",
                "experimental.retroTerminalEffect": false,
                "font":
                {
                    "face": "Lucida Console",
                    "size": 14,
                    "weight": "thin"
                },
                "hidden": false,
                "historySize": 9001,
                "icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
                "name": "Power-Shell nrml",
                "padding": "6",
                "snapOnInput": true,
                "startingDirectory": "C:\\Users\\Hiren",
                "tabTitle": "Power-Shell",
                "useAcrylic": false
            }
        ]
    },
    "schemes":
    [
        {
            "background": "#0C0C0C",
            "black": "#0C0C0C",
            "blue": "#0037DA",
            "brightBlack": "#767676",
            "brightBlue": "#3B78FF",
            "brightCyan": "#61D6D6",
            "brightGreen": "#16C60C",
            "brightPurple": "#B4009E",
            "brightRed": "#E74856",
            "brightWhite": "#F2F2F2",
            "brightYellow": "#F9F1A5",
            "cursorColor": "#FFFFFF",
            "cyan": "#3A96DD",
            "foreground": "#CCCCCC",
            "green": "#13A10E",
            "name": "Campbell",
            "purple": "#881798",
            "red": "#C50F1F",
            "selectionBackground": "#FFFFFF",
            "white": "#CCCCCC",
            "yellow": "#C19C00"
        },
        {
            "background": "#012456",
            "black": "#0C0C0C",
            "blue": "#0037DA",
            "brightBlack": "#767676",
            "brightBlue": "#3B78FF",
            "brightCyan": "#61D6D6",
            "brightGreen": "#16C60C",
            "brightPurple": "#B4009E",
            "brightRed": "#E74856",
            "brightWhite": "#F2F2F2",
            "brightYellow": "#F9F1A5",
            "cursorColor": "#FFFFFF",
            "cyan": "#3A96DD",
            "foreground": "#CCCCCC",
            "green": "#13A10E",
            "name": "Campbell Powershell",
            "purple": "#881798",
            "red": "#C50F1F",
            "selectionBackground": "#FFFFFF",
            "white": "#CCCCCC",
            "yellow": "#C19C00"
        },
        {
            "background": "#282C34",
            "black": "#282C34",
            "blue": "#61AFEF",
            "brightBlack": "#5A6374",
            "brightBlue": "#61AFEF",
            "brightCyan": "#56B6C2",
            "brightGreen": "#98C379",
            "brightPurple": "#C678DD",
            "brightRed": "#E06C75",
            "brightWhite": "#DCDFE4",
            "brightYellow": "#E5C07B",
            "cursorColor": "#FFFFFF",
            "cyan": "#56B6C2",
            "foreground": "#DCDFE4",
            "green": "#98C379",
            "name": "One Half Dark",
            "purple": "#C678DD",
            "red": "#E06C75",
            "selectionBackground": "#FFFFFF",
            "white": "#DCDFE4",
            "yellow": "#E5C07B"
        },
        {
            "background": "#FAFAFA",
            "black": "#383A42",
            "blue": "#0184BC",
            "brightBlack": "#4F525D",
            "brightBlue": "#61AFEF",
            "brightCyan": "#56B5C1",
            "brightGreen": "#98C379",
            "brightPurple": "#C577DD",
            "brightRed": "#DF6C75",
            "brightWhite": "#FFFFFF",
            "brightYellow": "#E4C07A",
            "cursorColor": "#4F525D",
            "cyan": "#0997B3",
            "foreground": "#383A42",
            "green": "#50A14F",
            "name": "One Half Light",
            "purple": "#A626A4",
            "red": "#E45649",
            "selectionBackground": "#FFFFFF",
            "white": "#FAFAFA",
            "yellow": "#C18301"
        },
        {
            "background": "#002B36",
            "black": "#002B36",
            "blue": "#268BD2",
            "brightBlack": "#073642",
            "brightBlue": "#839496",
            "brightCyan": "#93A1A1",
            "brightGreen": "#586E75",
            "brightPurple": "#6C71C4",
            "brightRed": "#CB4B16",
            "brightWhite": "#FDF6E3",
            "brightYellow": "#657B83",
            "cursorColor": "#FFFFFF",
            "cyan": "#2AA198",
            "foreground": "#839496",
            "green": "#859900",
            "name": "Solarized Dark",
            "purple": "#D33682",
            "red": "#DC322F",
            "selectionBackground": "#FFFFFF",
            "white": "#EEE8D5",
            "yellow": "#B58900"
        },
        {
            "background": "#FDF6E3",
            "black": "#002B36",
            "blue": "#268BD2",
            "brightBlack": "#073642",
            "brightBlue": "#839496",
            "brightCyan": "#93A1A1",
            "brightGreen": "#586E75",
            "brightPurple": "#6C71C4",
            "brightRed": "#CB4B16",
            "brightWhite": "#FDF6E3",
            "brightYellow": "#657B83",
            "cursorColor": "#002B36",
            "cyan": "#2AA198",
            "foreground": "#657B83",
            "green": "#859900",
            "name": "Solarized Light",
            "purple": "#D33682",
            "red": "#DC322F",
            "selectionBackground": "#FFFFFF",
            "white": "#EEE8D5",
            "yellow": "#B58900"
        },
        {
            "background": "#000000",
            "black": "#000000",
            "blue": "#3465A4",
            "brightBlack": "#555753",
            "brightBlue": "#729FCF",
            "brightCyan": "#34E2E2",
            "brightGreen": "#8AE234",
            "brightPurple": "#AD7FA8",
            "brightRed": "#EF2929",
            "brightWhite": "#EEEEEC",
            "brightYellow": "#FCE94F",
            "cursorColor": "#FFFFFF",
            "cyan": "#06989A",
            "foreground": "#4CA01E",
            "green": "#4E9A06",
            "name": "Tango Dark",
            "purple": "#75507B",
            "red": "#CC0000",
            "selectionBackground": "#FFFFFF",
            "white": "#D3D7CF",
            "yellow": "#C4A000"
        },
        {
            "background": "#FFFFFF",
            "black": "#000000",
            "blue": "#3465A4",
            "brightBlack": "#555753",
            "brightBlue": "#729FCF",
            "brightCyan": "#34E2E2",
            "brightGreen": "#8AE234",
            "brightPurple": "#AD7FA8",
            "brightRed": "#EF2929",
            "brightWhite": "#EEEEEC",
            "brightYellow": "#FCE94F",
            "cursorColor": "#000000",
            "cyan": "#06989A",
            "foreground": "#555753",
            "green": "#4E9A06",
            "name": "Tango Light",
            "purple": "#75507B",
            "red": "#CC0000",
            "selectionBackground": "#FFFFFF",
            "white": "#D3D7CF",
            "yellow": "#C4A000"
        },
        {
            "background": "#000000",
            "black": "#000000",
            "blue": "#000080",
            "brightBlack": "#808080",
            "brightBlue": "#0000FF",
            "brightCyan": "#00FFFF",
            "brightGreen": "#00FF00",
            "brightPurple": "#FF00FF",
            "brightRed": "#FF0000",
            "brightWhite": "#FFFFFF",
            "brightYellow": "#FFFF00",
            "cursorColor": "#FFFFFF",
            "cyan": "#008080",
            "foreground": "#C0C0C0",
            "green": "#008000",
            "name": "Vintage",
            "purple": "#800080",
            "red": "#800000",
            "selectionBackground": "#FFFFFF",
            "white": "#C0C0C0",
            "yellow": "#808000"
        }
    ],
    "tabWidthMode": "equal",
    "theme": "dark"
}

 

 

-Win taskbar settings are:image.png.ec51ef1abd0a272cfc164dae06629623.png

gamepad.png

brkzseelfxx61.webp 28.17 kB · 1 download icons8-control-panel-80.ico 26 kB · 0 downloads icons8-pin-80.ico 26 kB · 0 downloads add.ico 14.84 kB · 0 downloads

Great help thanks! Really 👍😎😊 . Mostly I was interested in the customisations on the taskbar.

Actually for Windows 11 Taskbar Group seem to really solve one of my problems. (Too many games, and too few shortcuts in the new start menu).

 

Love this forum and it awesome users. Thanks again.

Link to comment
Share on other sites

Link to post
Share on other sites

On 9/20/2021 at 4:12 PM, TorchGM said:

I tend to keep things rather stock, however I do like the aesthetic of a split and rounded taskbar and with no real options for this I ended up just writing RoundedTB to do it for me. Combined with TranslucentTB (which was a huge inspiration for RTB in the first place) I really like the end result. I also ended up making a nicer About dialog as winver is painful to look at.

 dragfrom.202109202108296503.thumb.png.be260ee312b10ea9d346a4b61a27cc5d.png

Can you go in to more detail about how you did this I want something similar. 

https://pcpartpicker.com/list/Qm9Mwc

 

 

Main Project:

A desk that has a hatch that opens in the middle of it and then goes down flush with the desk. 

 

Other projects I am working on 

  • Sleeper TI-99 4A
  • Second Keyboard
Link to comment
Share on other sites

Link to post
Share on other sites

My Surface still has my custom 'Project Blackout' tweaks (except using the pro 1809 image instead of LTSC because LTSC doesn't have Sketchpad).
image.thumb.png.2a337c6dc8a5efa3f4df0454cb1430f7.png
Software:

Quote

7-Zip by Igor Pavlov

Audacity by The Audacity Team

Unlocker by IOBit

Notepad++ by Don Ho & Curriculum Vitae
OldNewExplorer by Tihiy (I don't think they have a webpage to link to so here's the page I downloaded it from)

Open-Shell (fork of Classic Shell by Ivo Beltchev)

Paint.net by DotPDN

Resource Hacker by Angus Johnson

Shutup10 by O&O Software (not actually installed, just ran once.)
SuperF4 by Stefan Sundin

T-Clock by White Tiger

UltraUXThemePatcher by Manuel Hoefs (and SecureUXTheme by namazso)

Vivaldi by Vivaldi Technologies™

WinXEditor by Winaero

ThemeSwitcher by Winaero
Sysinternals Suite by Microsoft
GnuWin32 by idk
Nircmd by NirSoft
NSudo by M2Team

Tweaks:

Quote

Disabled as much telemetry and background crap as I could find
Custom System-Wide Dark theme (based on 
xTheme by niivu) with script to fix issues on system unlock.
Enabled System Startup Sound
Added Sound Scheme for Windows 7 Sounds
Removed Quick Access and 3D Objects Folder
Disabled Game Mode & Game DVR
Enabled Hidden Files & File Extensions by default
Replaced default text editor with Notepad++
Disabled Action Center, People, and taskview Icon on Taskbar
Modified list of new files in context menu (removed contact & rtf, added bat, vbs, and png)
Added option to open CMD here (and here as Admin) in context menu
Added options to Reload Theme & Restart Explorer in desktop context menu
Removed the ability to print script files from the context menu (because Who the fuck prints bat files)

(More info here)

My main PC has similar tweaks (but a different slightly lighter theme because VA panels don't play nicely with white text on black...) but on 21H1 (waiting impatiently for LTSC 2021).
Oh yeah, and this cool Openshell theme and betterdiscord with way too many plugins + this cool teal+pink theme (the background is animated as well):
image.png.6565aa754d7e619eec3c69d53fe6c03d.png


image.thumb.png.baa042670ce141e4d20bb8aa49aa3402.png

Edited by Mnky313
missing image

why no dark mode?
Current:

Watercooled Eluktronics THICC-17 (Clevo X170SM-G):
CPU: i9-10900k @ 4.9GHz all core
GPU: RTX 2080 Super (Max P 200W)
RAM: 32GB (4x8GB) @ 3200MTs

Storage: 512GB HP EX NVMe SSD, 2TB Silicon Power NVMe SSD
Displays: Asus ROG XG-17 1080p@240Hz (G-Sync), IPS 1080p@240Hz (G-Sync), Gigabyte M32U 4k@144Hz (G-Sync), External Laptop panel (LTN173HT02) 1080p@120Hz

Asus ROG Flow Z13 (GZ301ZE) W/ Increased Power Limit:
CPU: i9-12900H @ Up to 5.0GHz all core
- dGPU: RTX 3050 Ti 4GB

- eGPU: RTX 3080 (mobile) XGm 16GB
RAM: 16GB (8x2GB) @ 5200MTs

Storage: 1TB NVMe SSD, 1TB MicroSD
Display: 1200p@120Hz

Asus Zenbook Duo (UX481FLY):

CPU: i7-10510U @ Up to 4.3 GHz all core
- GPU: MX 250
RAM: 16GB (8x2GB) @ 2133MTs

Storage: 128GB SATA M.2 (NVMe no worky)
Display: Main 1080p@60Hz + Screnpad Plus 1920x515@60Hz

Custom Game Server:

CPUs: Ryzen 7 7700X @ 5.1GHz all core

RAM: 128GB (4x32GB) DDR5 @ whatever it'll boot at xD (I think it's 3600MTs)

Storage: 2x 1TB WD Blue NVMe SSD in RAID 1, 4x 10TB HGST Enterprise HDD in RAID Z1

Link to comment
Share on other sites

Link to post
Share on other sites

On 9/21/2021 at 2:56 PM, devo343 said:

My heavily themed windows 10 to look like XP 

How did you do it and how long did it take? I'd like to know. 🙂

 

 

CPU: AMD Ryzen 5 5600X | CPU Cooler: Stock AMD Cooler | Motherboard: Asus ROG STRIX B550-F GAMING (WI-FI) | RAM: Corsair Vengeance LPX 16 GB (2 x 8 GB) DDR4-3000 CL16 | GPU: Nvidia GTX 1060 6GB Zotac Mini | Case: K280 Case | PSU: Cooler Master B600 Power supply | SSD: 1TB  | HDDs: 1x 250GB & 1x 1TB WD Blue | Monitors: 24" Acer S240HLBID + 24" Samsung  | OS: Win 10 Pro

 

Audio: Behringer Q802USB Xenyx 8 Input Mixer |  U-PHORIA UMC204HD | Behringer XM8500 Dynamic Cardioid Vocal Microphone | Sound Blaster Audigy Fx PCI-E card.

 

Home Lab:  Lenovo ThinkCenter M82 ESXi 6.7 | Lenovo M93 Tiny Exchange 2019 | TP-LINK TL-SG1024D 24-Port Gigabit | Cisco ASA 5506 firewall  | Cisco Catalyst 3750 Gigabit Switch | Cisco 2960C-LL | HP MicroServer G8 NAS | Custom built SCCM Server.

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

4 hours ago, Sir Asvald said:

How did you do it and how long did it take? I'd like to know. 🙂

Its farely easly i have a link to how i did it here note it uses window blinds 10 which is a 10$ program

i have changed the cursor from this tutorial to the xp gold cursor and edited the start menu skin.

 

4 hours ago, Sir Asvald said:

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, devo343 said:

 

 

Thanks. 

CPU: AMD Ryzen 5 5600X | CPU Cooler: Stock AMD Cooler | Motherboard: Asus ROG STRIX B550-F GAMING (WI-FI) | RAM: Corsair Vengeance LPX 16 GB (2 x 8 GB) DDR4-3000 CL16 | GPU: Nvidia GTX 1060 6GB Zotac Mini | Case: K280 Case | PSU: Cooler Master B600 Power supply | SSD: 1TB  | HDDs: 1x 250GB & 1x 1TB WD Blue | Monitors: 24" Acer S240HLBID + 24" Samsung  | OS: Win 10 Pro

 

Audio: Behringer Q802USB Xenyx 8 Input Mixer |  U-PHORIA UMC204HD | Behringer XM8500 Dynamic Cardioid Vocal Microphone | Sound Blaster Audigy Fx PCI-E card.

 

Home Lab:  Lenovo ThinkCenter M82 ESXi 6.7 | Lenovo M93 Tiny Exchange 2019 | TP-LINK TL-SG1024D 24-Port Gigabit | Cisco ASA 5506 firewall  | Cisco Catalyst 3750 Gigabit Switch | Cisco 2960C-LL | HP MicroServer G8 NAS | Custom built SCCM Server.

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

On 9/20/2021 at 7:55 PM, rickeo said:

The older I get the more I realize how much a lot of that customization just breaks things over time. No thanks.

I really don’t agree. On windows, the mods u can do it’s just some simples mods. And the more “expert” mods u can install they are not gonna crash your pc. That can sometimes true on Linux bcs (for me) sometimes when I use some kind of “plugin” for Gnome, there is some kind of bug.

Link to comment
Share on other sites

Link to post
Share on other sites

  • 2 weeks later...

Just discovered this setting... a lot easier to use than the default "start menu" imo, and looks far better too!

 

 

fllscrn_start2wkk3b.thumb.png.68e9c25476870671ba0788b95696a723.pngfllscrn_start3lejgv.thumb.png.8a47247e9fca18f325c333a2d5220ebd.pngfllscrn_start4c0jfm.thumb.png.57e46d14c4b44c44b0c7bc03d7f9af7f.png

The direction tells you... the direction

-Scott Manley, 2021

 

Softwares used:

Corsair Link (Anime Edition) 

MSI Afterburner 

OpenRGB

Lively Wallpaper 

OBS Studio

Shutter Encoder

Avidemux

FSResizer

Audacity 

VLC

WMP

GIMP

HWiNFO64

Paint

3D Paint

GitHub Desktop 

Superposition 

Prime95

Aida64

GPUZ

CPUZ

Generic Logviewer

 

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

On 10/11/2021 at 9:41 PM, Mark Kaine said:

Just discovered this setting... a lot easier to use than the default "start menu" imo, and looks far better too!

 

Isn't that just tablet mode?

 

Maybe I'm missing something though

🌲🌲🌲

 

 

 

◒ ◒ 

Link to comment
Share on other sites

Link to post
Share on other sites

8 hours ago, Arika S said:

Isn't that just tablet mode?

 

Maybe I'm missing something though

It's the full screen start menu. I've been using it for ages, I like it more than the regular version. The only downside is that, as far as I know, you can't turn off the tiles completely like you can in the default start menu and set the app list as the default view. It always shows the tiles first. But you can just create a bunch of tile groups and organize your apps that way.

 

I actually wanted to use this on my work PC as well, but when I set it up that way and had one of our IT helpdesk guys remotely connect to my machine to fix an unrelated issue, he was trying to search something in the start menu and was totally confused by what he saw. Apparently this setting is fairly obscure to many people.

And now a word from our sponsor: 💩

-.-. --- --- .-.. --..-- / -.-- --- ..- / -.- -. --- .-- / -- --- .-. ... . / -.-. --- -.. .

ᑐᑌᑐᑢ

Spoiler

    ▄██████                                                      ▄██▀

  ▄█▀   ███                                                      ██

▄██     ███                                                      ██

███   ▄████  ▄█▀  ▀██▄    ▄████▄     ▄████▄     ▄████▄     ▄████▄██   ▄████▄

███████████ ███     ███ ▄██▀ ▀███▄ ▄██▀ ▀███▄ ▄██▀ ▀███▄ ▄██▀ ▀████ ▄██▀ ▀███▄

████▀   ███ ▀██▄   ▄██▀ ███    ███ ███        ███    ███ ███    ███ ███    ███

 ██▄    ███ ▄ ▀██▄██▀    ███▄ ▄██   ███▄ ▄██   ███▄ ▄███  ███▄ ▄███▄ ███▄ ▄██

  ▀█▄    ▀█ ██▄ ▀█▀     ▄ ▀████▀     ▀████▀     ▀████▀▀██▄ ▀████▀▀██▄ ▀████▀

       ▄█ ▄▄      ▄█▄  █▀            █▄                   ▄██  ▄▀

       ▀  ██      ███                ██                    ▄█

          ██      ███   ▄   ▄████▄   ██▄████▄     ▄████▄   ██   ▄

          ██      ███ ▄██ ▄██▀ ▀███▄ ███▀ ▀███▄ ▄██▀ ▀███▄ ██ ▄██

          ██     ███▀  ▄█ ███    ███ ███    ███ ███    ███ ██  ▄█

        █▄██  ▄▄██▀    ██  ███▄ ▄███▄ ███▄ ▄██   ███▄ ▄██  ██  ██

        ▀███████▀    ▄████▄ ▀████▀▀██▄ ▀████▀     ▀████▀ ▄█████████▄

 

Link to comment
Share on other sites

Link to post
Share on other sites

On 9/20/2021 at 9:20 PM, Jokezonu said:

Wauw, that total transparent taskbar looks lovely! How did you do it? 

Edit: 
Aha, TranslucentTB I guess - shame it doesn't apply instantly when Windows is loaded and also shame it doesn't apply to windows. 

PC Setup: 

HYTE Y60 White/Black + Custom ColdZero ventilation sidepanel

Intel Core i7-10700K + Corsair Hydro Series H100x

G.SKILL TridentZ RGB 32GB (F4-3600C16Q-32GTZR)

ASUS ROG STRIX RTX 3080Ti OC LC

ASUS ROG STRIX Z490-G GAMING (Wi-Fi)

Samsung EVO Plus 1TB

Samsung EVO Plus 1TB

Crucial MX500 2TB

Crucial MX300 1TB

Corsair HX1200i

 

Peripherals: 

Samsung Odyssey Neo G9 G95NC 57"

Samsung Odyssey Neo G7 32"

ASUS ROG Harpe Ace Aim Lab Edition Wireless

ASUS ROG Claymore II Wireless

ASUS ROG Sheath BLK LTD'

Corsair SP2500

Beyerdynamic DT 770 PRO X (Limited Editon) & Beyerdynamic TYGR 300R + FiiO K7 DAC/AMP

RØDE VideoMic II + Elgato WAVE Mic Arm

 

Racing SIM Setup: 

Sim-Lab GT1 EVO Sim Racing Cockpit + Sim-Lab GT1 EVO Single Screen holder

Svive Racing D1 Seat

Samsung Odyssey G9 49"

Simagic Alpha Mini

Simagic GT4 (Dual Clutch)

CSL Elite Pedals V2

Logitech K400 Plus

Link to comment
Share on other sites

Link to post
Share on other sites

I've done a few things, nothing much. Just some rainmeter, custom background and windows colour. Win10 btw

 

winrice.png

Link to comment
Share on other sites

Link to post
Share on other sites

On 10/14/2021 at 9:46 PM, ColinLTT said:

I just wanna say I posted this looking for inspiration for a build we have coming out very soon, but I'm super happy it's continued to live on - keep em coming! 

Wow, exciting 🤩, waiting 😏

Link to comment
Share on other sites

Link to post
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

×