From 4b013cfa9a81fce01d91f45cd5eaaa96af1ad972 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 27 Jul 2026 19:40:17 +0200 Subject: waybar: Add local config for crait and connie --- connie.config-waybar-local.conf | 39 +++++++++++++++++++++++++++++++ crait.config-waybar-local.conf | 51 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 connie.config-waybar-local.conf create mode 100644 crait.config-waybar-local.conf 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": "", + "none": "", + "dnd-notification": "", + "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": "", + "none": "", + "dnd-notification": "", + "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: -- cgit v1.2.3