summaryrefslogtreecommitdiff
path: root/.config/polybar/common.ini
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-22 13:33:22 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-22 13:33:22 -0700
commit20a112ca924e00cb328a01e643a7d806db1f1782 (patch)
tree8aa182b1e53f16574d1ae94f38fa7d4ee3845696 /.config/polybar/common.ini
parent9821ab3183686716ba971f80f587f875967c1469 (diff)
Separate bars and make common config for bars
Diffstat (limited to '.config/polybar/common.ini')
-rw-r--r--.config/polybar/common.ini42
1 files changed, 42 insertions, 0 deletions
diff --git a/.config/polybar/common.ini b/.config/polybar/common.ini
new file mode 100644
index 0000000..1d4cf8e
--- /dev/null
+++ b/.config/polybar/common.ini
@@ -0,0 +1,42 @@
+[bar/common]
+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.blue}
+
+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 = 1
+
+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