this post was submitted on 30 Apr 2024
72 points (98.6% liked)

unixporn

4085 readers
32 users here now

unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make ricers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No
  3. Busy
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW

founded 1 year ago
MODERATORS
 

Playing with deep reds and greys on Hyprland.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 3 months ago (1 children)

Stunning, actually. Love it.

Would you mind sharing deez dots? I'm particularly interested in the bar setup once I transition from i3 to Hyprland.

[–] [email protected] 2 points 3 months ago (2 children)

Well, here's the Waybar config (some things are commented out as I'm endlessly tweaking it...)

{
//
// Reminder: The last statement in a module block cannot
// be commented out or waybar won't launch.
//
"include": "~/.config/hypr/waybar/modules",
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 3,
"fixed-center": true,
"ipc": true,
"margin-left": 0,
"margin-right": 0,

"modules-left": [
"custom/menu",
"hyprland/workspaces",
"hyprland/window",
],

"modules-center": [
"clock",
//"custom/weather",
"custom/task-phone",
],

"modules-right": [
"tray",
//"network",
"memory",
//"pulseaudio",
"wireplumber",
"pulseaudio#microphone",
"custom/cycle_wall",
//"custom/task-phone",
"custom/power",
],
}

[–] [email protected] 1 points 3 months ago (1 children)

Thanks man! I'm particularly interested in all the custom modules 😅

[–] [email protected] 1 points 3 months ago

@victorz
My starting point was an old set of JaKoolit dot files. I think the latest can be had here.
https://github.com/JaKooLit/Hyprland-v3

[–] [email protected] 1 points 3 months ago (1 children)

Maybe I'll post the style.css later if it's not too big...

@victorz

[–] [email protected] 1 points 3 months ago

The style shouldn't be necessary unless you want to. That I can replicate 😊❤️ Thank you buddy!