dotfiles/.config/hypr/waybar-alt-8/configs/[BOT] Sleek
2025-02-13 10:25:15 -07:00

48 lines
710 B
Plaintext
Executable File

/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
// Sleek
{
"include": "~/.config/waybar/modules",
"layer": "top",
"position": "bottom",
"height": 14,
"margin-left": 10,
"margin-right": 10,
"margin-bottom": 2,
"modules-left": [
"custom/menu",
"custom/separator#blank_2",
"mpris",
"hyprland/window"
],
"modules-center": [
"hyprland/workspaces"
],
"modules-right": [
"tray",
"custom/swaync",
"pulseaudio",
"clock",
"custom/power"
],
// Additional format / customize modules
"custom/power": {
"format": " ",
"icon-size": 20,
"tooltip": false,
},
"clock": {
//"format": "{:%I:%M %p - %d/%b}", //for AM/PM
"format": "{:%H:%M - %d/%b}", // 24H
"tooltip": false
},
}