Advertisement
icon_bishop

waybar_config

Dec 9th, 2024
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. // __ __ _
  2. // \ \ / /_ _ _ _| |__ __ _ _ __
  3. // \ \ /\ / / _` | | | | '_ \ / _` | '__|
  4. // \ V V / (_| | |_| | |_) | (_| | |
  5. // \_/\_/ \__,_|\__, |_.__/ \__,_|_|
  6. // |___/
  7. //
  8. // by icon_bishopxxiii (2024)
  9. // -----------------------------------------------------
  10. //
  11. {
  12. // General Settings
  13.  
  14. // Position TOP
  15. "layer": "top",
  16. "margin-top": 7,
  17. "margin-bottom": 0,
  18.  
  19. // Position BOTTOM
  20. // "position": "bottom",
  21. // "margin-top": 0,
  22. // "margin-bottom": 14,
  23.  
  24. "layer": "top",
  25. "margin-left": 0,
  26. "margin-right": 0,
  27. "spacing": 0,
  28.  
  29. // Load Modules
  30. "include": ["~/.config/waybar/modules.json"],
  31.  
  32. // Modules Left
  33. "modules-left": [
  34. "hyprland/workspaces",
  35. "hyprland/window",
  36. ],
  37.  
  38. // Modules Right
  39. "modules-right": [
  40. "pulseaudio",
  41. // START NETWORK TOOGLE
  42. "network",
  43. // END NETWORK TOOGLE
  44. "cpu",
  45. "memory",
  46. "backlight",
  47. "battery",
  48. "custom/updates",
  49. "clock",
  50. "custom/weather",
  51. "tray",
  52. ]
  53. }
  54.  
Tags: waybar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement