Advertisement
Dobbie03

work

Oct 21st, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. ;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;; Openbox Workspaces ;;
  3. ;;;;;;;;;;;;;;;;;;;;;;;;
  4. [module/workspaces]
  5. type = internal/xworkspaces
  6. pin-workspaces = true
  7. enable-click = true
  8. enable-scroll = true
  9. format-padding = 0
  10. icon-0 = 1;
  11. icon-1 = 2;
  12. icon-2 = 3;
  13. icon-3 = 4;
  14. icon-4 = 5;
  15. icon-5 = 6;
  16. icon-6 = 7;
  17. icon-7 = 8;
  18. icon-8 = 9;
  19. icon-9 = 10;
  20. icon-default =
  21. format = <label-state>
  22. label-active = " %icon% %name% "
  23. label-active-foreground = ${colors.blue}
  24. label-active-underline = ${colors.blue}
  25. label-occupied = " %icon% %name% "
  26. label-occupied-underline = ${colors.blue}
  27. label-urgent = " %icon% %name% "
  28. label-urgent-foreground = ${colors.urgent}
  29. label-urgent-underline = ${colors.urgent}
  30. label-empty = " %icon% %name% "
  31. label-empty-foreground = ${colors.foreground}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement