summaryrefslogtreecommitdiff
path: root/.config/polybar/main.ini
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-20 16:22:17 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-20 16:22:17 -0700
commitf6432f0cc889b1e6b4a4244e471d7a5aa065500a (patch)
tree10b2b1c14691112367083840358a529e3b08d6c3 /.config/polybar/main.ini
parent8b204c6d7270976b6a3c2bfaad87822a119d2564 (diff)
Fix font and add second bar
Diffstat (limited to '.config/polybar/main.ini')
-rw-r--r--.config/polybar/main.ini51
1 files changed, 51 insertions, 0 deletions
diff --git a/.config/polybar/main.ini b/.config/polybar/main.ini
new file mode 100644
index 0000000..20dc6a4
--- /dev/null
+++ b/.config/polybar/main.ini
@@ -0,0 +1,51 @@
+[bar/main]
+monitor = ${env:MAINMON:HDMI-0}
+width = 100%
+height = 24
+offset-x = 0%
+offset-y = 0%
+radius = 0.0
+fixed-center = false
+
+font-0 = Noto Sans Mono:pixelsize=10;1
+font-1 = Noto Color Emoji:scale=10;1
+font-2 = Font Awesome 5 Free:pixelsize=10;1
+font-3 = Font Awesome 5 Free Solid:pixelsize=10;1
+font-4 = Font Awesome 5 Brands:pixelsize=10;1
+
+background = ${colors.background}
+foreground = ${colors.foreground}
+
+line-size = 2
+line-color = ${colors.blue}
+
+border-size = 0
+border-color = ${colors.black}
+
+padding-left = 0
+padding-right = 0
+
+module-margin-left = 1
+module-margin-right = 2
+
+modules-left=bspwm
+modules-center=xwindow
+modules-right=date pulseaudio
+
+tray-position = right
+tray-padding = 2
+# tray-background = ${colors.cyan}
+
+override-redirect = true
+
+wm-restack = bspwm
+# wm-restack = i3
+
+# scroll-up = bspwm-desknext
+# scroll-down = bspwm-deskprev
+
+# scroll-up = i3wm-wsnext
+# scroll-down = i3wm-wsprev
+
+cursor-click = pointer
+cursor-scroll = ns-resize