Files
dotfiles/home-files/dot-config/waybar/Hyprland/config.jsonc
T
2026-04-30 02:11:36 +03:00

37 lines
654 B
JSON

{
//"margin-top": 5,
//"margin-left": 10,
//"margin-right": 10,
"layer": "top",
"position": "top",
"spacing": 6,
"reload_style_on_change": true,
"modules-left":[
"custom/logo",
"custom/mpris",
"hyprland/workspaces"
],
"custom/logo": {
"format" : "󰣇 Hyprland",
"tooltip": false,
"tooltip-format": "App launcher",
"on-click": "pkill rofi || rofi -show drun -theme ~/.config/rofi/launchpad.rasi",
"on-click-right": "kitty"
},
"hyprland/workspaces": {
"format": "{icon}",
"format-icons": {
"active": "",
"default": ""
}
},
"include": [
"~/.config/waybar/Modules/*.jsonc"
]
}