Advertisement
poetician

Avocado | bumblebee-status

May 19th, 2021
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. {
  2. "icons": [ "awesome-fonts" ],
  3. "defaults": {
  4. "separator-block-width": 0,
  5. "warning": {
  6. "fg": "#234f1e",
  7. "bg": "#aef359"
  8. },
  9. "critical": {
  10. "fg": "#234f1e",
  11. "bg": "#b0f3c8"
  12. }
  13. },
  14. "cycle": [
  15. { "fg": "#d2e190", "bg": "#568203" },
  16. { "fg": "#d2e190", "bg": "#74923a" },
  17. { "fg": "#d2e190", "bg": "#81a140" },
  18. { "fg": "#234f1e", "bg": "#a3bf45" },
  19. { "fg": "#234f1e", "bg": "#b5cf49" },
  20. { "fg": "#234f1e", "bg": "#d2e190" }
  21. ],
  22. "dnf": {
  23. "good": {
  24. "fg": "#b4be82",
  25. "bg": "#161821"
  26. }
  27. },
  28. "apt": {
  29. "good": {
  30. "fg": "#b4be82",
  31. "bg": "#161821"
  32. }
  33. },
  34. "pacman": {
  35. "good": {
  36. "fg": "#001c00",
  37. "bg": "#617b30"
  38. }
  39. },
  40. "battery": {
  41. "charged": {
  42. "fg": "#b4be82",
  43. "bg": "#161821"
  44. },
  45. "charging": {
  46. "fg": "#89b8c2",
  47. "bg": "#161821"
  48. }
  49. },
  50. "pomodoro": {
  51. "paused": {
  52. "fg": "#e2a478",
  53. "bg": "#c6c8d1"
  54. },
  55. "work": {
  56. "fg": "#89b8c2",
  57. "bg": "#161821"
  58. },
  59. "break": {
  60. "fg": "#b4be82",
  61. "bg": "#161821"
  62. }
  63. },
  64. "icons": [ "awesome-fonts" ],
  65. "defaults": {
  66. "separator-block-width": 0,
  67. "warning": {
  68. "fg": "#234f1e",
  69. "bg": "#aef359"
  70. },
  71. "critical": {
  72. "fg": "#234f1e",
  73. "bg": "#b0f3c8"
  74. }
  75. }
  76.  
  77. }
  78.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement