Files
Nomarchy/features/desktop/waybar/themes/summer-day/config.jsonc
Bernardo Magri d242d1ea88
Some checks failed
Check / eval-and-lint (push) Failing after 1m52s
fix(waybar): reconcile tooltips with keybindings and fix stale references
2026-05-31 21:59:08 +01:00

132 lines
3.4 KiB
JSON
Executable File

{
"margin-top": 0,
"margin-left": 120,
"margin-bottom": 0,
"margin-right": 120,
"height": 60,
"layer": "top",
"position": "top",
"output": "DP-2",
"spacing": 15,
"modules-left": ["custom/launcher", "clock", "clock#date"],
"modules-center": ["wlr/workspaces"],
"modules-right": ["pulseaudio", "network", "battery", "custom/powermenu"],
"wlr/workspaces": {
"disable-scroll": true,
"all-outputs": true,
"on-click": "activate",
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1",
"persistent_workspaces": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": [],
"6": [],
"7": [],
"8": [],
"9": [],
"10": []
}
},
"custom/launcher": {
"interval": "once",
"format": "󰣇",
"on-click": "nomarchy-menu",
"tooltip-format": "Nomarchy Menu\n\nSuper + Shift + Space"
},
"backlight": {
"max-length": "4",
"format": "{icon}",
"tooltip-format": "{percent}%",
"format-icons": ["","","","", "", "", ""],
"on-click": "",
"on-scroll-up": "brightnessctl set 10%-",
"on-scroll-down": "brightnessctl set +10%"
},
"memory": {
"interval": 30,
"format": " {}%",
"format-alt":" {used:0.1f}G",
"max-length": 10
},
"custom/dunst": {
"exec": "~/.config/waybar/scripts/dunst.sh",
"on-click": "dunstctl set-paused toggle",
"restart-interval": 1,
"tooltip": false
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-bluetooth": "{icon}  {volume}%",
"format-bluetooth-muted": "婢  muted",
"format-muted": "婢 muted",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click": "nomarchy-launch-audio",
"on-click-right": "pamixer -t",
"tooltip-format": "Playing at {volume}%\n\nSuper + Ctrl + A"
},
"network": {
"format-wifi": " {signalStrength}%",
"format-ethernet": " {signalStrength}%",
"format-disconnected": "󰤭",
"on-click": "nomarchy-launch-wifi",
"tooltip-format": "Wifi controls\n\nSuper + Ctrl + W"
},
"battery": {
"bat": "BAT0",
"adapter": "ADP0",
"interval": 60,
"states": {
"warning": 30,
"critical": 15
},
"max-length": 10,
"format": "{icon} {capacity}%",
"format-warning": "{icon} {capacity}%",
"format-critical": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
"format-alt": "{icon} {capacity}%",
"format-full": " 100%",
"format-icons": ["", "", "", "", "", "", "", "", "", ""],
"tooltip-format": "Battery Status\n\nSuper + Ctrl + Alt + B"
},
"clock": {
"format": " {:%H:%M}",
"tooltip": true,
"tooltip-format": "Show time\n\nSuper + Ctrl + Alt + T"
},
"clock#date": {
"format": " {:%A, %B %d, %Y}",
"tooltip": true,
"tooltip-format": "Show time\n\nSuper + Ctrl + Alt + T",
"on-click": "nomarchy-launch-or-focus-tui calcurse"
},
"custom/powermenu": {
"format": "",
"on-click": "nomarchy-menu power",
"tooltip": false
}
}