aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/data/config.scm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-04-16 00:24:34 -0700
committerGravatar Tom Willemse2022-04-16 00:24:34 -0700
commitecb63a646f64635d517aec9ff96cd6ecb3ffeff7 (patch)
tree5dda650fe4b8f614430dcf219f60cc4df2e00246 /oni/home/data/config.scm
parent13991b6c3d3385ae1e2799146bfcbedf2f190514 (diff)
downloadnew-dotfiles-ecb63a646f64635d517aec9ff96cd6ecb3ffeff7.tar.gz
new-dotfiles-ecb63a646f64635d517aec9ff96cd6ecb3ffeff7.zip
Add basic polybar configuration
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"))))))