Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2024
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. {
  2. "position": "top",
  3. "modules-left": ["hyprland/workspaces"],
  4. "modules-center": ["clock"],
  5. "modules-right": ["network", "bluetooth", "pulseaudio", "battery"],
  6. "clock": {
  7. "format": "<span foreground='#f5c2e7'> </span>{:%a, %b %d, %H:%M}",
  8. "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
  9. },
  10. "battery": {
  11. "states": {
  12. "warning": 30,
  13. "critical": 15
  14. },
  15. "format": "<span size='13000' foreground='#a6e3a1'>{icon} </span> {capacity}%",
  16. "format-warning": "<span size='13000' foreground='#B1E3AD'>{icon} </span> {capacity}%",
  17. "format-critical": "<span size='13000' foreground='#E38C8F'>{icon} </span> {capacity}%",
  18. "format-charging": "<span size='13000' foreground='#B1E3AD'> </span>{capacity}%",
  19. "format-plugged": "<span size='13000' foreground='#B1E3AD'> </span>{capacity}%",
  20. "format-alt": "<span size='13000' foreground='#B1E3AD'>{icon} </span> {time}",
  21. "format-full": "<span size='13000' foreground='#B1E3AD'> </span>{capacity}%",
  22. "format-icons": ["", "", "", "", ""],
  23. "tooltip-format": "{time}"
  24. },
  25. "network": {
  26. "format-wifi": "<span size='13000' foreground='#f5e0dc'> </span>{essid}",
  27. "format-ethernet": "<span size='13000' foreground='#f5e0dc'>󰤭 </span> Disconnected",
  28. "format-linked": "{ifname} (No IP) ",
  29. "format-disconnected": "<span size='13000' foreground='#f5e0dc'> </span>Disconnected",
  30. "tooltip-format-wifi": "Signal Strenght: {signalStrength}%"
  31. },
  32. "pulseaudio": {
  33. "format": "<span size='13000'>{icon} </span>{volume}%",
  34. "format-muted": "",
  35. "format-icons": {
  36. "headphones": "",
  37. "handsfree": "",
  38. "headset": "",
  39. "phone": "",
  40. "portable": "",
  41. "car": "",
  42. "default": ["", "", " "]
  43. },
  44. "on-click": "pavucontrol"
  45. },
  46. "bluetooth": {
  47. "format-on": "<span size='13000'>󰂯 </span>on",
  48. "format-off": "<span size='13000'>󰂲 </span>off",
  49. "format-disabled": "<span size='13000'> </span>", // an empty format will hide the>
  50. "format-connected": "<span size='13000'>󰂱 </span>#{num_connections}",
  51. "interval": 30,
  52. "tooltip-format-connected": "{device_enumerate}",
  53. "tooltip-format-enumerate-connected": "{device_alias}\t{device_address}"
  54. }
  55.  
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement