|
|
@ -19,22 +19,19 @@ module-margin = 1
|
|
|
|
padding = 2
|
|
|
|
padding = 2
|
|
|
|
|
|
|
|
|
|
|
|
; font
|
|
|
|
; font
|
|
|
|
font-0 = Hack Nerd Font:size=12;2
|
|
|
|
font-0 = Hack Nerd Font:size=10;2
|
|
|
|
|
|
|
|
|
|
|
|
monitor = ${env:MONITOR:}
|
|
|
|
monitor = ${env:MONITOR:}
|
|
|
|
|
|
|
|
|
|
|
|
bottom = false
|
|
|
|
bottom = false
|
|
|
|
|
|
|
|
|
|
|
|
fixed-center = true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; hybrid bg color, might go lighter grey
|
|
|
|
; hybrid bg color, might go lighter grey
|
|
|
|
background = ${colors.background}
|
|
|
|
background = ${colors.background}
|
|
|
|
|
|
|
|
|
|
|
|
; hybrid fg color, might go lighter if I go lighter grey
|
|
|
|
; hybrid fg color, might go lighter if I go lighter grey
|
|
|
|
foreground = ${colors.foreground}
|
|
|
|
foreground = ${colors.foreground}
|
|
|
|
|
|
|
|
|
|
|
|
modules-left = xworkspaces xwindow
|
|
|
|
modules-left = xworkspaces xwindow weather
|
|
|
|
modules-center = weather
|
|
|
|
|
|
|
|
modules-right = battery pulseaudio memory cpu wlan date
|
|
|
|
modules-right = battery pulseaudio memory cpu wlan date
|
|
|
|
|
|
|
|
|
|
|
|
[module/xworkspaces]
|
|
|
|
[module/xworkspaces]
|
|
|
@ -83,7 +80,7 @@ type = internal/memory
|
|
|
|
interval = 2
|
|
|
|
interval = 2
|
|
|
|
format-prefix = "RAM "
|
|
|
|
format-prefix = "RAM "
|
|
|
|
format-prefix-foreground = ${colors.primary}
|
|
|
|
format-prefix-foreground = ${colors.primary}
|
|
|
|
label = %used%/%total%
|
|
|
|
label = %percentage_used%%
|
|
|
|
format = <label>
|
|
|
|
format = <label>
|
|
|
|
|
|
|
|
|
|
|
|
[module/battery]
|
|
|
|
[module/battery]
|
|
|
@ -93,12 +90,17 @@ poll-interval = 10
|
|
|
|
|
|
|
|
|
|
|
|
low-at = 10
|
|
|
|
low-at = 10
|
|
|
|
|
|
|
|
|
|
|
|
format-charging = <label-charging>
|
|
|
|
format-discharging-prefix = "BAT "
|
|
|
|
|
|
|
|
format-discharging-prefix-foreground = ${colors.primary}
|
|
|
|
format-discharging = <label-discharging>
|
|
|
|
format-discharging = <label-discharging>
|
|
|
|
|
|
|
|
|
|
|
|
time-format = %H:%M
|
|
|
|
format-charging-prefix = "CHR "
|
|
|
|
|
|
|
|
format-charging-prefix-foreground = ${colors.primary}
|
|
|
|
|
|
|
|
format-charging = <label-charging>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
time-format = %l:%M
|
|
|
|
|
|
|
|
|
|
|
|
label-charging = CHR %percentage%% %time%
|
|
|
|
label-charging = %percentage%%%time%
|
|
|
|
|
|
|
|
|
|
|
|
label-discharging = %percentage%%%time%
|
|
|
|
label-discharging = %percentage%%%time%
|
|
|
|
|
|
|
|
|
|
|
@ -108,19 +110,20 @@ type = internal/cpu
|
|
|
|
interval = 2
|
|
|
|
interval = 2
|
|
|
|
format-prefix = "CPU "
|
|
|
|
format-prefix = "CPU "
|
|
|
|
format-prefix-foreground = ${colors.primary}
|
|
|
|
format-prefix-foreground = ${colors.primary}
|
|
|
|
label = %percentage:2%%
|
|
|
|
label = %percentage%%
|
|
|
|
|
|
|
|
|
|
|
|
[network-base]
|
|
|
|
[network-base]
|
|
|
|
type = internal/network
|
|
|
|
type = internal/network
|
|
|
|
interval = 5
|
|
|
|
interval = 5
|
|
|
|
format-connected = <label-connected>
|
|
|
|
format-connected = <label-connected>
|
|
|
|
|
|
|
|
format-connected-foreground = ${colors.primary}
|
|
|
|
format-disconnected = <label-disconnected>
|
|
|
|
format-disconnected = <label-disconnected>
|
|
|
|
label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected
|
|
|
|
format-disconnected-foreground = ${colors.disabled}
|
|
|
|
|
|
|
|
|
|
|
|
[module/wlan]
|
|
|
|
[module/wlan]
|
|
|
|
inherit = network-base
|
|
|
|
inherit = network-base
|
|
|
|
interface-type = wireless
|
|
|
|
interface-type = wireless
|
|
|
|
label-connected = %{F#F0C674}%ifname%%{F-} %signal%
|
|
|
|
label-connected = %ifname%
|
|
|
|
|
|
|
|
|
|
|
|
[module/eth]
|
|
|
|
[module/eth]
|
|
|
|
inherit = network-base
|
|
|
|
inherit = network-base
|
|
|
|