diff options
Diffstat (limited to 'crait.config-waybar-local.conf')
| -rw-r--r-- | crait.config-waybar-local.conf | 51 |
1 files changed, 51 insertions, 0 deletions
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: |
