123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- * {
- font-size: 13px;
- font-family: monospace;
- }
- window#waybar {
- background: black;
- color: white;
- }
- .modules-left > *,
- .modules-right > * {
- padding : 0 2rem ;
- }
- #custom-right-arrow-dark,
- #custom-left-arrow-dark {
- color: black;
- background : gray ;
- }
- #custom-right-arrow-light,
- #custom-left-arrow-light {
- color: gray;
- background: black;
- }
- #network {
- color : red ;
- }
- #clock {
- color : magenta ;
- }
- #workspaces,
- #clock.1,
- #clock.2,
- #clock.3,
- #pulseaudio,
- #memory,
- #cpu,
- #battery,
- #disk,
- #tray {
- background: black;
- }
- /*#workspaces button {
- padding: 0 1px;
- color: #fdf6e3;
- }
- #workspaces button.focused {
- color: #268bd2;
- }
- #workspaces button:hover {
- box-shadow: inherit;
- text-shadow: inherit;
- }
- #workspaces button:hover {
- background: #1a1a1a;
- border: #1a1a1a;
- padding: 0 3px;
- }*/
- #pulseaudio {
- color: #268bd2;
- }
- #memory {
- color: #2aa198;
- }
- #cpu {
- color: #6c71c4;
- }
- #battery {
- color: #859900;
- }
- #disk {
- color: #b58900;
- }
- #clock,
- #pulseaudio,
- #memory,
- #cpu,
- #battery,
- #disk {
- padding: 0 10px;
- }
- #tags button {
- background : black ;
- color : white ;
- }
- #tags button.occupied {
- background : gray ;
- }
- #tags button.focused {
- background : white ;
- color : black ;
- }
- #window {
- color : black ;
- background: white ;
- }
- #mode {
- background : black ;
- color : white ;
- }
|