dotfiles/common/desktop_environment/i3/polybar/config
RingOfStorms (Joshua Bell) e77dec2d94 i3 draft
2025-09-19 17:11:15 -05:00

51 lines
965 B
Text

[bar/top]
width = 100%
height = 28
background = #1a1b26
foreground = #c0caf5
modules-left = workspace
modules-center = date cpu memory
modules-right = pulseaudio battery network
environment = {
TERM = xterm-256color
}
[module/workspace]
type = internal/xworkspaces
pin-workspaces = true
wrap-scroll = false
; icons for numbers
format-underline = #7dcae4
label = %name%
label-foreground = #c0caf5
[module/date]
type = internal/date
interval = 5
format = %b %d, %H:%M
[module/cpu]
type = internal/cpu
format = 󰻠 %percentage:2.0%%
[module/memory]
type = internal/memory
format = 󰍛 %used_percent%%
[module/pulseaudio]
type = internal/pulseaudio
format = {volume}%
[module/battery]
type = internal/battery
battery = BAT0
adapter = AC
format-charging = %percentage%%
format-discharging = %percentage%%
[module/network]
type = internal/network
interface = auto
format-connected = 󰤨 %essid% (%signal_strength%%)
format-disconnected = 󰖪 Disconnected