config.jsonc 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. ],
  36. "output": [
  37. "HDMI-A-1"
  38. ]
  39. },
  40. {
  41. "include": [
  42. "~/.config/waybar/common.jsonc"
  43. ],
  44. "modules-left": [
  45. "sway/workspaces"
  46. ],
  47. "modules-center": [
  48. "custom/playerctl",
  49. "custom/playerlabel"
  50. ],
  51. "modules-right": [
  52. "custom/screenrecording-indicator",
  53. "custom/randwall",
  54. "pulseaudio",
  55. "backlight",
  56. "battery",
  57. "group/tray-expander"
  58. ],
  59. "output": [
  60. "eDP-1"
  61. ]
  62. }
  63. ]