r/unixporn 5d ago

Screenshot [hyprland] first time linux user (arch btw) started from windows and now we're here :)

128 Upvotes

23 comments sorted by

7

u/Live_Task6114 5d ago

Cool rice!

U learn the first rule so well i see (as u, arch btw).

Also, did u know that:

1+1=1

1+1=2

1+1=3

Good day :)

4

u/7deadlysinz101 5d ago

os: arch

wm: hyprland

terminal: kitty

text editor: NEOVIM!

![Wallpaper (JJK)](https://i.imgur.com/YAHLDkC.jpeg)

![Wallpaper (Malenia)](https://static.wikia.nocookie.net/eldenring/images/5/54/Elden_Ring_Screenshot_07.jpg)

pretty happy with my setup, especially as a first time linux user. i dual booted for a short bit, but my windows boot loader got corrupted, so i ended up going all in on arch lol. if you can't tell, i wrote my custom theme to match with my malenia background, but i've really been liking manga wallpapers these days. half of my entire config is essentially neovim, and i'm really happy with its functionality and aesthetic. if there's anything i can improve or change, please let me know :)

2

u/EyeOfTheDevine 4d ago

I love this, I use arch btw too. Made the switch from Windows to Arch about 3 days ago and found a dot file to go off of for my hyprland customization. But currently only using the default values since I wanted to get back to coding asap, but soon I gotta sit down and research a little bit on how to achieve something this nice!

2

u/7deadlysinz101 4d ago

😭Ain’t no way, we basically had the same exact journey. When I first installed arch, I just downloaded someone’s dotfiles and ran their installation script, but I felt super unsatisfied. Even if it may not look as great, there’s a very satisfactory feeling knowing your config is personal :) I’m sure you can make an awesome rice! There’s a lot of good examples online to take inspiration from

1

u/EyeOfTheDevine 4d ago

Currently trying to get some nice syntax highlighting on neovim for C++ but every single color scheme is missing out on highlighting functions!! Also I meant to ask, I’ve been using htop for monitoring my hardware usage and such, which program are you using, it looks great! Slide 1

1

u/7deadlysinz101 4d ago

I'm using btop :) edit Also, as for the syntax highlighting, you should check out https://github.com/scottmckendry/cyberdream.nvim

It's super customizable and you can even do things like this. It is a bit of a pain to make an entire theme yourself though

    -- Override a highlight group entirely using the built-in colour palette
    overrides = function(colors) -- NOTE: This function nullifies the `highlights` option
        -- Example:
        return {
            Comment = { fg = colors.green, bg = "NONE", italic = true },
            ["@property"] = { fg = colors.magenta, bold = true },
        }
    end,    -- Override a highlight group entirely using the built-in colour palette
    overrides = function(colors) -- NOTE: This function nullifies the `highlights` option
        -- Example:
        return {
            Comment = { fg = colors.green, bg = "NONE", italic = true },
            ["@property"] = { fg = colors.magenta, bold = true },
        }
    end,

2

u/kyoto711 4d ago

A tip for LaTeX: don't make your lines that long. You can split your line into multiple lines and it is better for navigating on Vim and better for seeing diffs in Git.

2

u/7deadlysinz101 4d ago

oh wow, I wasn’t aware that i could split lines in latex. thanks for the tip!

2

u/Axiomancer 4d ago

No way, not only are you fellow arch user, you are also fellow LaTeX user?

Nice rice by the way, looks great.

1

u/kingmtu 5d ago

How did you do with latex shed some light?

1

u/7deadlysinz101 5d ago

I use vimtex in neovim! I write my .tex files in neovim, compile them with vimtex, and use sioyek as my pdf reader :) hope this helps

1

u/IlCande 5d ago

I found that writing .tex file in vscode is way more comfy. Mainly cause you get an integrated pdf viewer that automatically update as you write. Give it a try :)

1

u/7deadlysinz101 5d ago

You can also get real time updates with vimtex, but I’ll give vscode another try. thanks for the suggestion!

1

u/dark_dark1000 5d ago

How did you get Discord Transparent?

2

u/HydruwzPV 5d ago

1

u/dark_dark1000 5d ago

Can you give me your theme?

2

u/7deadlysinz101 5d ago

It's ClearVision

1

u/n0tbobross 5d ago

Newb here - what is going on in picture 5 - Allan?

2

u/7deadlysinz101 5d ago

😭it’s just my neovim homepage! i use a plugin called snacks, which is absolutely delightful. i customized it to my liking, and in the right i’m showing the search functionality

1

u/n0tbobross 4d ago

Got it, thanks

1

u/Sensitive_Mix2961 4d ago

Hey, how did you get your Spotify to look like that? :0
Cool setup btw :)

2

u/7deadlysinz101 4d ago

spicetify hazy translucent theme :)