From 7761911e4f7aca70219317ce2ea49d88486b7ef3 Mon Sep 17 00:00:00 2001 From: listout Date: Fri, 7 Jan 2022 23:50:22 +0530 Subject: removed colors, icons and changed font to bitmap font --- .config/polybar/config | 147 +++++++++++++++++++++++++++---------------------- 1 file changed, 81 insertions(+), 66 deletions(-) (limited to '.config') diff --git a/.config/polybar/config b/.config/polybar/config index 0a416fa..ee8a32d 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -1,36 +1,3 @@ -[colors] -; Black -color0 = #121418 -color8 = #675f54 - -; Red -color1 = #c94234 -color9 = #ff645a - -; Green -color2 = #85c54c -color10 = #98e036 - -; Yellow -color3 = #f5ae2e -color11 = #e0d561 - -; Blue -color4 = #1398b9 -color12 = #5fdaff - -; Magenta -color5 = #d0633d -color13 = #ff9269 - -; Cyan -color6 = #509552 -color14 = #84f088 - -; White -color7 = #e5c6aa -color15 = #f6f7ec - [bar/mybar] ;------------; @@ -38,14 +5,11 @@ color15 = #f6f7ec ;------------; width = 100% -height = 22 +height = 20 offset-y = 0 offset-x = 0 -border-top-size = 0 -border-bottom-size = 0 -border-right-size = 0 -border-left-size = 0 +border-size = 0 ;----------; ; LOCATION ; @@ -59,8 +23,11 @@ override-redirect = false ; FONTS ; ;-------; -font-0="Mono:size=10;1" -font-1="Symbols Nerd Font:size=9;1" +font-0="UW Ttyp0:pixelsize=14;1" + +;---------; +; MODULES ; +;---------; modules-right=cpu temperature pulseaudio date modules-left=battery network memory @@ -70,21 +37,17 @@ modules-center=bspwm ; COLORS ; ;--------; -background = #0d0b0a -foreground = ${colors.color15} -border-color = 0 +foreground = #1a1a24 +background = #2c2e3e ;---------------; ; MISCELLANEOUS ; ;---------------; fixed-center = true -padding-left = 2 -padding-right = 2 -module-margin = 3 - tray-position = right tray-detached = false +module-margin-left = 1 [module/battery] type=internal/battery @@ -97,9 +60,21 @@ full-at=98 time-format=%H:%M -label-discharging=%time% %percentage%% -label-charging=%time% %percentage%% -label-full= %percentage%% +label-discharging=%time% %percentage% +label-charging=%time% %percentage% +label-full=BAT0: %percentage% + +label-full-foreground = #cddbf9 +label-full-background = #2c2e3e +label-full-padding = 2 + +label-charging-foreground = #cddbf9 +label-charging-background = #2c2e3e +label-charging-padding = 2 + +label-discharging-foreground = #cddbf9 +label-discharging-background = #2c2e3e +label-discharging-padding = 2 format-discharging= format-charging= @@ -110,10 +85,13 @@ type=internal/date interval=1.0 date=%A %d time=%I:%M -time-alt= %I:%M:%S %A, %d %B %Y +time-alt=%I:%M:%S %A, %d %B %Y format=