diff options
Diffstat (limited to '.config/polybar/powerline.ini')
-rw-r--r-- | .config/polybar/powerline.ini | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.config/polybar/powerline.ini b/.config/polybar/powerline.ini new file mode 100644 index 0000000..5343edb --- /dev/null +++ b/.config/polybar/powerline.ini @@ -0,0 +1,35 @@ +[module/powerline0] +type = custom/text +content = "" +content-font = 4 +content-foreground = ${colors.module-color-1} +content-background = ${colors.background} + +[module/powerline1] +type = custom/text +content = "" +content-font = 4 +content-foreground = ${colors.module-color-1} +content-background = ${colors.module-color-0} + +[module/powerline2] +type = custom/text +content = "" +content-font = 4 +content-foreground = ${colors.module-color-0} +content-background = ${colors.module-color-1} + +[module/powerline3] +type = custom/text +content = "" +content-font = 4 +content-foreground = ${colors.module-color-1} +content-background = ${colors.background} + +[module/powerline4] +type = custom/text +content = "" +content-font = 4 +content-foreground = ${colors.module-color-1} +content-background = ${colors.background} + |