dots

my dotfiles
git clone https://git.awy.one/dots
Log | Files | Refs | Submodules | README | LICENSE

style.css (1561B) - View raw


  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
* {
  font-family: monospace;
  font-size: 14px;
}

window#waybar {
  background-color: #282828;
  color: #ebdbb2;
}

button {
  border: none;
  border-radius: 0;
}

#workspaces button {
  all: initial;
  color: #ebdbb2;
  padding: 1 4px;
  min-width: 0;
}

#workspaces button.focused {
  color: #282828;
  background-color: #fabd2f;
}

#workspaces button.urgent {
  background-color: #fb4934;
  color: #282828;
}

#mode {
  color: #282828;
  background-color: #fb4934;
}

#window,
#workspaces {
  margin: 0 0px;
}

/* If workspaces is the leftmost module, omit left margin */
.modules-left>widget:first-child>#workspaces {
  margin-left: 0;
}

/* If workspaces is the rightmost module, omit right margin */
.modules-right>widget:last-child>#workspaces {
  margin-right: 0;
}

label:focus {
  background-color: #000000;
}

#network {
  color: #b8bb26;
}

#network.disconnected {
  color: #fb4934;
}

/* #pulseaudio {
  background-color: #f1c40f;
  color: #000000;
}

#pulseaudio.muted {
  background-color: #90b1b1;
  color: #2a5c45;
} */

#wireplumber {
  background-color: #fff0f5;
  color: #000000;
}

#wireplumber.muted {
  background-color: #f53c3c;
}

menu,
menuitem {
  all: initial;
  color: #ebdbb2;
  padding: 0px;
}

menuitem:hover {
  color: #282828;
  background-color: #fabd2f;
}

#tray {
  all: initial;
}

#tray>.passive {
  -gtk-icon-effect: dim;
}

#tray>.needs-attention {
  -gtk-icon-effect: highlight;
  background-color: #eb4d4b;
}

#scratchpad {
  background: rgba(0, 0, 0, 0.2);
}

#scratchpad.empty {
  background-color: transparent;
}