diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/hyprland/waybar/config.jsonc | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index c304ed7..0d3bc18 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -11,10 +11,10 @@ "format": "{artist} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S})", "format-disconnected": "ﳌ", "format-stopped": "", - "state-icons": { - "playing": "", - "paused": "", - }, + "state-icons": { + "playing": "", + "paused": "", + }, "on-click": "mpc toggle", }, "battery": { @@ -31,14 +31,19 @@ "format-icons": { "default": ["奄", "奔", "墳"] }, + "on-click": "pavucontrol", }, "temperature": { "interval": 3, + "format": "{icon} {temperatureC}°C", + "format-icons": { + "default":["", "", "", "", ""] + }, }, "network": { "tooltip": false, "format-wifi": " {essid}", - "format-ethernet": "", + "format-ethernet": "", }, "cpu": { "tooltip": false, @@ -52,7 +57,7 @@ }, "clock": { "format": "{:%H:%M}", - "format-alt": " {:%A, %B %d, %Y (%R)}", + "format-alt": " {:%A, %B %d, %Y (%R)}", "interval": 1, }, "tray": { |