mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
polybar: Normalise some module configs
Remove host-specific options from the wifi/ethernet modules, because polybar is able to work it out for itself. Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
79dc6a7389
commit
787008fdb7
@ -44,8 +44,7 @@ line-colour = #f00
|
|||||||
|
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
modules-center =
|
modules-center =
|
||||||
# modules-right = volume updates weather xkeyboard wlan gateway eth memory cpu xbacklight battery cputemp gputemp date
|
modules-right = volume updates weather wifi ethernet memory cpu cputemp backlight battery date
|
||||||
modules-right = volume updates weather wlan eth memory cpu xbacklight battery cputemp gputemp date
|
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-detached = false
|
tray-detached = false
|
||||||
@ -132,8 +131,9 @@ label-urgent-foreground = ${colours.urgent}
|
|||||||
label-urgent-padding = ${self.label-focused-padding}
|
label-urgent-padding = ${self.label-focused-padding}
|
||||||
|
|
||||||
|
|
||||||
[module/xbacklight]
|
[module/backlight]
|
||||||
type = internal/xbacklight
|
type = internal/backlight
|
||||||
|
card = intel_backlight
|
||||||
|
|
||||||
label = %percentage%
|
label = %percentage%
|
||||||
format = <label>
|
format = <label>
|
||||||
@ -141,12 +141,6 @@ format-prefix = " "
|
|||||||
format-prefix-foreground = ${colours.icon}
|
format-prefix-foreground = ${colours.icon}
|
||||||
|
|
||||||
|
|
||||||
[module/backlight-acpi]
|
|
||||||
inherit = module/xbacklight
|
|
||||||
type = internal/backlight
|
|
||||||
card = intel_backlight
|
|
||||||
|
|
||||||
|
|
||||||
[module/cpu]
|
[module/cpu]
|
||||||
type = internal/cpu
|
type = internal/cpu
|
||||||
interval = 2
|
interval = 2
|
||||||
@ -164,9 +158,9 @@ format-prefix-foreground = ${colours.icon}
|
|||||||
label = %percentage_used%%
|
label = %percentage_used%%
|
||||||
|
|
||||||
|
|
||||||
[module/wlan]
|
[module/wifi]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = wlp1s0
|
interface-type = wireless
|
||||||
interval = 3.0
|
interval = 3.0
|
||||||
|
|
||||||
format-connected = <ramp-signal> <label-connected>
|
format-connected = <ramp-signal> <label-connected>
|
||||||
@ -185,9 +179,9 @@ ramp-signal-2 =
|
|||||||
ramp-signal-foreground = ${colours.icon}
|
ramp-signal-foreground = ${colours.icon}
|
||||||
|
|
||||||
|
|
||||||
[module/eth]
|
[module/ethernet]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = lan
|
interface-type = wired
|
||||||
interval = 10.0
|
interval = 10.0
|
||||||
|
|
||||||
label-connected = %local_ip% & %local_ip6%
|
label-connected = %local_ip% & %local_ip6%
|
||||||
|
Loading…
Reference in New Issue
Block a user