You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

65 lines
1.1 KiB

[module/battery]
type = internal/battery
battery = BAT0
adapter = ADP1
full-at = 100
format-charging-background = ${colors.tertiary}
format-charging = <label-charging>
format-discharging-background = ${colors.secondary}
format-discharging = <label-discharging>
label-charging = %percentage%
label-discharging = %percentage%
[module/temperature]
type = internal/temperature
; $ for i in /sys/class/thermal/thermal_zone*; do echo "$i: $(<$i/type)"; done
thermal-zone = 0
format = <label>
format-background = ${colors.secondary}
label = %temperature-c%
[module/wlan]
type = internal/network
interface = net1
interval = 3.0
format-connected-background = ${colors.tertiary}
format-connected = <label-connected>
label-connected = %essid%
format-disconnected = <label-disconnected>
format-disconnected-background = ${colors.primary}
label-disconnected = %ifname%
[module/eth]
type = internal/network
interface = enp1s0
interval = 3.0
label-connected =  %downspeed%
format-connected = <label-connected>
label-disconnected = 
[module/date]
type = internal/date
interval = 5
time = %H:%M
date = %a %e %b
label = %date% %time%
format = <label>