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