From ecb63a646f64635d517aec9ff96cd6ecb3ffeff7 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 16 Apr 2022 00:24:34 -0700 Subject: Add basic polybar configuration --- oni/home/data/config.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'oni/home/data') diff --git a/oni/home/data/config.scm b/oni/home/data/config.scm index 606334b..26d5178 100644 --- a/oni/home/data/config.scm +++ b/oni/home/data/config.scm @@ -16,7 +16,8 @@ #:use-module (oni home services compton) #:use-module (oni home services xbindkeys) #:use-module (oni home services zsh) - #:use-module (oni home services herbstluftwm)) + #:use-module (oni home services herbstluftwm) + #:use-module (oni home services polybar)) (home-environment (packages (list (specification->package+output "glibc-locales"))) @@ -304,4 +305,8 @@ "keybind Mod4-apostrophe spawn dunstctl close" "keybind Mod4-quotedbl spawn dunstctl close-all" "keybind Mod4-Control-apostrophe spawn dunstctl history-pop" - "keybind Mod4-Mod1-apostrophe spawn dunstctl context"))))))) + "keybind Mod4-Mod1-apostrophe spawn dunstctl context")))) + + (service home-polybar-service-type + (home-polybar-configuration + (bar "data")))))) -- cgit v1.2.3-54-g00ecf