feat(desktop): align terminal workflow with ember oled
This commit is contained in:
+41
-40
@@ -1,22 +1,14 @@
|
||||
/* Noctalia Ember OLED: near-black surfaces, warm amber focus. */
|
||||
* {
|
||||
font-family: "JetBrainsMono Nerd Font,JetBrainsMono NF" ;
|
||||
color: white;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: black;
|
||||
}
|
||||
|
||||
.modules-right {
|
||||
background: #000000;
|
||||
}
|
||||
|
||||
.modules-center {
|
||||
background: #000000;
|
||||
font-family: "JetBrainsMono Nerd Font,JetBrainsMono NF";
|
||||
color: #fff1e6;
|
||||
}
|
||||
|
||||
window#waybar,
|
||||
.modules-right,
|
||||
.modules-center,
|
||||
.modules-left {
|
||||
background: #000000;
|
||||
background: #050403;
|
||||
}
|
||||
|
||||
#battery,
|
||||
@@ -38,50 +30,59 @@ window#waybar {
|
||||
#window,
|
||||
#workspaces,
|
||||
#clock {
|
||||
min-width: 1ex;
|
||||
min-width: 1ex;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
#tray menu * {
|
||||
color: black;
|
||||
color: #050403;
|
||||
}
|
||||
|
||||
|
||||
#cpu {
|
||||
/* "100% " fits in this box; fixed width prevents sibling modules shifting. */
|
||||
min-width: 7ch;
|
||||
max-width: 7ch;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#temperature.critical,
|
||||
#pulseaudio {
|
||||
min-width: 5ex;
|
||||
}
|
||||
#pulseaudio.muted {
|
||||
color: #FF0000;
|
||||
}
|
||||
#pulseaudio.mic.muted {
|
||||
color: #ffffff;
|
||||
min-width: 5ex;
|
||||
}
|
||||
|
||||
#pulseaudio.muted,
|
||||
#pulseaudio.mic:not(.source-muted) {
|
||||
color: #fc0202;
|
||||
color: #ff6b4a;
|
||||
}
|
||||
#clock{
|
||||
color: #f9780e;
|
||||
|
||||
#pulseaudio.mic.muted {
|
||||
color: #6e4a31;
|
||||
}
|
||||
|
||||
#clock {
|
||||
color: #ff8800;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
color: #ffffff;
|
||||
background-color: #26A65B;
|
||||
color: #1a0d00;
|
||||
background-color: #c98a45;
|
||||
}
|
||||
|
||||
#battery.warning:not(.charging) {
|
||||
background-color: #ffbe61;
|
||||
color: black;
|
||||
background-color: #ffb05c;
|
||||
color: #2b1600;
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
background-color: #f53c3c;
|
||||
color: #ffffff;
|
||||
animation-name: blink;
|
||||
animation-duration: 0.5s;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
background-color: #ff6b4a;
|
||||
color: #2b0700;
|
||||
animation-name: blink;
|
||||
animation-duration: 0.5s;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
}
|
||||
|
||||
#network.speed {
|
||||
min-width: 30ex;
|
||||
min-width: 30ex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user