diff options
| author | 2026-04-21 01:24:37 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:24:37 +0100 | |
| commit | f191bb78e945690363217e4166d2270494d11b2d (patch) | |
| tree | 24754f9c81dbe44f64727bb6932f1ca988e7b3cb /dot_config/waybar/config.jsonc | |
| parent | 70e0722e70632b2a16d29e5beeaa127ebf04f184 (diff) | |
| download | dotfiles-f191bb78e945690363217e4166d2270494d11b2d.tar.gz dotfiles-f191bb78e945690363217e4166d2270494d11b2d.tar.bz2 dotfiles-f191bb78e945690363217e4166d2270494d11b2d.zip | |
style: apply prettier and taplo to css/json/jsonc/toml
Diffstat (limited to 'dot_config/waybar/config.jsonc')
| -rw-r--r-- | dot_config/waybar/config.jsonc | 115 |
1 files changed, 62 insertions, 53 deletions
diff --git a/dot_config/waybar/config.jsonc b/dot_config/waybar/config.jsonc index f3b0813..d37051c 100644 --- a/dot_config/waybar/config.jsonc +++ b/dot_config/waybar/config.jsonc @@ -1,67 +1,76 @@ { - "layer": "top", - "height": 24, - "spacing": 0, + "layer": "top", + "height": 24, + "spacing": 0, - "modules-left": ["sway/workspaces", "sway/mode"], - "modules-center": ["sway/window"], - "modules-right": ["pulseaudio", "cpu", "memory", "temperature", "network", "battery", "clock", "tray"], + "modules-left": ["sway/workspaces", "sway/mode"], + "modules-center": ["sway/window"], + "modules-right": [ + "pulseaudio", + "cpu", + "memory", + "temperature", + "network", + "battery", + "clock", + "tray", + ], - "sway/workspaces": { - "disable-scroll": true - }, + "sway/workspaces": { + "disable-scroll": true, + }, - "sway/window": { - "max-length": 60 - }, + "sway/window": { + "max-length": 60, + }, - "cpu": { - "format": "CPU {usage}%", - "interval": 5, - "tooltip": false - }, + "cpu": { + "format": "CPU {usage}%", + "interval": 5, + "tooltip": false, + }, - "memory": { - "format": "MEM {}%", - "interval": 10, - "tooltip-format": "{used:0.1f}G / {total:0.1f}G" - }, + "memory": { + "format": "MEM {}%", + "interval": 10, + "tooltip-format": "{used:0.1f}G / {total:0.1f}G", + }, - "temperature": { - "format": "{temperatureC}°C", - "critical-threshold": 80 - }, + "temperature": { + "format": "{temperatureC}°C", + "critical-threshold": 80, + }, - "network": { - "format-wifi": "{essid} ({signalStrength}%)", - "format-ethernet": "{ifname}", - "format-disconnected": "disconnected", - "tooltip-format": "{ifname}: {ipaddr}/{cidr}" - }, + "network": { + "format-wifi": "{essid} ({signalStrength}%)", + "format-ethernet": "{ifname}", + "format-disconnected": "disconnected", + "tooltip-format": "{ifname}: {ipaddr}/{cidr}", + }, - "battery": { - "format": "BAT {capacity}%", - "format-charging": "CHR {capacity}%", - "format-plugged": "PLG {capacity}%", - "states": { - "warning": 30, - "critical": 15 - } + "battery": { + "format": "BAT {capacity}%", + "format-charging": "CHR {capacity}%", + "format-plugged": "PLG {capacity}%", + "states": { + "warning": 30, + "critical": 15, }, + }, - "pulseaudio": { - "format": "VOL {volume}%", - "format-muted": "MUTE", - "scroll-step": 5, - "on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle" - }, + "pulseaudio": { + "format": "VOL {volume}%", + "format-muted": "MUTE", + "scroll-step": 5, + "on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle", + }, - "clock": { - "format": "{:%a %d %b %H:%M}", - "tooltip-format": "{:%Y-%m-%d %H:%M:%S}" - }, + "clock": { + "format": "{:%a %d %b %H:%M}", + "tooltip-format": "{:%Y-%m-%d %H:%M:%S}", + }, - "tray": { - "spacing": 8 - } + "tray": { + "spacing": 8, + }, } |
