aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/data/config.scm
diff options
context:
space:
mode:
Diffstat (limited to 'oni/home/data/config.scm')
-rw-r--r--oni/home/data/config.scm9
1 files changed, 7 insertions, 2 deletions
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"))))))