mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
421 lines
8.3 KiB
Cheetah
421 lines
8.3 KiB
Cheetah
* {
|
|
font-family: FontAwesome, Hack, monospace;
|
|
font-size: 12px;
|
|
}
|
|
|
|
window#waybar {
|
|
background-color: rgba(50, 61, 67, 0.85);
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
color: #d0bf9b;
|
|
transition-property: background-color;
|
|
transition-duration: 0.5s;
|
|
}
|
|
|
|
window#waybar.hidden {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
/*
|
|
window#waybar.empty {
|
|
background-color: transparent;
|
|
}
|
|
window#waybar.solo {
|
|
background-color: #4a555b;
|
|
}
|
|
*/
|
|
|
|
window#waybar.termite {
|
|
background-color: #3f3f3f;
|
|
}
|
|
|
|
window#waybar.chromium {
|
|
background-color: #d8caac;
|
|
border: none;
|
|
}
|
|
|
|
button {
|
|
/* Use box-shadow instead of border so the text isn't offset */
|
|
box-shadow: inset 0 -3px transparent;
|
|
/* Avoid rounded borders under each button name */
|
|
border: none;
|
|
border-radius: 0;
|
|
}
|
|
|
|
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
|
button:hover {
|
|
background: inherit;
|
|
box-shadow: inset 0 -3px #4a555b;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0 5px;
|
|
background-color: transparent;
|
|
color: #4a555b;
|
|
}
|
|
|
|
#workspaces button:hover {
|
|
background: rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
background-color: #64727d;
|
|
box-shadow: inset 0 -3px #4a555b;
|
|
}
|
|
|
|
#workspaces button.urgent {
|
|
background-color: #e26c6e;
|
|
}
|
|
|
|
#mode {
|
|
background-color: #323d43;
|
|
color: #d8caac;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#clock,
|
|
#battery,
|
|
#cpu,
|
|
#memory,
|
|
#disk,
|
|
#temperature,
|
|
#backlight,
|
|
#network,
|
|
#pulseaudio,
|
|
#wireplumber,
|
|
#custom-media,
|
|
#tray,
|
|
#mode,
|
|
#idle_inhibitor,
|
|
#scratchpad,
|
|
#mpd {
|
|
padding: 0 10px;
|
|
color: #4a555b;
|
|
}
|
|
|
|
#window,
|
|
#workspaces {
|
|
margin: 0 4px;
|
|
}
|
|
|
|
/* 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;
|
|
}
|
|
|
|
#clock {
|
|
background-color: #323d43;
|
|
color: #d8caac;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#battery {
|
|
background-color: #323d43;
|
|
color: #d8caac;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#battery.charging,
|
|
#battery.plugged.charging {
|
|
color: #4a555b;
|
|
background-color: #9bb86f;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
@keyframes blink {
|
|
to {
|
|
background-color: #4a555b;
|
|
color: #d8caac;
|
|
}
|
|
}
|
|
|
|
#battery.good {
|
|
background-color: #323d43;
|
|
color: #d8caac;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#battery.warning:not(.charging) {
|
|
background-color: #d5b26b;
|
|
color: #4a555b;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#battery.critical:not(.charging) {
|
|
background-color: #e26c6e;
|
|
color: #4a555b;
|
|
animation-name: blink;
|
|
animation-duration: 0.5s;
|
|
animation-timing-function: linear;
|
|
animation-iteration-count: infinite;
|
|
animation-direction: alternate;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
label:focus {
|
|
background-color: #d8caac;
|
|
}
|
|
|
|
#cpu {
|
|
background-color: #323d43;
|
|
color: #d8caac;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#memory {
|
|
background-color: #323d43;
|
|
color: #d8caac;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#disk {
|
|
background-color: #323d43;
|
|
color: #d8caac;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#backlight {
|
|
background-color: #323d43;
|
|
color: #d8caac;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#network {
|
|
background-color: #323d43;
|
|
color: #d8caac;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#network.disconnected {
|
|
background-color: #e26c6e;
|
|
color: #4a555b;
|
|
}
|
|
|
|
#pulseaudio {
|
|
background-color: #323d43;
|
|
color: #d8caac;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#pulseaudio.muted {
|
|
background-color: #525c62;
|
|
color: #d8caac;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#wireplumber {
|
|
background-color: #323d43;
|
|
color: #d8caac;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#wireplumber.muted {
|
|
background-color: #525c62;
|
|
color: #d8caac;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#temperature {
|
|
background-color: #323d43;
|
|
color: #d8caac;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#temperature.critical {
|
|
background-color: #e26c6e;
|
|
color: #4a555b;
|
|
}
|
|
|
|
#tray {
|
|
background-color: #323d43;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#tray > .passive {
|
|
-gtk-icon-effect: dim;
|
|
}
|
|
|
|
#tray > .needs-attention {
|
|
-gtk-icon-effect: highlight;
|
|
background-color: #e26c6e;
|
|
}
|
|
|
|
#idle_inhibitor {
|
|
background-color: #525c62;
|
|
color: #d8caac;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#idle_inhibitor.activated {
|
|
background-color: #d0bf9b;
|
|
color: #525c62;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(50, 61, 67, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(50, 61, 67, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#language {
|
|
background: #00b093;
|
|
color: #740864;
|
|
padding: 0 5px;
|
|
margin: 0 5px;
|
|
min-width: 16px;
|
|
}
|
|
|
|
#keyboard-state {
|
|
background: #323d43;
|
|
color: #d8caac;
|
|
padding: 0 0px;
|
|
margin: 0 0px;
|
|
min-width: 16px;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#keyboard-state > label {
|
|
padding: 0 5px;
|
|
}
|
|
|
|
#keyboard-state > label.locked {
|
|
background: rgba(0, 0, 0, .2);
|
|
}
|
|
|
|
#scratchpad {
|
|
background: rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
#scratchpad.empty {
|
|
background-color: transparent;
|
|
}
|
|
|
|
/* River */
|
|
|
|
#mode.normal {
|
|
background-color: #323d43;
|
|
color: #d8caac;
|
|
}
|
|
|
|
#mode.passthrough {
|
|
background-color: #d0bf9b;
|
|
color: #4a555b;
|
|
}
|
|
|
|
#tags button {}
|
|
|
|
#tags button.occupied {
|
|
background-color: #525c62;
|
|
color: #d8caac;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#tags button.focused {
|
|
background-color: #d0bf9b;
|
|
color: #4a555b;
|
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
|
border-bottom: 3px solid rgba(50, 61, 67, 0.7);
|
|
{{- else }}
|
|
border-top: 3px solid rgba(50, 61, 67, 0.7);
|
|
{{- end }}
|
|
}
|
|
|
|
#tags button.urgent {
|
|
background-color: #e26c6e;
|
|
color: #4a555b;
|
|
}
|
|
|
|
#window {
|
|
font-size: 12px;
|
|
}
|