{ "hyprland/workspaces": { "active-only": false, "all-outputs": false, "format": "{icon}", "persistent_workspaces": { "2": [], "3": [], "4": [], "5": [] }, "disable-scroll": true, "on-click": "activate" }, "clock": { "format": "{:%a [%d/%m] ~ [%H:%M]} ~", "tooltip-format": "{:%Y %B}\n {calendar} " }, "network": { "interface": "enp111s0", "format": "↗{bandwidthUpBytes} ↘ {bandwidthDownBytes} |" }, "pulseaudio": { "format": " {icon} {volume}% ", "format-muted": "", "format-icons": { "default": ["", "", " "] }, "on-click": "pavucontrol" }, "custom/cpuinfo": { "exec": "~/.config/waybar/scripts/cpu_info.sh", "interval": 2, "format": "{}" }, "custom/gpu": { "exec": "~/.config/waybar/scripts/gpu_temp.sh", "interval": 2, "format": "{}" }, "mpris": { "format": "{player_icon} [{title} - {artist}]", "format-paused": " [ {title} - {artist}] ", "player-icons": { "default": " ", "firefox": " " }, "max-length": 70, "scroll": true }, "custom/weather": { "exec": "~/.config/waybar/scripts/weather.sh", "interval": 600, "return-type": "text" }, "custom/uptime": { "exec": "~/.config/waybar/scripts/uptime.sh", "interval": 60, "format": "時間 {}" }, "custom/flagvpn": { "exec": "~/scripts/get_flag.sh", "interval": 60, "format":"{}", "tooltip" : true, "tooltip-format": "{}" }, "custom/timer": { "exec": "/home/arthur/scripts/timer_module.sh", "interval": 1, "format":"{}", "return-type": "json" }, "custom/appicons": { "format": "{}", "exec": "~/.config/waybar/scripts/app-icons.sh", "interval": 5, "tooltip":"false" }, "custom/workspaces-icons": { "exec": "python ~/.config/waybar/scripts/workspaces_icons.py", "interval": 5, "format": "{}" }, "custom/menu1": { "format" : "⏻ ", "tooltip": false, "menu": "on-click", "menu-file": "~/.config/waybar/power_menu.xml", "menu-actions": { "shutdown": "shutdown", "reboot": "reboot", "suspend": "systemctl suspend", "hibernate": "systemctl hibernate" } } }