summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/polybar/config.ini50
1 files changed, 28 insertions, 22 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini
index a56c114..9c84d8c 100644
--- a/.config/polybar/config.ini
+++ b/.config/polybar/config.ini
@@ -20,7 +20,7 @@ nord13 = #ebcb8b
nord14 = #a3be8c
nord15 = #b48ead
-background-dark = ${colors.nord0}
+background-dark = #1b1f26
background = ${colors.nord3}
background-light = ${colors.nord6}
foreground = #fff
@@ -46,7 +46,7 @@ date = ${colors.turkoise}
time = ${colors.purple}
power = ${colors.nord6}
-[bar/mybar_external]
+[bar/external]
;------------;
; DIMENSIONS ;
@@ -54,7 +54,7 @@ power = ${colors.nord6}
width = 100%
height = 20
-offset-y = 0
+offset-y = 3
offset-x = 0
border-size = 0
@@ -74,17 +74,20 @@ override-redirect = false
; FONTS ;
;-------;
-font-0="mono:size=11;1"
+font-0 = "Cartograph CF:size=12;2"
+font-1 = "Font Awesome 6 Free:size=12;3"
+font-2 = "Font Awesome 6 Free Solid:size=12;3"
+font-3 = "Font Awesome 6 Brands:size=12;3"
;---------;
; MODULES ;
;---------;
-modules-right=cpu temperature pulseaudio date
-modules-left=battery network memory
-modules-center=bspwm
+modules-right = cpu temperature pulseaudio date
+modules-left = battery network memory
+modules-center = bspwm
-[bar/mybar]
+[bar/laptop]
;------------;
; DIMENSIONS ;
@@ -112,15 +115,18 @@ override-redirect = false
; FONTS ;
;-------;
-font-0="Dina:pixelsize=11;1"
+font-0 = "Dina:pixelsize=11;1"
+font-1 = "Font Awesome 6 Free:size=12:3"
+font-2 = "Font Awesome 6 Free Solid:size=12:3"
+font-3 = "Font Awesome 6 Brands:size=12:3"
;---------;
; MODULES ;
;---------;
-modules-right=cpu temperature pulseaudio date
-modules-left=battery network memory
-modules-center=bspwm
+modules-right = cpu temperature pulseaudio date
+modules-left = battery network memory
+modules-center = bspwm
;---------------;
@@ -143,8 +149,8 @@ full-at=98
time-format=%H:%M
-label-discharging=%time% %percentage%
-label-charging=%time% %percentage%
+label-discharging= %time% %percentage%
+label-charging= %time% %percentage%
label-full=BAT0: %percentage%
label-full-foreground = ${colors.foreground}
@@ -171,7 +177,7 @@ time=%I:%M
time-alt=%I:%M:%S %A, %d %B %Y
format=<label>
-label=%date% %time%
+label= %date% %time%
label-foreground = ${colors.foreground}
label-background = ${colors.background-dark}
label-padding = 2
@@ -184,7 +190,7 @@ base-temperature=38
warn-temperature=70
format=<label>
format-warn=<label-warn>
-label=Temp: %temperature-c%
+label= %temperature-c%
label-warn=TEMP: %temperature-c%
label-foreground = ${colors.foreground}
@@ -198,7 +204,7 @@ label-warn-padding = 2
type=internal/cpu
interval=0.5
format=<label>
-label=CPU: %percentage%%
+label= %percentage%%
label-foreground = ${colors.foreground}
label-background = ${colors.background-dark}
@@ -208,7 +214,7 @@ label-padding = 2
type=internal/memory
interval=3
format=<label>
-label=Mem: %gb_used%
+label= %gb_used%
label-foreground = ${colors.foreground}
label-background = ${colors.background-dark}
@@ -217,8 +223,8 @@ label-padding = 2
[module/pulseaudio]
type=internal/pulseaudio
format=<label-volume>
-label-volume=Vol: %percentage%%
-label-muted=muted
+label-volume= %percentage%%
+label-muted=
click-right=pavucontrol
label-volume-foreground = ${colors.foreground}
@@ -253,8 +259,8 @@ label-empty-background = ${colors.background-dark}
type=internal/network
interface=wlp2s0
interval=1.0
-label-connected=%essid% %local_ip%
-label-disconnected=""
+label-connected= %local_ip%
+label-disconnected=
label-connected-foreground = ${colors.foreground}
label-connected-background = ${colors.background-dark}