このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン |
| tips:linux:arch:gui:desktop:hyprland:waybar [2026/05/26 20:47] – [config.jsonc] asaasa | tips:linux:arch:gui:desktop:hyprland:waybar [2026/06/08 21:46] (現在) – [config.jsonc] asaasa |
|---|
| "layer": "top", | "layer": "top", |
| "position": "top", | "position": "top", |
| "height": 32, | "height": 36, |
| |
| "modules-left": ["hyprland/workspaces"] | "modules-left": ["hyprland/workspaces"], |
| "modules-center": ["clock","hyprland/window"], | "modules-center": ["clock","hyprland/window"], |
| "modules-right": ["network", "battery", "cpu", "memory", "tray"], | "modules-right": ["network", "battery", "cpu", "memory", "tray"], |
| |
| "memory": { | "memory": { |
| "format": " {used}MB" | "format": " {used}GB" |
| }, | }, |
| |