You're viewing a single thread.
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.
4 0 ReplyWell, 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",
],
}2 0 ReplyMaybe I'll post the style.css later if it's not too big...
1 0 ReplyThe style shouldn't be necessary unless you want to. That I can replicate 😊❤️ Thank you buddy!
1 0 Reply
Thanks man! I'm particularly interested in all the custom modules 😅
1 0 Reply@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-v31 0 Reply