From 04641d29345f85ccbaee6bdc217dca12870a8d22 Mon Sep 17 00:00:00 2001 From: listout Date: Tue, 21 Dec 2021 23:29:13 +0530 Subject: changing config, part 1 --- .config/polybar/config | 123 +++++++++++++++++++++++++++++++++++++------------ 1 file changed, 93 insertions(+), 30 deletions(-) (limited to '.config/polybar/config') diff --git a/.config/polybar/config b/.config/polybar/config index 6603cce..13e7f2d 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -1,27 +1,90 @@ +[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] -bottom=false -fixed-center=true -height=18 -width=100% -padding=1 +;------------; +; DIMENSIONS ; +;------------; -border-size=1 -border-color = #00000000 +width = 100% +height = 22 +offset-y = 0 +offset-x = 0 -background = #00000000 -foreground = #ffffff +border-top-size = 0 +border-bottom-size = 0 +border-right-size = 0 +border-left-size = 0 -font-0="Dina:pixelsize=10;1" -font-1="Siji:size=10;1" +;----------; +; LOCATION ; +;----------; + +bottom = false +monitor = eDP +override-redirect = false + +;-------; +; FONTS ; +;-------; + +font-0="Mono:size=9;1" +font-1="Symbols Nerd Font:size=9;1" modules-right=memory cpu temperature pulseaudio date modules-left=battery network modules-center=bspwm -module-margin=2 -tray-position=right -tray-maxsize=16 +;--------; +; COLORS ; +;--------; + +background = #0d0b0a +foreground = ${colors.color7} +border-color = 0 + +;---------------; +; MISCELLANEOUS ; +;---------------; + +fixed-center = true +padding-left = 2 +padding-right = 2 +module-margin = 3 + +tray-position = right +tray-detached = false [module/battery] @@ -35,9 +98,9 @@ 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= %percentage%% format-discharging= format-charging= @@ -47,10 +110,10 @@ format-full= type=internal/date interval=1.0 date=%d-%m-%Y% -time=%I:%M -time-alt=%I:%M:%S %A, %d %B %Y +time= %I:%M +time-alt= %I:%M:%S %A, %d %B %Y -format=