You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
1.7 KiB

  1. @define-color base00 #181818;
  2. @define-color base01 #2b2e37;
  3. @define-color base02 #3b3e47;
  4. @define-color base03 #585858;
  5. @define-color base04 #b8b8b8;
  6. @define-color base05 #d8d8d8;
  7. @define-color base06 #e8e8e8;
  8. @define-color base07 #f8f8f8;
  9. @define-color base08 #ab4642;
  10. @define-color base09 #dc9656;
  11. @define-color base0A #f7ca88;
  12. @define-color base0B #a1b56c;
  13. @define-color base0C #86c1b9;
  14. @define-color base0D #7cafc2;
  15. @define-color base0E #ba8baf;
  16. @define-color base0F #a16946;
  17. * {
  18. transition: none;
  19. box-shadow: none;
  20. }
  21. #waybar {
  22. font-family: 'Source Code Pro', sans-serif;
  23. font-size: 1.2em;
  24. font-weight: 400;
  25. color: @base04;
  26. background: @base01;
  27. }
  28. #workspaces {
  29. margin: 0 4px;
  30. }
  31. #workspaces button {
  32. margin: 4px 0;
  33. padding: 0 4px;
  34. color: @base05;
  35. }
  36. #workspaces button.visible {
  37. }
  38. #workspaces button.active {
  39. border-radius: 4px;
  40. background-color: @base02;
  41. }
  42. #workspaces button.urgent {
  43. color: rgba(238, 46, 36, 1);
  44. }
  45. #tray {
  46. margin: 4px 4px 4px 4px;
  47. border-radius: 4px;
  48. background-color: @base02;
  49. }
  50. #tray * {
  51. padding: 0 6px;
  52. border-left: 1px solid @base00;
  53. }
  54. #tray *:first-child {
  55. border-left: none;
  56. }
  57. #mode, #battery, #cpu, #memory, #network, #pulseaudio, #idle_inhibitor, #backlight, #custom-storage, #custom-updates, #custom-weather, #custom-mail, #clock, #temperature {
  58. margin: 4px 2px;
  59. padding: 0 6px;
  60. background-color: @base02;
  61. border-radius: 4px;
  62. min-width: 20px;
  63. }
  64. #pulseaudio.muted {
  65. color: @base0F;
  66. }
  67. #pulseaudio.bluetooth {
  68. color: @base0C;
  69. }
  70. #clock {
  71. margin-left: 0px;
  72. margin-right: 4px;
  73. background-color: transparent;
  74. }
  75. #temperature.critical {
  76. color: @base0F;
  77. }
  78. #window {
  79. font-size: 0.9em;
  80. font-weight: 400;
  81. font-family: sans-serif;
  82. }