73
Playing with deep reds and greys on Hyprland.
(media.kbin.social)
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!
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