Advertisement
Guest User

style.css

a guest
Mar 13th, 2025
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. @import "mocha.css";
  2.  
  3. * {
  4. font-family: Mononoki Nerd Font;
  5. font-size: 17px;
  6. min-height: 0;
  7. }
  8.  
  9. #waybar {
  10. background: transparent;
  11. color: @text;
  12. margin: 5px 1px;
  13. }
  14.  
  15. #workspaces {
  16. border-radius: 1rem;
  17. margin: 5px;
  18. background-color: @surface0;
  19. margin-left: 1rem;
  20. margin-right: 1rem;
  21. }
  22.  
  23. #workspaces button {
  24. color: @maroon;
  25. border-radius: 1rem;
  26. padding: 0.4rem;
  27. }
  28.  
  29. #workspaces button.active {
  30. color: @peach;
  31. border-radius: 1rem;
  32. }
  33.  
  34. #workspaces button:hover {
  35. color: @yellow;
  36. border-radius: 1rem;
  37. }
  38.  
  39. #cpu,
  40. #window,
  41. #memory,
  42. #tray,
  43. #clock,
  44. #pulseaudio,
  45. #clock,
  46. #clock#simpleclock,
  47. #custom-power {
  48. border-radius: 1rem;
  49. margin: 5px 0;
  50. background-color: @surface0;
  51. padding: 0.5rem 1rem;
  52. }
  53.  
  54. #cpu {
  55. color: @sky;
  56. }
  57.  
  58.  
  59. #ram {
  60. color: @green;
  61. }
  62.  
  63.  
  64. #tray {
  65. }
  66.  
  67. #pulseaudio {
  68. color: @maroon;
  69. }
  70.  
  71. #clock {
  72. color: @blue;
  73. }
  74.  
  75. #custom-power {
  76. color: @red;
  77. padding-left: 10px;
  78. }
  79.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement