aboutsummaryrefslogtreecommitdiff
path: root/connie.config-waybar-local.conf
diff options
context:
space:
mode:
Diffstat (limited to 'connie.config-waybar-local.conf')
-rw-r--r--connie.config-waybar-local.conf39
1 files changed, 39 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
+ }
+}