wip
This commit is contained in:
parent
1679247cea
commit
d842ab165a
1 changed files with 3 additions and 10 deletions
|
@ -7,7 +7,6 @@
|
|||
; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
|
||||
; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
|
||||
;
|
||||
;
|
||||
;==========================================================
|
||||
|
||||
[colors]
|
||||
|
@ -135,12 +134,6 @@ label-urgent-padding = 2
|
|||
; Separator in between workspaces
|
||||
; label-separator = |
|
||||
|
||||
|
||||
[module/backlight-acpi]
|
||||
inherit = module/xbacklight
|
||||
type = internal/backlight
|
||||
card = intel_backlight
|
||||
|
||||
[module/cpu]
|
||||
type = internal/cpu
|
||||
interval = 2
|
||||
|
@ -159,7 +152,7 @@ label = %percentage_used%%
|
|||
|
||||
[module/wlan]
|
||||
type = internal/network
|
||||
interface = wlp59s0
|
||||
interface = wlp4s0
|
||||
interval = 3.0
|
||||
|
||||
format-connected = <ramp-signal> <label-connected>
|
||||
|
@ -181,7 +174,7 @@ ramp-signal-foreground = ${colors.foreground-alt}
|
|||
|
||||
[module/eth]
|
||||
type = internal/network
|
||||
interface = enp0s31f6
|
||||
interface = enp2s0
|
||||
interval = 3.0
|
||||
|
||||
format-connected-underline = #55aa55
|
||||
|
@ -200,7 +193,7 @@ type = internal/date
|
|||
interval = 5
|
||||
|
||||
date =
|
||||
date-alt = " %Y-%m-%d"
|
||||
date-alt = " %d.%m.%Y"
|
||||
|
||||
time = %H:%M
|
||||
time-alt = %H:%M:%S
|
||||
|
|
Loading…
Reference in a new issue