Update modules

This commit is contained in:
Andrew Scott 2023-04-02 02:37:11 -04:00
parent d6c2d853e5
commit 4f8d520b8f
Signed by: a
GPG key ID: 7CD5A5977E4931C1
2 changed files with 8 additions and 12 deletions

View file

@ -49,11 +49,7 @@ font-3 = Font Awesome 6 Brands:style=Regular:size=12;3
modules-left = workspaces sep title
modules-center =
{{- if eq .chezmoi.hostname "helix"}}
modules-right = keyboard sep pulseaudio-control sep date sep
{{- else }}
modules-right = keyboard sep pulseaudio-control sep date sep powermenu
{{- end}}
tray-position = right
tray-detached = false
{{- if eq .chezmoi.hostname "helix" }}
@ -124,7 +120,7 @@ font-3 = Font Awesome 6 Brands:style=Regular:size=12;3
modules-left = workspaces sep title
modules-center = spotify
modules-right = cpu sep memory sep filesystem
modules-right = network sep cpu sep memory sep filesystem
tray-position = none
tray-detached = false

View file

@ -492,7 +492,7 @@ format-unmounted-prefix-foreground = ${color.red}
; %free%
; %used%
; Default: %mountpoint% %percentage_free%%
label-mounted = " %mountpoint% %percentage_used%% Used "
label-mounted = " %used% / %total% "
; Available tokens:
; %mountpoint%
@ -538,7 +538,7 @@ format-prefix-foreground = ${color.blue}
; %gb_swap_free%
; %gb_swap_used%
label = " %mb_used%"
label = " %mb_used% / %gb_total%"
; Only applies if <ramp-used> is used
;;ramp-used-0 = ${memory.used0}
@ -562,7 +562,7 @@ interface = wlp4s0
; Normal Module
[module/network]
type = internal/network
interface = wlp4s0
interface = wlan0
; Seconds to sleep between updates
; Default: 1
@ -582,12 +582,12 @@ interval = 1.0
; Accumulate values from all interfaces
; when querying for up/downspeed rate
; Default: false
accumulate-stats = true
accumulate-stats = false
; Consider an `UNKNOWN` interface state as up.
; Some devices have an unknown state, even when they're running
; Default: false
unknown-as-up = true
unknown-as-up = false
; Available tags:
; <label-connected> (default)
@ -616,7 +616,7 @@ format-disconnected-prefix-foreground = ${color.dark-yellow}
; %downspeed% [wireless+wired]
; %linkspeed% [wired]
; Default: %ifname% %local_ip%
label-connected = " %essid% %downspeed:10%"
label-connected = " %signal%%  %upspeed% %downspeed%"
label-connected-foreground = ${color.magenta}
; Available tokens:
; %ifname% [wireless+wired]