mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
update from laptop
This commit is contained in:
@@ -67,9 +67,17 @@ monitor = ${env:MONITOR:HDMI-0}
|
||||
modules-left = i3
|
||||
modules-right = date
|
||||
|
||||
[bar/example_laptop]
|
||||
inherit = bar/example
|
||||
modules-left = i3
|
||||
tray-position = right
|
||||
tray-padding = 2
|
||||
modules-right = spotify volume filesystemroot memory cpu battery battery2 date
|
||||
modules-center = xwindow
|
||||
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
label = %title:0:30:...%
|
||||
label = %title:0::...%
|
||||
|
||||
|
||||
[module/xkeyboard]
|
||||
@@ -88,7 +96,15 @@ label-indicator-margin = 1
|
||||
label-indicator-background = ${colors.secondary}
|
||||
label-indicator-underline = ${colors.secondary}
|
||||
|
||||
[module/filesystem]
|
||||
[module/filesystemroot]
|
||||
type=internal/fs
|
||||
interval = 25
|
||||
mount-0 = /
|
||||
label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
|
||||
label-unmounted = %mountpoint% not mounted
|
||||
label-unmounted-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/filesystemrootscratch]
|
||||
type = internal/fs
|
||||
interval = 25
|
||||
|
||||
@@ -219,7 +235,7 @@ label = %percentage_used%%
|
||||
|
||||
[module/wlan]
|
||||
type = internal/network
|
||||
interface =
|
||||
interface = wlp4s0
|
||||
interval = 3.0
|
||||
|
||||
format-connected = <ramp-signal> <label-connected>
|
||||
@@ -232,11 +248,11 @@ format-disconnected =
|
||||
;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-0 = :
|
||||
ramp-signal-1 = ::
|
||||
ramp-signal-2 = :::
|
||||
ramp-signal-3 = ::::
|
||||
ramp-signal-4 = :::::
|
||||
ramp-signal-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/eth]
|
||||
@@ -299,7 +315,7 @@ bar-volume-empty-foreground = ${colors.foreground-alt}
|
||||
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
battery = BAT0
|
||||
battery0 = BAT0
|
||||
adapter = ADP1
|
||||
full-at = 98
|
||||
|
||||
@@ -313,17 +329,23 @@ format-full-prefix = " "
|
||||
format-full-prefix-foreground = ${colors.foreground-alt}
|
||||
format-full-underline = ${self.format-charging-underline}
|
||||
|
||||
ramp-capacity-0 =
|
||||
ramp-capacity-1 =
|
||||
ramp-capacity-2 =
|
||||
ramp-capacity-foreground = ${colors.foreground-alt}
|
||||
ramp-capacity-0 =
|
||||
ramp-capacity-1 =
|
||||
ramp-capacity-2 =
|
||||
ramp-capacity-3 =
|
||||
ramp-capacity-4 =
|
||||
ramp-capacity-foreground = ${colors.foreground}
|
||||
|
||||
animation-charging-0 =
|
||||
animation-charging-1 =
|
||||
animation-charging-2 =
|
||||
animation-charging-foreground = ${colors.foreground-alt}
|
||||
animation-charging-0 =
|
||||
animation-charging-1 =
|
||||
animation-charging-2 =
|
||||
animation-charging-foreground = ${colors.foreground}
|
||||
animation-charging-framerate = 750
|
||||
|
||||
[module/battery2]
|
||||
inherit = module/battery
|
||||
battery = BAT1
|
||||
|
||||
[module/temperature]
|
||||
type = internal/temperature
|
||||
thermal-zone = 0
|
||||
|
||||
Reference in New Issue
Block a user