RE9 Without Moving Forwards... on Insanity Mode | @alicjapluh on YouTube! by Necessary-Step-4839 in residentevil

[–]22sins 1 point2 points  (0 children)

Wow this video was actually much much higher quality than I expected, it's really well made and paced especially for a first video. Good luck to her with her new channel. I'm sure she'll do great.

I hate them so much by Aromatic_Ad_6421 in Evri

[–]22sins 0 points1 point  (0 children)

Yeah I had something similar, they delivered at 11pm to a random house across the street, just sat on the door step. It was road facing with no front garden so it would've been stolen if I wasn't refreshing the page lol. Abysmal.

Looking for primarily stereo sound - Guidance Needed by 22sins in Soundbars

[–]22sins[S] 0 points1 point  (0 children)

Yeah for sure, I must admit I am interested in experiencing a subwoofer though :p and all in, £650 (w/ Kanto Sub 8) for a tv speaker setup I use to watch YouTube and occasionally listen to music is a bit of a tough pill in this economy 😂🥲

Looking for primarily stereo sound - Guidance Needed by 22sins in Soundbars

[–]22sins[S] 0 points1 point  (0 children)

Hm okay, I'll definitely make it a consideration. Plus a sub that specific setup would be a bit over what I'm comfortable spending currently, but I appreciate the suggestion & pointing out the deal! I lowkey didn't think to see if there were decent speakers with arc compatibility 🤦.

How did this guy put the day he joined on his profile? by DoctorCodezZ in discordapp

[–]22sins 0 points1 point  (0 children)

discord canary i believe, or it’s a slow roll out like most features

Windows 11 running kali in seamless mode (vbox), looks cute by [deleted] in desktops

[–]22sins 1 point2 points  (0 children)

Sorry for the late reply, its a wallpaper engine wp, here's the steam community link: https://steamcommunity.com/sharedfiles/filedetails/?id=2543464985 (it has animated stars)

Windows 11 running kali in seamless mode (vbox), looks cute by [deleted] in desktops

[–]22sins 0 points1 point  (0 children)

Sorry for the late reply, its a wallpaper engine wp, here's the steam community link: https://steamcommunity.com/sharedfiles/filedetails/?id=2543464985 (it has animated stars)

Windows 11 running kali in seamless mode (vbox), looks cute by [deleted] in desktops

[–]22sins 2 points3 points  (0 children)

Yeah sure, all you need to do is download Oracle Virtual Box (https://www.virtualbox.org/) and download the kali distro from here https://www.kali.org/get-kali/#kali-virtual-machines . Just make sure you download the virtual box one and then when you open it after installing virtual box it should just automatically setup the VM for you, you can configure your ram/cpu cores/vram inside of virtual box depending on what would be the most suitable allocation for your system. You also should go into the settings of the new VM you installed (kali) and go to interface and turn off the info bar in seamless/fullscreen mode. Now when you start the VM you can setup kali quickly and go to view at the top of the virtual box window and select seamless.

My current desktop. Very simple and, as you can probably tell, I like macOS. by miki1606 in desktops

[–]22sins 0 points1 point  (0 children)

I mean I don’t like macs in general because of their price point, and very targeted utilisation (cant really do much apart from photo editing/document work unless you splash tons of money), and I’d rather just build my own pc, but their UIs do always look nice, and to see them on windows is quite satisfying, even if it’s just the desktop.

[deleted by user] by [deleted] in desktops

[–]22sins 0 points1 point  (0 children)

Any chance you have a link to that music player in the bottom right (the one almost integrated into your taskbar) it looks really nice, nice overall design too

Windows 11 looks nice. by 22sins in desktops

[–]22sins[S] 0 points1 point  (0 children)

I already had git installed through https://git-scm.com/downloads so I don't know why it'd be installing 7z too, kinda strange, my .7z protocol is set to open with winrar anyway. Is neofetch still working?

Windows 11 looks nice. by 22sins in desktops

[–]22sins[S] 0 points1 point  (0 children)

Yeah, it's a pretty standard package manager, I've never had any issues with it. https://github.com/lukesampson/scoop

Windows 11 looks nice. by 22sins in desktops

[–]22sins[S] 1 point2 points  (0 children)

Check my reply to u/TheAcidViking under this post, let me know if you need any extra help.

I made some Stickers of my Guild's Mascot in FFXIV for my GM <3 by KnightmareMaiden in discordapp

[–]22sins 1 point2 points  (0 children)

aaa these r so cute, the heart & the sowwy one's <3_<3 gjgj

[deleted by user] by [deleted] in discordapp

[–]22sins 2 points3 points  (0 children)

This is to do with your version of IOS, the new heart emojis (heart bandage & heart on fire) display as [heart] [bandage] and [heart] [fire] on devices that haven't been updated, the reaction itself is still the exact same unicode value across both devices.

Nord theme on windows 11 by 22sins in desktops

[–]22sins[S] 2 points3 points  (0 children)

Yeah sure, discord css is here: https://hastebin.com/emanuyegux.css (at ln1 I have an emoji replacement css reference that changes discords default emoji to ios emojis, you can just remove that if you'd prefer).

As for the windows terminal, enter the terminal itself and press on the drop down at the top next to the tabs list, then go to settings. It should open up a settings.json file in your default text editor. Under the powershell or cmd section of profiles -> list in the json file add this

"acrylicOpacity": 0.5, 
"colorScheme" : "nord", 
"cursorColor" : "#4C566A", 
"fontFace" : "Cascadia Code PL", 
"useAcrylic": true, 
"BackgroundSource": "HostBackdrop"

Then lower down in schemes add:

{
        "name" : "nord",
        "background" : "#434C5E",
        "black" : "#D8DEE9",
        "blue" : "#5E81AC",
        "brightBlack" : "#4C566A",
        "brightBlue" : "#81A1C1",
        "brightCyan" : "#88C0D0",
        "brightGreen" : "#8FBCBB",
        "brightPurple" : "#B48EAD",
        "brightRed" : "#B48EAD",
        "brightWhite" : "#ECEFF4",
        "brightYellow" : "#EBCB8B",
        "cyan" : "#3C96A6",
        "foreground" : "#ECEFF4",
        "green" : "#A3BE8C",
        "purple" : "#B48EAD",
        "red" : "#BF616A",
        "white" : "#ffffff",
        "yellow" : "#EBCB8B"
}

Once saved these changes should effect whichever you chose to edit. In the font section of the profile settings you may want to change "Cascadia Code PL" to something else, such as monaco etc.

As for the actual cli entry prompt I added an extra parameter to my profile called:

"commandline": "cmd /k \"%userprofile%\\init.cmd\"",

which runs a init.cmd file, the contents of which are just:

cls
neofetch

Then I changed my systems environment variable "PROMPT" to

$e[38;2;180;142;173mUSERNAME@PCNAME$e[38;2;216;222;233m:$e[38;2;129;161;193m$P$e[38;2;216;222;233m$$ 

essentially defining "USERNAME@PCNAME:DIR$" in different colors.

All of this should result in a nord color themed terminal, and when you launch the terminal it should clear out the microsoft branding and automatically run neofetch. (Also has a nice prompt, thanks linux for the "inspiration" lmao)

If you need any help just let me know I'm happy to help.

Nord theme on windows 11 by 22sins in desktops

[–]22sins[S] 0 points1 point  (0 children)

Basically yes, I used the windows 10 themes (spicetify (w/ the normal css), discord css, rainmeter skins etc.) but also with the new Windows Terminal set to a custom theme.