summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
Diffstat (limited to 'waybar')
-rw-r--r--waybar/config.jsonc17
1 files changed, 5 insertions, 12 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc
index 77455d6..e1a1d6e 100644
--- a/waybar/config.jsonc
+++ b/waybar/config.jsonc
@@ -1,9 +1,6 @@
-// -*- mode: jsonc -*-
{
"layer": "top",
"position": "bottom",
- // "height": 48, // Waybar height (to be removed for auto height)
- // "width": 1280, // Waybar width
"spacing": 0,
"modules-left": [
"river/tags",
@@ -37,25 +34,21 @@
"spacing": 10
},
"clock": {
- // "timezone": "America/New_York",
"format": "{:%H:%M %Y/%m/%d}",
- "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
- "format-alt": "{:%Y-%m-%d}"
+ "tooltip-format": "<tt><big>{calendar}</big></tt>",
},
"temperature": {
- // "thermal-zone": 2,
- // "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
- "critical-threshold": 80,
- // "format-critical": "{temperatureC}°C {icon}",
+ "interval": 10,
+ "hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input",
"format": "⚙{temperatureC}°C",
},
"backlight": {
- // "device": "acpi_video1",
"format": "{icon} {percent}%",
"format-icons": ["", "", "", "", "", "", "", "", ""]
},
"battery": {
"format": "{icon} {capacity}% ⏲{time}",
+ "interval": 10,
"format-charging": "🔌{capacity}% ⏲{time}",
"format-time": "{H}h{M}m",
"format-icons": ["", "", "", "", ""]
@@ -71,7 +64,7 @@
"tooltip-format": "{ifname}: {ipaddr}/{cidr}",
},
"pulseaudio": {
- // "scroll-step": 1, // %, can be a float
+ "scroll-step": 1,
"format": "{volume}% {icon} {format_source} ",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",