style.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. * {
  2. font-size: 13px;
  3. font-family: monospace;
  4. }
  5. window#waybar {
  6. background: black;
  7. color: white;
  8. }
  9. .modules-left > *,
  10. .modules-right > * {
  11. padding : 0 2rem ;
  12. }
  13. #custom-right-arrow-dark,
  14. #custom-left-arrow-dark {
  15. color: black;
  16. background : gray ;
  17. }
  18. #custom-right-arrow-light,
  19. #custom-left-arrow-light {
  20. color: gray;
  21. background: black;
  22. }
  23. #network {
  24. color : red ;
  25. }
  26. #clock {
  27. color : magenta ;
  28. }
  29. #workspaces,
  30. #clock.1,
  31. #clock.2,
  32. #clock.3,
  33. #pulseaudio,
  34. #memory,
  35. #cpu,
  36. #battery,
  37. #disk,
  38. #tray {
  39. background: black;
  40. }
  41. /*#workspaces button {
  42. padding: 0 1px;
  43. color: #fdf6e3;
  44. }
  45. #workspaces button.focused {
  46. color: #268bd2;
  47. }
  48. #workspaces button:hover {
  49. box-shadow: inherit;
  50. text-shadow: inherit;
  51. }
  52. #workspaces button:hover {
  53. background: #1a1a1a;
  54. border: #1a1a1a;
  55. padding: 0 3px;
  56. }*/
  57. #pulseaudio {
  58. color: #268bd2;
  59. }
  60. #memory {
  61. color: #2aa198;
  62. }
  63. #cpu {
  64. color: #6c71c4;
  65. }
  66. #battery {
  67. color: #859900;
  68. }
  69. #disk {
  70. color: #b58900;
  71. }
  72. #clock,
  73. #pulseaudio,
  74. #memory,
  75. #cpu,
  76. #battery,
  77. #disk {
  78. padding: 0 10px;
  79. }
  80. #tags button {
  81. background : black ;
  82. color : white ;
  83. }
  84. #tags button.occupied {
  85. background : gray ;
  86. }
  87. #tags button.focused {
  88. background : white ;
  89. color : black ;
  90. }
  91. #window {
  92. color : black ;
  93. background: white ;
  94. }
  95. #mode {
  96. background : black ;
  97. color : white ;
  98. }