this post was submitted on 30 Apr 2024
72 points (98.6% liked)
unixporn
4290 readers
56 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
- Post On-Topic
- No
- Busy
- Use High-Quality Images
- Include a Details Comment
- No NSFW
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
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",
],
}
Maybe I'll post the style.css later if it's not too big...
@victorz
The style shouldn't be necessary unless you want to. That I can replicate 😊❤️ Thank you buddy!
Thanks man! I'm particularly interested in all the custom modules 😅
@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