Advertisement
Guest User

Untitled

a guest
Dec 9th, 2024
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. [module/bspwm]
  2. type = internal/bspwm
  3. format-offset = 0px
  4. enable-click = true
  5. enable-scroll = true
  6. reverse-scroll = true
  7.  
  8. label-focused = %{T2}󰫈
  9. label-focused-background = ${colors.polar-light}
  10. label-focused-foreground = ${colors.frost-green}
  11. label-focused-underline = ${colors.frost-blue}
  12. label-focused-padding = 1
  13.  
  14. label-occupied = %{T3}󰫄
  15. label-occupied-background = ${colors.polar-dark}
  16. label-occupied-foreground = ${colors.frost-green}
  17. label-occupied-padding = 1
  18.  
  19. label-urgent = 󰋙
  20. label-urgent-background = ${colors.polar-dark}
  21. label-urgent-foreground = ${colors.frost-green}
  22. label-urgent-padding = 1
  23.  
  24. label-empty = %{T3}󰋙
  25. label-empty-foreground = ${colors.frost-aqua}
  26. label-empty-padding = 1
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement