config_labwc.jsonc 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "layer": "top",
  3. "position": "top",
  4. "height": 24,
  5. "spacing": 4,
  6. "modules-left": [
  7. "wlr/workspaces",
  8. "wlr/taskbar"
  9. ],
  10. "modules-center": [
  11. "wlr/window"
  12. ],
  13. "modules-right": [
  14. "tray",
  15. "wlr/language",
  16. "custom/weather",
  17. "clock"
  18. ],
  19. "wlr/taskbar": {
  20. "on-click": "activate",
  21. "on-click-middle": "close",
  22. "ignore-list": [
  23. "foot"
  24. ]
  25. },
  26. "wlr/workspaces": {
  27. "on-click": "activate",
  28. "on-scroll-up": "hyprctl dispatch workspace e-1",
  29. "on-scroll-down": "hyprctl dispatch workspace e+1"
  30. },
  31. "wlr/window": {
  32. "max-length": 128
  33. },
  34. "clock": {
  35. "format": "{:%A, %d %B %Y - %X}",
  36. "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
  37. },
  38. "tray": {
  39. "spacing": 4
  40. },
  41. "custom/weather": {
  42. "exec": "~/.config/waybar/wittr.sh",
  43. "return-type": "json",
  44. "format": "{}",
  45. "tooltip": true,
  46. "interval": 900
  47. },
  48. "wlr/language": {
  49. "format-pl": "[pl]",
  50. "format-en": "[us]",
  51. "on-click": "hyprctl switchxkblayout at-translated-set-2-keyboard next"
  52. }
  53. }