diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-08-29 18:45:06 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-08-29 18:45:06 +0530 |
commit | 13d6ff71f39f5737f1312d8121270bcb84efda51 (patch) | |
tree | 1582a6d22a4b0fe09dae8718f10ee705ca017027 /.config/polybar/powerline.ini | |
parent | 336c00b7e263a9a81e0c9c691849d8b2f5bdaa57 (diff) |
added powerline and catppuccin to polybar
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} + |