Polybar: Slight polishing, rearranging
This commit is contained in:
parent
c55e0ccbd4
commit
f499b7bf25
@ -72,9 +72,9 @@ tray-padding = 0
|
|||||||
border-bottom-size = 0
|
border-bottom-size = 0
|
||||||
border-bottom-color = ${res/colors.primary}
|
border-bottom-color = ${res/colors.primary}
|
||||||
|
|
||||||
modules-left = i3 bspwm || wlan cpu-ramp memory-label
|
modules-left = i3 bspwm || wlan
|
||||||
modules-center = xwindow
|
modules-center = xwindow
|
||||||
modules-right = temperature-ramp volume-ramp battery-ramp date
|
modules-right = temperature-ramp || cpu-label memory-label || volume-ramp battery-ramp || date
|
||||||
|
|
||||||
; LOWER
|
; LOWER
|
||||||
;====================
|
;====================
|
||||||
@ -358,6 +358,14 @@ ramp-coreload-7 = █
|
|||||||
ramp-coreload-7-foreground = ${res/colors.alert-hard}
|
ramp-coreload-7-foreground = ${res/colors.alert-hard}
|
||||||
ramp-coreload-foreground = ${res/colors.foreground}
|
ramp-coreload-foreground = ${res/colors.foreground}
|
||||||
|
|
||||||
|
[module/cpu-label]
|
||||||
|
inherit = template/module/cpu
|
||||||
|
format = <label>
|
||||||
|
label = %percentage%%
|
||||||
|
label-padding = 0
|
||||||
|
label-foreground = ${res/colors.foreground}
|
||||||
|
label-background = ${res/colors.background}
|
||||||
|
|
||||||
[module/date]
|
[module/date]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
|
|
||||||
@ -430,7 +438,7 @@ interval = 1
|
|||||||
type = internal/memory
|
type = internal/memory
|
||||||
format = <label>
|
format = <label>
|
||||||
|
|
||||||
label = %gb_used%
|
label = %percentage_used%%
|
||||||
label-padding = 0
|
label-padding = 0
|
||||||
label-foreground = ${res/colors.foreground}
|
label-foreground = ${res/colors.foreground}
|
||||||
label-background = ${res/colors.background}
|
label-background = ${res/colors.background}
|
||||||
@ -493,8 +501,8 @@ label-foreground = ${res/colors.foreground}
|
|||||||
label-background = ${res/colors.background}
|
label-background = ${res/colors.background}
|
||||||
label-warn = %temperature%
|
label-warn = %temperature%
|
||||||
label-warn-padding = ${self.label-padding}
|
label-warn-padding = ${self.label-padding}
|
||||||
label-warn-foreground = ${res/colors.background}
|
label-warn-foreground = ${res/colors.alert}
|
||||||
label-warn-background = ${res/colors.alert}
|
label-warn-background = ${res/colors.background}
|
||||||
|
|
||||||
#ramp-0 =
|
#ramp-0 =
|
||||||
#ramp-1 =
|
#ramp-1 =
|
||||||
|
Loading…
Reference in New Issue
Block a user