Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [colors]
- ;background = ${xrdb:color0:#222}
- background = #222
- background-alt = #444
- ;foreground = ${xrdb:color7:#222}
- foreground = #dfdfdf
- foreground-alt = #555
- primary = #ffb52a
- secondary = #e60053
- alert = #bd2c40
- [bar/example]
- ;monitor = ${env:MONITOR:HDMI-1}
- width = 100%
- height = 30
- ;offset-x = 1%
- ;offset-y = 1%
- radius = 0
- fixed-center = false
- background = #00000080
- foreground = ${colors.foreground}
- line-size = 3
- line-color = #f00
- border-size = 0
- border-color = #00000000
- padding-left = 0
- padding-right = 0
- module-margin-left = 1
- module-margin-right = 2
- font-0 = Hack Nerd Font:size=10:antialias=true;2
- ;font-0 = fixed:pixelsize=10;1
- font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
- font-2 = siji:pixelsize=10;1
- ;----------------------------------------------------------------
- modules-left = bspwm date
- modules-center =
- modules-right = pulseaudio
- tray-position = rightr
- tray-padding = 2
- ;tray-background = #0063ff
- ;wm-restack = bspwm
- ;wm-restack = i3
- ;override-redirect = true
- ;scroll-up = bspwm-desknext
- ;scroll-down = bspwm-deskprev
- ;scroll-up = i3wm-wsnext
- ;scroll-down = i3wm-wsprev
- cursor-click = pointer
- cursor-scroll = ns-resize
- [module/bspwm2]
- type = internal/bspwm
- label-focused = %index%
- label-focused-underline= ${colors.primary}
- label-focused-padding = 2
- label-occupied = %index%
- label-occupied-padding = 2
- label-urgent = %index%!
- label-urgent-padding = 2
- label-empty = %index%
- label-empty-foreground = ${colors.foreground-alt}
- label-empty-padding = 2
- ;
- [module/bspwm]
- type = internal/bspwm
- label-focused =
- ;label-focused-underline = ${colors.primary}
- label-focused-font = Hack Nerd Font:size=11
- label-focused-padding = 2
- label-focused-foreground = #ffb52a
- label-occupied =
- label-occupied-font = Hack Nerd Font:size=11
- label-occupied-padding = 2
- label-occupied-foreground =#FF0000
- label-urgent =
- label-urgent-font = Hack Nerd Font:size=11
- label-urgent-padding = 2
- label-empty =
- label-empty-font = Hack Nerd Font:size=11
- label-empty-foreground = ${colors.foreground-alt}
- label-empty-padding = 2
- background = #282c34
- foreground = #ffffff
- ;underline = ${colors.primary}
- format-background = ${background}
- format-foreground = ${foreground}
- format-padding = 2
- border-top-size = 0
- border-bottom-size = 0
- format-prefix = ""
- format-suffix = ""
- [module/date]
- type = custom/script
- interval = 1
- exec = date '+%I:%M %p'
- format-font = 3
- format-prefix = " "
- font-0 = "Hack Nerd Font:size=12;3"
- format-foreground = ${colors.white}
- ; Archivo de configuración de Polybar
- ; Módulo con contenedor gris y nombre "Jonathan" en Hack Nerd Font
- [module/pulseaudio]
- type = internal/pulseaudio
- format-volume = <label-volume> <bar-volume>
- label-volume = %percentage%%
- label-volume-foreground = #e6db74
- label-muted = 🔇 muted
- label-muted-foreground = #75715e
- bar-volume-width = 10
- bar-volume-foreground-0 = #444444
- bar-volume-foreground-1 = #444444
- bar-volume-foreground-2 = #b16286
- bar-volume-foreground-3 = #b16286
- bar-volume-foreground-4 = #b16286
- bar-volume-foreground-5 = #ffb86c
- bar-volume-foreground-6 = #ff5555
- bar-volume-gradient = false
- bar-volume-indicator = |
- bar-volume-indicator-font = 3
- bar-volume-fill = ░
- bar-volume-fill-font = 3
- bar-volume-empty = ░
- bar-volume-empty-font = 3
- bar-volume-empty-foreground = #444444
- [module/volume]
- type = custom/script
- interval = 1
- format-prefix = " "
- format = <label>
- exec = amixer -D pulse sget Master | grep -o '[0-9]*%' | head -n 1
- click-left = "pavucontrol"
- click-right = "pactl set-sink-mute @DEFAULT_SINK@ toggle"
- font-0 = Hack Nerd Font:size=10;1
- foreground = #f8f8f2
- background = #1c1c1c
- [settings]
- screenchange-reload = true
- ;compositing-background = xor
- ;compositing-background = screen
- ;compositing-foreground = source
- ;compositing-border = over
- ;pseudo-transparency = false
- [global/wm]
- margin-top = 5
- margin-bottom = 5
- ; vim:ft=dosini
Advertisement
Add Comment
Please, Sign In to add comment