234 lines
3.3 KiB
CSS
234 lines
3.3 KiB
CSS
* {
|
|
font-family: "PragmataPro Mono Liga", Roboto, Helvetica, Arial, sans-serif;
|
|
font-size: 16px;
|
|
}
|
|
|
|
window#waybar {
|
|
/* background-color: #282828; */
|
|
|
|
background-color: rgba(40, 40, 40, 0.8);
|
|
}
|
|
|
|
tooltip {
|
|
border-radius: 0;
|
|
font-weight: 400;
|
|
}
|
|
|
|
button {
|
|
box-shadow: inset 0 -3px transparent;
|
|
border: none;
|
|
border-radius: 0;
|
|
opacity: 1;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
background-color: #98971a;
|
|
color: #282828;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 2px 3px;
|
|
/* color: #282828; */
|
|
|
|
background-color: #3c3836;
|
|
margin-right: 5px;
|
|
margin-top: 6px;
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
#workspaces button.urgent {
|
|
background-color: #ea6962;
|
|
}
|
|
|
|
#taskbar button {
|
|
background-color: #3c3836;
|
|
padding: 3px 8px;
|
|
margin-top: 6px;
|
|
margin-bottom: 6px;
|
|
border-bottom: 2px solid #3c3836;
|
|
}
|
|
|
|
#taskbar button.active {
|
|
border-bottom: 2px solid #98971a;
|
|
color: #98971a;
|
|
|
|
/* padding: 3px 10px;
|
|
margin-top: 6px;
|
|
margin-bottom: 6px; */
|
|
}
|
|
|
|
#clock,
|
|
#battery,
|
|
#cpu,
|
|
#memory,
|
|
#disk,
|
|
#temperature,
|
|
#backlight,
|
|
#network,
|
|
#pulseaudio,
|
|
#wireplumber,
|
|
#custom-media,
|
|
#tray,
|
|
#custom-spotify,
|
|
#mode,
|
|
#idle_inhibitor,
|
|
#scratchpad,
|
|
#mpd,
|
|
#user,
|
|
#bluetooth,
|
|
#custom-wakatime,
|
|
#custom-toggl,
|
|
#custom-logout {
|
|
font-weight: 400;
|
|
padding: 3px 10px;
|
|
margin-left: 4px;
|
|
margin-top: 6px;
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
#custom-logout {
|
|
margin-right: 8px;
|
|
background-color: #ebdbb2;
|
|
color: #282828;
|
|
}
|
|
|
|
#custom-os {
|
|
font-weight: 400;
|
|
padding: 3px 10px;
|
|
margin-top: 6px;
|
|
margin-bottom: 6px;
|
|
margin-left: 8px;
|
|
}
|
|
|
|
#windowu,
|
|
#workspaces {
|
|
margin: 0 3px 0;
|
|
font-weight: 400;
|
|
}
|
|
|
|
#clock {
|
|
color: #fb4934;
|
|
|
|
/* color: #1d2021; */
|
|
/* margin-right: 8px; */
|
|
margin-right: 4px;
|
|
}
|
|
|
|
#bluetooth {
|
|
border-right: 1px solid #504945;
|
|
color: #689d6a;
|
|
|
|
/* color: #282828; */
|
|
}
|
|
|
|
#battery {
|
|
color: #b16286;
|
|
border-right: 1px solid #504945;
|
|
padding-right: 14px;
|
|
/* color: #282828; */
|
|
}
|
|
|
|
#battery.charging,
|
|
#battery.plugged {
|
|
color: #b16286;
|
|
/* color: #282828; */
|
|
}
|
|
|
|
#battery.critical:not(.charging) {
|
|
background-color: #fb4934;
|
|
color: #f2e5bc;
|
|
animation-name: blink;
|
|
animation-duration: 0.5s;
|
|
animation-timing-function: linear;
|
|
animation-iteration-count: infinite;
|
|
animation-direction: alternate;
|
|
}
|
|
|
|
#cpu {
|
|
color: #d79921;
|
|
/* color: #282828; */
|
|
/* color: #282828; */
|
|
}
|
|
|
|
#memory {
|
|
color: #d79921;
|
|
/* color: #282828; */
|
|
}
|
|
|
|
#disk {
|
|
color: #d79921;
|
|
/* color: #282828; */
|
|
}
|
|
|
|
#backlight {
|
|
color: #b16286;
|
|
/* color: #282828; */
|
|
}
|
|
|
|
#network {
|
|
color: #689d6a;
|
|
/* color: #282828; */
|
|
}
|
|
|
|
#network.format.icons {
|
|
background-color: #fb4934;
|
|
}
|
|
|
|
#network.disconnected {
|
|
background-color: #fb4934;
|
|
}
|
|
|
|
#user {
|
|
background-color: #ea6962;
|
|
color: #282c34;
|
|
}
|
|
|
|
#custom-spotify {
|
|
background-color: #689d6a;
|
|
color: #282828;
|
|
}
|
|
|
|
#temperature {
|
|
color: #d79921;
|
|
border-right: 1px solid #504945;
|
|
padding-right: 14px;
|
|
}
|
|
|
|
#temperature.critical {
|
|
color: #282c34;
|
|
background-color: #fb4934;
|
|
}
|
|
|
|
#idle_inhibitor {
|
|
background-color: #3c3836;
|
|
padding-right: 14px;
|
|
}
|
|
|
|
#idle_inhibitor.activated {
|
|
background-color: #98971a;
|
|
color: #282828;
|
|
}
|
|
|
|
#custom-os {
|
|
font-size: 16px;
|
|
background-color: #458588;
|
|
color: #f2e5bc;
|
|
}
|
|
|
|
#custom-wakatime {
|
|
color: #d65d0e;
|
|
border-right: 1px solid #504945;
|
|
padding-right: 14px;
|
|
}
|
|
|
|
#custom-toggl {
|
|
color: #282828;
|
|
}
|
|
|
|
#custom-toggl.active {
|
|
background-color: #98971a;
|
|
}
|
|
|
|
#custom-toggl.inactive {
|
|
background-color: #928374;
|
|
}
|