some changes
This commit is contained in:
parent
af267888d9
commit
7c9ac6355e
|
@ -39,7 +39,7 @@ font-3 = JetBrainsMono Nerd Font Mono:style=bold:size=10;3
|
|||
monitor = DP-0
|
||||
|
||||
width = 100%
|
||||
height = 30
|
||||
height = 32
|
||||
padding-right = 2
|
||||
enable-ipc = true
|
||||
fixed-center = true
|
||||
|
@ -125,7 +125,7 @@ type = custom/text
|
|||
content = |
|
||||
|
||||
content-foreground = ${colors.disabled}
|
||||
content-padding = 2
|
||||
content-padding = 1
|
||||
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
|
@ -142,18 +142,18 @@ type = internal/pulseaudio
|
|||
use-ui-max = false
|
||||
|
||||
format-volume = <ramp-volume> <label-volume>
|
||||
format-volume-foreground = ${colors.crystal-1}
|
||||
format-volume-padding = 2
|
||||
format-volume-foreground = ${colors.foreground}
|
||||
format-volume-underline = ${colors.crystal-1}
|
||||
format-volume-padding = 1
|
||||
ramp-volume-0 = " "
|
||||
ramp-volume-1 = " "
|
||||
ramp-volume-2 = " "
|
||||
ramp-volume-font = 1
|
||||
ramp-volume-foreground = ${colors.crystal-1}
|
||||
ramp-volume-foreground = ${colors.foreground}
|
||||
label-volume = %percentage%%
|
||||
label-volume-font = 3
|
||||
; label-volume-foreground = ${colors.foreground}
|
||||
|
||||
format-muted-padding = 2
|
||||
format-muted-padding = 1
|
||||
label-muted = ""
|
||||
label-muted-foreground = ${colors.disabled}
|
||||
|
||||
|
@ -163,36 +163,40 @@ click-middle = pavucontrol
|
|||
type = internal/cpu
|
||||
interval = 2
|
||||
|
||||
format-padding = 2
|
||||
format-padding = 1
|
||||
format-prefix = " "
|
||||
format-prefix-font = 1
|
||||
format-prefix-foreground = ${colors.crystal-2}
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
format-prefix-underline = ${colors.crystal-2}
|
||||
label = %percentage:2%%
|
||||
label-underline = ${colors.crystal-2}
|
||||
label-font = 3
|
||||
; label-foreground = ${colors.foreground}
|
||||
|
||||
[module/memory]
|
||||
type = internal/memory
|
||||
interval = 2
|
||||
|
||||
format-padding = 2
|
||||
format-padding = 1
|
||||
format-prefix = " "
|
||||
format-prefix-font = 1
|
||||
format-prefix-foreground = ${colors.crystal-3}
|
||||
format-prefix-foreground = ${colors.underline}
|
||||
format-prefix-underline = ${colors.crystal-3}
|
||||
label = %percentage_used:2%%
|
||||
label-underline = ${colors.crystal-3}
|
||||
label-font = 3
|
||||
; label-foreground = ${colors.foreground}
|
||||
|
||||
[network-base]
|
||||
type = internal/network
|
||||
interval = 5
|
||||
|
||||
format-connected = <label-connected>
|
||||
format-connected-padding = 2
|
||||
format-connected-prefix-padding-right = 2
|
||||
format-connected-padding = 1
|
||||
format-connected-prefix-padding-right = 1
|
||||
format-connected-prefix-font = 1
|
||||
format-connected-prefix-foreground = ${colors.crystal-4}
|
||||
format-connected-prefix-foreground = ${colors.foreground}
|
||||
format-connected-prefix-underline = ${colors.crystal-4}
|
||||
label-connected-font = 3
|
||||
label-connected-underline = ${colors.crystal-4}
|
||||
|
||||
format-disconnected = <label-disconnected>
|
||||
format-disconnected-foreground = ${colors.disabled}
|
||||
|
@ -217,12 +221,17 @@ type = internal/date
|
|||
interval = 1
|
||||
|
||||
date-alt = %H:%M
|
||||
date = %Y-%m-%d %H:%M:%S
|
||||
# date = %Y-%m-%d %H:%M:%S
|
||||
date = %a %e %b %H:%M:%S
|
||||
|
||||
label = %date%
|
||||
label-foreground = ${colors.primary}
|
||||
label-font = 3
|
||||
|
||||
format = <label>
|
||||
format-underline = ${colors.foreground}
|
||||
format-padding = 1
|
||||
|
||||
[settings]
|
||||
screenchange-reload = true
|
||||
pseudo-transparency = true
|
||||
|
|
Loading…
Reference in New Issue