about summary refs log tree commit diff
path: root/users/tazjin/dotfiles/waybar/config.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/dotfiles/waybar/config.jsonc')
-rw-r--r--users/tazjin/dotfiles/waybar/config.jsonc29
1 files changed, 29 insertions, 0 deletions
diff --git a/users/tazjin/dotfiles/waybar/config.jsonc b/users/tazjin/dotfiles/waybar/config.jsonc
new file mode 100644
index 000000000000..6d3dbadb4511
--- /dev/null
+++ b/users/tazjin/dotfiles/waybar/config.jsonc
@@ -0,0 +1,29 @@
+// TODO: idle-inhibitor? image (tux?)?
+{
+  "layer": "top",
+  "position": "bottom",
+  "modules-right": ["pulseaudio", "backlight", "battery", "tray", "clock"],
+  "pulseaudio": {
+    "on-click": "pavucontrol",
+    // Font "Awesome" speaker icons can't be made to render, I don't care why, emoji time.
+    "format": "{volume}% ๐ŸŽง",
+    "format-muted": "{volume}% ๏‡ถ"
+  },
+  "battery": {
+	"format": "{capacity}% {icon}",
+    "format-icons": ["๏‰„", "๏‰ƒ", "๏‰‚", "๏‰", "๏‰€"]
+  },
+  "backlight": {
+    "format": "{percent}% {icon}",
+    "format-icons": ["๏ƒซ"],
+    "on-scroll-up": "light -A 1",
+    "on-scroll-down": "light -U 1"
+  },
+  "clock": {
+	"format-alt": "{:%a, %d. %b  %H:%M}"
+  },
+  "tray": {
+    "icon-size": 20,
+    "spacing": 10
+  }
+}