From 13d6ff71f39f5737f1312d8121270bcb84efda51 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 29 Aug 2025 18:45:06 +0530 Subject: added powerline and catppuccin to polybar --- .config/polybar/powerline.ini | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .config/polybar/powerline.ini (limited to '.config/polybar/powerline.ini') 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} + -- cgit v1.2.3