From 01cc8e1825b8d80324891e38e5cd16490c49ee8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Thu, 11 Aug 2022 23:45:14 +0300 Subject: [PATCH] Change polybar style --- source_polybar.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source_polybar.py b/source_polybar.py index 3ec0cb9..58f9cbe 100755 --- a/source_polybar.py +++ b/source_polybar.py @@ -28,7 +28,7 @@ def main(): width = 100% height = 2.5% radius = 0 - font-0 = "JetBrainsMono Nerd Font:pixelsize=13;2" + font-0 = "JetBrainsMono Nerd Font:pixelsize=12;2" font-1 = "IPAGothic:pixelsize=13;2" background = ${{colors.background}} @@ -42,11 +42,11 @@ def main(): padding-right = 1 module-margin = 1 - separator = | + ;separator = | separator-foreground = ${{colors.disabled}} - modules-left = xworkspaces music - modules-center = arch xwindow - modules-right = aud bat mem cpu temp wlan eth date + modules-left = arch xworkspaces xwindow + modules-center = date + modules-right = aud bat mem cpu temp wlan eth music cursor-click = pointer enable-ipc = true @@ -68,7 +68,7 @@ def main(): [module/arch] type = custom/text - content = " " + content = "  " content-foreground = {primary_color} [module/xworkspaces]