mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 23:26:23 +01:00
fix colors (again)
This commit is contained in:
parent
3f5e80cdc0
commit
b53b0e8009
|
@ -93,10 +93,10 @@
|
|||
label-disconnected-foreground = "#d65d0e";
|
||||
ramp.signal = [
|
||||
"%{F#cc241d}"
|
||||
"%{F#d65d0e}"
|
||||
"%{F#d65d0e}"
|
||||
"%{F#d65d0e}"
|
||||
"%{F#bdae93}"
|
||||
"%{F#d79921}"
|
||||
"%{F#98971a}"
|
||||
"%{F#98971a}"
|
||||
"%{F#98971a}"
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -116,21 +116,21 @@
|
|||
format-charging = "<ramp-capacity> <label-charging>";
|
||||
label-discharging = "%{F#ebdbb2}%percentage%%%{F#bdae93} %time%";
|
||||
format-discharging = "<ramp-capacity> <label-discharging>";
|
||||
label-full = "%{F#d65d0e}%{F#ebdbb2} %percentage%%";
|
||||
label-full = "%{F#98971a}%{F#ebdbb2} %percentage%%";
|
||||
format-full = "<label-full>";
|
||||
label-low = "%{F#d65d0e}%{F#ebdbb2} %percentage%%";
|
||||
label-low = "%{F#cc241d}%{F#ebdbb2} %percentage%%";
|
||||
format-low = "<label-low>";
|
||||
ramp.capacity = [
|
||||
"%{F#cc241d}"
|
||||
"%{F#cc241d}"
|
||||
"%{F#d65d0e}"
|
||||
"%{F#d65d0e}"
|
||||
"%{F#d65d0e}"
|
||||
"%{F#d65d0e}"
|
||||
"%{F#d65d0e}"
|
||||
"%{F#d65d0e}"
|
||||
"%{F#bdae93}"
|
||||
"%{F#bdae93}"
|
||||
"%{F#d79921}"
|
||||
"%{F#98971a}"
|
||||
"%{F#98971a}"
|
||||
"%{F#98971a}"
|
||||
"%{F#98971a}"
|
||||
"%{F#98971a}"
|
||||
"%{F#98971a}"
|
||||
"%{F#98971a}"
|
||||
"%{F#98971a}"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue