princejoogie

Untitled

Apr 30th, 2025
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. * {
  2. border: none;
  3. border-radius: 0;
  4. min-height: 0;
  5. font-family: "iosevka nerd font";
  6. font-weight: 500;
  7. font-size: 14px;
  8. padding: 0;
  9. }
  10.  
  11. window#waybar {
  12. background: @base;
  13. border: 2px solid @surface0;
  14. }
  15.  
  16. tooltip {
  17. background-color: @base;
  18. border: 2px solid @overlay1;
  19. }
  20.  
  21. #clock,
  22. #tray,
  23. #cpu,
  24. #memory,
  25. #battery,
  26. #network,
  27. #pulseaudio {
  28. margin: 6px 6px 6px 0px;
  29. padding: 2px 8px;
  30. }
  31.  
  32. #workspaces {
  33. background-color: @surface0;
  34. margin: 6px 0px 6px 6px;
  35. border: 2px solid @surface1;
  36. }
  37.  
  38. #workspaces button {
  39. all: initial;
  40. min-width: 0;
  41. box-shadow: inset 0 -3px transparent;
  42. padding: 2px 4px;
  43. color: @peach;
  44. }
  45.  
  46. #workspaces button.focused {
  47. color: @yellow;
  48. }
  49.  
  50. #workspaces button.urgent {
  51. background-color: @peach;
  52. }
  53.  
  54. #clock {
  55. background-color: @surface0;
  56. border: 2px solid @surface1;
  57. color: @text;
  58. }
  59.  
  60. #tray {
  61. background-color: @text;
  62. border: 2px solid @peach;
  63. }
  64.  
  65. #battery {
  66. background-color: @green;
  67. border: 2px solid @peach;
  68. color: @mantle;
  69. }
  70.  
  71. #cpu,
  72. #memory,
  73. #network,
  74. #pulseaudio {
  75. background-color: @yellow;
  76. border: 2px solid @peach;
  77. color: @base;
  78. }
  79.  
  80. #cpu.critical,
  81. #memory.critical {
  82. background-color: @yellow;
  83. border: 2px solid @peach;
  84. color: @red;
  85. }
  86.  
  87. #battery.warning,
  88. #battery.critical,
  89. #battery.urgent {
  90. background-color: @yellow;
  91. border: 2px solid @peach;
  92. color: @red;
  93. }
  94.  
Advertisement
Add Comment
Please, Sign In to add comment