mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 01:43:10 -05:00
Adjust new waybar for laptop
This commit is contained in:
parent
7b5a3eca75
commit
cf1cfc18ac
2 changed files with 32 additions and 6 deletions
|
@ -6,10 +6,11 @@
|
||||||
{{- else if eq .chezmoi.hostname "helix" }}
|
{{- else if eq .chezmoi.hostname "helix" }}
|
||||||
"output": "eDP-1",
|
"output": "eDP-1",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"width": 3840,
|
//"width": 3840,
|
||||||
{{- else }}
|
{{- else }}
|
||||||
"output": "eDP-1",
|
"output": "eDP-1",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
|
// "width": 1920,
|
||||||
{{- end }}
|
{{- end }}
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"height": 32,
|
"height": 32,
|
||||||
|
|
|
@ -136,7 +136,7 @@ button:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.charging,
|
#battery.charging,
|
||||||
#battery.plugged {
|
#battery.plugged.charging {
|
||||||
color: #4a555b;
|
color: #4a555b;
|
||||||
background-color: #9bb86f;
|
background-color: #9bb86f;
|
||||||
{{- if eq .chezmoi.hostname "hydrus"}}
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
||||||
|
@ -153,6 +153,26 @@ button:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#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) {
|
#battery.critical:not(.charging) {
|
||||||
background-color: #e26c6e;
|
background-color: #e26c6e;
|
||||||
color: #4a555b;
|
color: #4a555b;
|
||||||
|
@ -166,7 +186,6 @@ button:hover {
|
||||||
{{- else }}
|
{{- else }}
|
||||||
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
border-top: 3px solid rgba(208, 191, 155, 0.7);
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
label:focus {
|
label:focus {
|
||||||
|
@ -204,7 +223,13 @@ label:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
#backlight {
|
#backlight {
|
||||||
background-color: #d0bf9b;
|
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 {
|
#network {
|
||||||
|
@ -355,8 +380,8 @@ label:focus {
|
||||||
/* River */
|
/* River */
|
||||||
|
|
||||||
#mode.normal {
|
#mode.normal {
|
||||||
|
background-color: #323d43;
|
||||||
color: #d8caac;
|
color: #d8caac;
|
||||||
background-color: #4a555b;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#mode.passthrough {
|
#mode.passthrough {
|
||||||
|
@ -392,5 +417,5 @@ label:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
font-size: 10px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue