mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
polybar fixup
This commit is contained in:
parent
26c0a49c26
commit
2890123f4d
2 changed files with 12 additions and 11 deletions
|
|
@ -5,7 +5,7 @@
|
|||
foreground-alt = #999
|
||||
primary = #444
|
||||
|
||||
[bar/example]
|
||||
[bar/top]
|
||||
;monitor = ${env:MONITOR:HDMI-1}
|
||||
width = 100%
|
||||
height = 30
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
;title
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
label = %title:0:60:...%
|
||||
label = %title:0:100:...%
|
||||
|
||||
;lang
|
||||
[module/xkeyboard]
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
;network
|
||||
[module/wlan]
|
||||
type = internal/network
|
||||
interface = wlan0
|
||||
interface = wlp1s0
|
||||
interval = 3.0
|
||||
|
||||
format-connected = <ramp-signal> <label-connected>
|
||||
|
|
@ -135,16 +135,16 @@
|
|||
;label-disconnected = %ifname% disconnected
|
||||
;label-disconnected-foreground = ${colors.foreground-alt}
|
||||
|
||||
ramp-signal-0 =
|
||||
ramp-signal-1 =
|
||||
ramp-signal-2 =
|
||||
ramp-signal-3 =
|
||||
ramp-signal-4 =
|
||||
ramp-signal-foreground = ${colors.foreground-alt}
|
||||
ramp-signal-0 =
|
||||
ramp-signal-1 =
|
||||
ramp-signal-2 =
|
||||
ramp-signal-3 =
|
||||
ramp-signal-4 =
|
||||
ramp-signal-foreground = ${colors.foreground}
|
||||
|
||||
[module/eth]
|
||||
type = internal/network
|
||||
interface = enp0s3
|
||||
interface = enp2s0
|
||||
interval = 3.0
|
||||
|
||||
format-connected-prefix = " "
|
||||
|
|
@ -190,6 +190,7 @@
|
|||
;battery
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
battery = BAT1
|
||||
full-at = 98
|
||||
|
||||
format-charging = <animation-charging> <label-charging>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue