config.jsonc 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. [
  2. {
  3. "include": [
  4. "~/.config/waybar/common.jsonc"
  5. ],
  6. "modules-left": [
  7. "sway/workspaces"
  8. ],
  9. "modules-right": [
  10. "disk",
  11. "cpu",
  12. "memory"
  13. ],
  14. "output": [
  15. "DP-1"
  16. ]
  17. },
  18. {
  19. "include": [
  20. "~/.config/waybar/common.jsonc"
  21. ],
  22. "modules-left": [
  23. "sway/workspaces"
  24. ],
  25. "modules-center": [
  26. "custom/playerctl",
  27. "custom/playerlabel"
  28. ],
  29. "modules-right": [
  30. "custom/screenrecording-indicator",
  31. "custom/randwall",
  32. "pulseaudio",
  33. "clock",
  34. "group/tray-expander",
  35. "custom/notification"
  36. ],
  37. "output": [
  38. "HDMI-A-1"
  39. ]
  40. },
  41. {
  42. "include": [
  43. "~/.config/waybar/common.jsonc"
  44. ],
  45. "modules-left": [
  46. "sway/workspaces"
  47. ],
  48. "modules-center": [
  49. "custom/playerctl",
  50. "custom/playerlabel"
  51. ],
  52. "modules-right": [
  53. "custom/screenrecording-indicator",
  54. "custom/randwall",
  55. "pulseaudio",
  56. "backlight",
  57. "battery",
  58. "clock",
  59. "group/tray-expander",
  60. "custom/notification"
  61. ],
  62. "output": [
  63. "eDP-1"
  64. ]
  65. }
  66. ]