Guest User

config

a guest
Apr 29th, 2025
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. {
  2. "modules-left": ["hyprland/workspaces", "hyprland/window", "hyprland/mode"],
  3. "modules-right": ["tray", "pulseaudio", "backlight", "battery", "network", "clock"],
  4. "bar_id": "bar-0",
  5. "position": "bottom",
  6. "ipc": true,
  7. "tray": {
  8. "icon-size": 15,
  9. "spacing": 3,
  10. },
  11. "clock": {
  12. "tootip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
  13. "format": "{:%H:%M}"
  14. },
  15. "backlight": {
  16. "format": "{icon}",
  17. "format-icons": ["", "", "", "", "", "", "", "", ""],
  18. "tooltip": true,
  19. "tooltip-format": "Brightness at {percent}%",
  20. "on-scroll-up": "light -A 1",
  21. "on-scroll-down": "light -U 1"
  22. },
  23. "battery": {
  24. "states": {
  25. "warning": 30,
  26. "critical": 15
  27. },
  28. "format": "{icon}",
  29. "format-charging": "󰢝",
  30. "format-plugged": "",
  31. "format-alt": "{time}. {power}W {icon}",
  32. "format-icons": ["", "", "", "", ""],
  33. "tooltip-format": "{capacity}% with {time} at {power}W"
  34. },
  35. "pulseaudio": {
  36. "format": "{icon} {format_source}",
  37. "format-bluetooth": "{icon} {format_source}",
  38. "format-bluetooth-muted": "󰝟 {icon} {format_source}",
  39. "format-muted": "󰝟 {format_source}",
  40. "format-source": "",
  41. "format-source-muted": "",
  42. "format-icons": {
  43. "headphone": "",
  44. "hands-free": "󱠰",
  45. "headset": "󰋎",
  46. "phone": "",
  47. "portable": "",
  48. "car": "",
  49. "default": ["", "", ""]
  50. },
  51. "tooltip": true,
  52. "tooltip-format": "Volume at {volume}%",
  53. "on-click": "pavucontrol"
  54. },
  55. "network": {
  56. "format": "{ifname}",
  57. "format-wifi": "",
  58. "format-ethernet": "{ipaddr}/{cidr} 󰈀",
  59. "format-disconnected": "󱛅", //An empty format will hide the module.
  60. "tooltip-format": "{ifname} via {gwaddr} 󰛳",
  61. "tooltip-format-wifi": "{essid} ({signalStrength}%) ",
  62. "tooltip-format-ethernet": "{ifname} ",
  63. "tooltip-format-disconnected": "Disconnected",
  64. "max-length": 50
  65. },
  66. "sway/workspaces": {
  67. "disable-scroll": true
  68. }
  69. }
Advertisement
Add Comment
Please, Sign In to add comment