Advertisement
Guest User

styleCss

a guest
Sep 20th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.45 KB | None | 0 0
  1. * {
  2.     border: none;
  3.     font-family: Hack Nerd Font;
  4.     font-weight: 700;
  5.     font-size: 13px;
  6.     min-height: 0;
  7. }
  8.  
  9. window#waybar {
  10.     background: none;
  11.     margin: 0px;
  12.     padding: 0px;
  13. }
  14.  
  15. tooltip {
  16.     background: rgba(40, 40, 40, 0.92);
  17.     border-radius: 4px;
  18.     border-width: 2px;
  19.     border-style: solid;
  20.     border-color: #ebdbb2;
  21. }
  22.  
  23. #workspaces button {
  24.     color: #fabd2f;
  25.     border: none;
  26.     transition-duration: 0.3s;
  27.     background: none;
  28.     box-shadow: inherit;
  29.     text-shadow: inherit;
  30.     padding: 3px;
  31. }
  32.  
  33. #workspaces button.active {
  34.     color: #98971a;
  35. }
  36.  
  37. #workspaces button.persistent {
  38.     color: #928374;
  39. }
  40.  
  41. #workspaces button.empty {
  42.     color: #504945;
  43. }
  44.  
  45. #workspaces button:hover {
  46.     color: #d79921;
  47. }
  48.  
  49. #workspaces button.special {
  50.     color: #fabd2f;
  51. }
  52.  
  53. #workspaces button.visible {
  54.     color: #ebdbb2;
  55. }
  56.  
  57. #workspaces button.urgent {
  58.     color: #cc241d;
  59. }
  60.  
  61. #language,
  62. #custom-updates,
  63. #custom-weather,
  64. #window,
  65. #clock,
  66. #battery,
  67. #pulseaudio,
  68. #network,
  69. #workspaces,
  70. #tray,
  71. #keyboard-state,
  72. #idle_inhibitor,
  73. #custom-power {
  74.     background: none;
  75.     padding: 0px 10px;
  76.     margin: 0px;
  77.     margin-top: 3px;
  78.     margin-bottom: 0px;
  79. }
  80.  
  81. #tray {
  82.     background: rgba(40, 40, 40, 0.92);
  83.     border-radius: 6px;
  84.     border-width: 2px;
  85.     border-style: solid;
  86.     border-color: #ebdbb2;
  87.     margin-right: 2px;
  88.     margin-left: 4px;
  89. }
  90.  
  91. #workspaces {
  92.     background: rgba(40, 40, 40, 0.92);
  93.     border-radius: 4px;
  94.     border-width: 2px;
  95.     border-style: solid;
  96.     border-color: #ebdbb2;
  97.     margin-left: 2px;
  98.     padding-right: 6px;
  99.     padding-left: 4px;
  100.     color: #665c54;
  101. }
  102.  
  103. #language {
  104.     background: rgba(40, 40, 40, 0.92);
  105.     color: #b16286;
  106.     border-width: 2px;
  107.     border-style: solid;
  108.     border-color: #ebdbb2;
  109.     border-right: 0px;
  110.     border-radius: 4px 0px 0px 4px;
  111.     min-width: 24px;
  112. }
  113.  
  114. #keyboard-state {
  115.     background: none;
  116.     color: #ebdbb2;
  117.     border: none;
  118. }
  119.  
  120. #custom-updates {
  121.     background: rgba(40, 40, 40, 0.92);
  122.     color: #98971a;
  123.     border-width: 2px;
  124.     border-style: solid;
  125.     border-color: #ebdbb2;
  126.     border-radius: 6px;
  127. }
  128.  
  129. #window {
  130.     background: rgba(40, 40, 40, 0.92);
  131.     border-width: 2px;
  132.     border-style: solid;
  133.     border-color: #ebdbb2;
  134.     border-radius: 4px;
  135.     margin-left: 30px;
  136.     margin-right: 30px;
  137. }
  138.  
  139. #clock {
  140.     background: rgba(40, 40, 40, 0.92);
  141.     color: #7fa2ac;
  142.     border-width: 2px;
  143.     border-style: solid;
  144.     border-color: #ebdbb2;
  145.     border-radius: 4px;
  146.     margin-right: 4px;
  147. }
  148.  
  149. #network {
  150.     color: #ebdbb2;
  151.     border-left: 0px;
  152.     border-right: 0px;
  153. }
  154.  
  155. #pulseaudio {
  156.     background: rgba(40, 40, 40, 0.92);
  157.     color: #fabd2f;
  158.     border-width: 2px;
  159.     border-style: solid;
  160.     border-color: #ebdbb2;
  161.     border-right: 0px;
  162.     border-left: 0px;
  163.     border-radius: 0px;
  164. }
  165.  
  166. #pulseaudio.microphone {
  167.     background: rgba(40, 40, 40, 0.92);
  168.     color: #689d6a;
  169.     border-width: 2px;
  170.     border-style: solid;
  171.     border-color: #ebdbb2;
  172.     border-radius: 0px 0px 0px 0px;
  173.     border-left: 0px;
  174.     border-right: 0px;
  175. }
  176.  
  177. #battery {
  178.     background: rgba(40, 40, 40, 0.92);
  179.     color: #ebdbb2;
  180.     border-width: 2px 0px 2px 2px;
  181.     border-style: solid;
  182.     border-color: #ebdbb2;
  183.     border-radius: 4px 0px 0px 4px;
  184.     margin-right: 0px;
  185.     padding-right: 16px;
  186.     margin-left: 16px;
  187. }
  188.  
  189. #idle_inhibitor {
  190.     background: rgba(40, 40, 40, 0.92);
  191.     color: #dedede;
  192.     border-width: 2px;
  193.     border-style: solid;
  194.     border-color: #ebdbb2;
  195.     border-radius: 4px;
  196.     min-width: 14px;
  197.     margin-left: 4px;
  198. }
  199.  
  200. #custom-power {
  201.     background: rgba(40, 40, 40, 0.92);
  202.     color: #ebdbb2;
  203.     border-width: 2px;
  204.     border-style: solid;
  205.     border-color: #ebdbb2;
  206.     border-radius: 4px;
  207.     margin-left: 2px;
  208.     margin-right: 2px;
  209.     padding-right: 14px;
  210. }
  211.  
  212. #power-profiles-daemon {
  213.     background: rgba(40, 40, 40, 0.92);
  214.     color: #ebdbb2;
  215.     border-width: 2px 2px 2px 0px;
  216.     border-radius: 0px 4px 4px 0px;
  217.     border-style: solid;
  218.     border-color: #ebdbb2;
  219.     margin-right: 4px;
  220.     margin-top: 3px;
  221.     padding-right: 12px;
  222. }
  223.  
  224. #bluetooth{
  225.     background: rgba(40, 40, 40, 0.92);
  226.     color: #7fa2ac;
  227.     border-width: 2px 2px 2px 0px;
  228.     border-radius: 0px 4px 4px 0px;
  229.     border-style: solid;
  230.     border-color: #ebdbb2;
  231.     margin-right: 4px;
  232.     margin-top: 3px;
  233.     padding-right: 12px;
  234. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement