Files
dotfiles/Polybar/.config/polybar/config
dx 13be152c6d ~dwm -> bspwm
dwm was giving me some issues, and it just wasn't fun to use anymore. So
I switched to bspwm, which should have basically everything I need.
2020-06-10 12:39:46 +01:00

55 lines
1.1 KiB
Plaintext

[bar/custom-bar]
width = 100%
height = 27
modules-left = bspwm
modules-right = filesystem pulseaudio battery date
tray-position = right
separator = " Δ "
separator-padding = 2
background = #CC000000
font-0 = IBM Plex Sans:size=12
[module/i3]
type = internal/i3
format = <label-state> <label-mode>
pin-workspaces = false
[module/bspwm]
type = internal/bspwm
format = <label-state> <label-mode>
label-monitor = %name%
enable-click = true
pin-workspaces = true
label-focused-foreground = #91cbff
[module/pulseaudio]
type = internal/pulseaudio
format-volume = <label-volume>
label-volume = " %percentage%%"
[module/battery]
type = internal/battery
battery = BAT0
adapter = ADP0
full-at = 98
format-charging = Battery ↑: <label-charging>
format-discharging = Battery ↓: <label-discharging>
[module/date]
type = internal/date
interval = 5
date = "%d/%m/%Y"
time = %H:%M
label = %date% %time%
[module/filesystem]
type = internal/fs
interval = 25
mount-0 = /
label-mounted = %{F#0a81f5}Meme level%{F-} @ %percentage_used%%
label-unmounted = %mountpoint% not mounted