back to top
Menu Close

waybar config file

My waybar config file source code

/* ---- 💫 https://github.com/JaKooLit 💫 ---- */

// ### DUAL TOP and BOTTOM ### //

[{
"include": "~/.config/waybar/modules/modules",
"layer": "top",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 3,
"fixed-center": true,
"ipc": true,
"height":44,
"margin-top": 1,
"margin-left": 8,
"margin-right": 8,

"modules-left":	["custom/spacer","group/system","custom/spacer","group/sw","custom/spacer","group/minimized","custom/spacer","group/temp"],
  
"modules-center": [ "hyprland/window" ], 

"modules-right": [ "clock" ],
},

{
"include": "~/.config/waybar/modules/modules",
"layer": "top",
"exclusive": true,
"passthrough": false,
"position": "bottom",
"spacing": 5,
"fixed-center": true,
"ipc": true,
"height": 44,
"margin-left": 8,
"margin-right": 8,
"margin-bottom": 4,

"modules-left": [ "custom/externalip" ],

"modules-center": [	"hyprland/workspaces" ],

"modules-right": [ "group/wireguard" ],

}]

Leave a Reply

Your email address will not be published. Required fields are marked *