aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2026-07-27 19:40:17 +0200
committerThomas Schneider <qsx@chaotikum.eu>2026-07-27 20:02:49 +0200
commit4b013cfa9a81fce01d91f45cd5eaaa96af1ad972 (patch)
treebf9c427abbd607983797fe85cbb3dea498c3a360
parent55b8acc8c9550108189493bc7853e56813737389 (diff)
waybar: Add local config for crait and connie
-rw-r--r--connie.config-waybar-local.conf39
-rw-r--r--crait.config-waybar-local.conf51
2 files changed, 90 insertions, 0 deletions
diff --git a/connie.config-waybar-local.conf b/connie.config-waybar-local.conf
new file mode 100644
index 0000000..8834174
--- /dev/null
+++ b/connie.config-waybar-local.conf
@@ -0,0 +1,39 @@
+{
+ "height": 12,
+ "tray": {
+ "icon-size": 10
+ },
+ "clock": {
+ "format": "{:%Y-%m-%d %T}",
+ "format-alt": "{:%T}"
+ },
+ "modules-right": [
+ "idle_inhibitor",
+ "pulseaudio",
+ "network",
+ "cpu",
+ "memory",
+ "temperature",
+ "backlight",
+ "upower",
+ "clock",
+ "tray",
+ "custom/notification"
+ ],
+ "custom/notification": {
+ "tooltip": false,
+ "format": "{icon}",
+ "format-icons": {
+ "notification": "<span foreground='red'><sup></sup></span>",
+ "none": "",
+ "dnd-notification": "<span foreground='red'><sup></sup></span>",
+ "dnd-none": ""
+ },
+ "return-type": "json",
+ "exec-if": "which swaync-client",
+ "exec": "swaync-client -swb",
+ "on-click": "swaync-client -t -sw",
+ "on-click-right": "swaync-client -d -sw",
+ "escape": true
+ }
+}
diff --git a/crait.config-waybar-local.conf b/crait.config-waybar-local.conf
new file mode 100644
index 0000000..3f25620
--- /dev/null
+++ b/crait.config-waybar-local.conf
@@ -0,0 +1,51 @@
+// -*- jsonc -*-
+{
+ "height": 16,
+ "tray": {
+ "icon-size": 14
+ },
+ "clock": {
+ "format-alt": "{:%a %Y-%m-%d %T}",
+ "format": "{:%T}"
+ },
+ "modules-center": [
+ "privacy",
+ "systemd-failed-units",
+ ],
+ "modules-right": [
+ "idle_inhibitor",
+ "power-profiles-daemon",
+ "pulseaudio",
+ "bluetooth",
+ "network",
+ "cpu",
+ "memory",
+ "temperature",
+ "backlight",
+ "battery",
+ "clock",
+ "tray",
+ "custom/notification"
+ ],
+ "custom/notification": {
+ "tooltip": false,
+ "format": "{icon}",
+ "format-icons": {
+ "notification": "<span foreground='red'><sup></sup></span>",
+ "none": "",
+ "dnd-notification": "<span foreground='red'><sup></sup></span>",
+ "dnd-none": ""
+ },
+ "return-type": "json",
+ "exec-if": "which swaync-client",
+ "exec": "swaync-client -swb",
+ "on-click": "swaync-client -t -sw",
+ "on-click-right": "swaync-client -d -sw",
+ "escape": true
+ }
+}
+
+// Local Variables:
+// indent-tabs-mode: nil
+// js-indent-level: 2
+// End: