about summary refs log tree commit diff
path: root/configs/polybar/carmel.conf
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-09 19:48:36 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-09 19:48:36 -0800
commitbcf28f0a088411ec2fa956ad7a79b7287b5ca1eb (patch)
tree20c1be54815e55a48fbedfe6898a3f4d2afe3856 /configs/polybar/carmel.conf
parentdesktop: configure GTK (diff)
downloadworld-bcf28f0a088411ec2fa956ad7a79b7287b5ca1eb.tar.gz
home-manager: let's try to configure polybar
There's a few things missing (my binaries for the wifi and battery, at a
minimum), but that's fine for now.
Diffstat (limited to 'configs/polybar/carmel.conf')
-rw-r--r--configs/polybar/carmel.conf36
1 files changed, 36 insertions, 0 deletions
diff --git a/configs/polybar/carmel.conf b/configs/polybar/carmel.conf
new file mode 100644
index 0000000..d09f796
--- /dev/null
+++ b/configs/polybar/carmel.conf
@@ -0,0 +1,36 @@
+include-file = ~/.config/polybar/modules/colors.ini
+include-file = ~/.config/polybar/modules/date.ini
+include-file = ~/.config/polybar/modules/i3.ini
+include-file = ~/.config/polybar/modules/mpd.ini
+include-file = ~/.config/polybar/modules/pulseaudio.ini
+include-file = ~/.config/polybar/modules/wired.ini
+
+[settings]
+screenchange-reload = false
+
+[bar/common]
+enable-ipc = true
+width = 100%
+monitor = ${env:MONITOR:}
+monitor-strict = true
+dpi = ${env:DPI:}
+border-size = 0
+tray-position = none
+fixed-center = true
+module-margin = 1
+padding-right = 1
+
+background = ${colors.background}
+foreground = ${colors.foreground}
+
+font-0 = Source Code Pro:style=Regular:size=8;2
+font-1 = Font Awesome 5 Free:style=Solid:pixelsize=8;3
+font-2 = Material\-Design\-Iconic\-Font:size=8;2
+
+modules-left = i3
+
+modules-center = mpd
+
+[bar/alone]
+inherit = bar/common
+modules-right = wired-network pulseaudio date