Advertisement
Guest User

config.jsonc

a guest
Mar 13th, 2025
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. {
  2. "layer": "bottom",
  3. "position": "top",
  4. "height": 40,
  5. "spacing": 2,
  6. "exclusive": true,
  7. "gtk-layer-shell": true,
  8. "passthrough": false,
  9. "fixed-center": true,
  10. "modules-left": ["hyprland/workspaces"],
  11. "modules-center": ["hyprland/window"],
  12. "modules-right": [
  13. "cpu",
  14. "memory",
  15. "pulseaudio",
  16. "clock",
  17. "clock#simpleclock",
  18. "tray",
  19. "custom/power",
  20. ],
  21. "hyprland/workspaces": {
  22. "format": "{icon}",
  23. "format-icons": {
  24. "active": " ",
  25. "default": " ",
  26. "empty": " ",
  27. "urgent": " "
  28. },
  29. "persistent-workspaces": {
  30. "HDMI-A-1": 5
  31. }
  32. },
  33. "hyprland/window": {
  34. "format": "{title}",
  35. },
  36. "tray": {
  37. "show-passive-items": true,
  38. "spacing": 10,
  39. },
  40. "clock#simpleclock": {
  41. "tooltip": false,
  42. "format": " {:%H:%M}",
  43. },
  44. "clock": {
  45. "format": " {:L%a %d %b}",
  46. "calendar": {
  47. "format": {
  48. "days": "<span weight='normal'>{}</span>",
  49. "months": "<span color='#cdd6f4'><b>{}</b></span>",
  50. "today": "<span color='#f38ba8' weight='700'><u>{}</u></span>",
  51. "weekdays": "<span color='#f9e2af'><b>{}</b></span>",
  52. "weeks": "<span color='#a6e3a1'><b>W{}</b></span>",
  53. },
  54. "mode": "month",
  55. "mode-mon-col": 1,
  56. "on-scroll": 1,
  57. },
  58. "tooltip-format": "<span color='#cdd6f4' font='Lexend 16'><tt><small>{calendar}</small></tt></span>",
  59. },
  60. "cpu": {
  61. "format": " {usage}%",
  62. "tooltip": true,
  63. "interval": 1,
  64. },
  65. "memory": {
  66. "format": " {used:0.1f}Gi",
  67. },
  68. "pulseaudio": {
  69. "format": "{icon} {volume}%",
  70. "format-muted": " muted",
  71. "format-icons": {
  72. "headphone": "",
  73. "default": [" ", " ", " "],
  74. },
  75. "on-click": "pavucontrol",
  76. },
  77. "custom/power": {
  78. "tooltip": false,
  79. "on-click": "wlogout -p layer-shell &",
  80. "format": "⏻",
  81. },
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement