jkmooney@kbin.social to unixporn@lemmy.world · edit-26 months agoPlaying with deep reds and greys on Hyprland.media.kbin.socialimagemessage-square14fedilinkarrow-up173file-text
arrow-up173imagePlaying with deep reds and greys on Hyprland.media.kbin.socialjkmooney@kbin.social to unixporn@lemmy.world · edit-26 months agomessage-square14fedilinkfile-text
minus-squarejkmooney@kbin.socialOPlinkfedilinkarrow-up2·6 months agoWell, 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”, ], }
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up1·6 months agoThanks man! I’m particularly interested in all the custom modules 😅
minus-squarejkmooney@kbin.socialOPlinkfedilinkarrow-up1·6 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
minus-squarejkmooney@kbin.socialOPlinkfedilinkarrow-up1·6 months agoMaybe I’ll post the style.css later if it’s not too big… @victorz
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up1·6 months agoThe style shouldn’t be necessary unless you want to. That I can replicate 😊❤️ Thank you buddy!
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”,
],
}
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
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!