From 150871d103e66f7cc7aa17cd4417f22d21e865e2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 22 Sep 2022 22:58:09 -0700 Subject: [polybar] Add a module for circe This is an empty IPC widget that can be used by Emacs to place the Circe channel information in. --- polybar/.config/polybar/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'polybar') diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 2f1b775..d8de9ee 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -36,7 +36,7 @@ font-2 = siji:pixelsize=10;1 modules-left = ewmh xwindow modules-center = -modules-right = todo email pulseaudio xkeyboard vpn date +modules-right = circe todo email pulseaudio xkeyboard vpn date tray-position = center tray-padding = 0 @@ -98,7 +98,7 @@ label-empty-foreground = #a2a2a2 [module/xwindow] type = internal/xwindow label = %title% -format-padding = 3 +format-padding = 1 format-background = ${colors.primary} [module/xkeyboard] @@ -234,3 +234,6 @@ type = custom/script exec = inbox-size interval = 60 format-prefix = " " + +[module/circe] +type = custom/ipc -- cgit v1.2.3-54-g00ecf