improved polybar colorings
This commit is contained in:
parent
93b80d45f4
commit
f0ca7db196
1 changed files with 21 additions and 16 deletions
|
@ -79,7 +79,7 @@
|
||||||
"module/cpu" = {
|
"module/cpu" = {
|
||||||
type = "internal/cpu";
|
type = "internal/cpu";
|
||||||
interval = "2";
|
interval = "2";
|
||||||
format-prefix = " ";
|
format-prefix = " ";
|
||||||
format-prefix-foreground = "\${colors.primary}";
|
format-prefix-foreground = "\${colors.primary}";
|
||||||
label = "%percentage:2%%";
|
label = "%percentage:2%%";
|
||||||
};
|
};
|
||||||
|
@ -91,10 +91,13 @@
|
||||||
format-disconnected = "<label-disconnected>";
|
format-disconnected = "<label-disconnected>";
|
||||||
label-disconnected = "";
|
label-disconnected = "";
|
||||||
label-disconnected-foreground = "#d65d0e";
|
label-disconnected-foreground = "#d65d0e";
|
||||||
ramp.signal = [ "" "" "" "" "" ];
|
ramp.signal = [
|
||||||
ramp-signal-foreground = "#d65d0e";
|
"%{F#cc241d}"
|
||||||
ramp-signal-foreground-0 = "#cc241d";
|
"%{F#d65d0e}"
|
||||||
ramp-signal-foreground-4 = "#bdae93";
|
"%{F#d65d0e}"
|
||||||
|
"%{F#d65d0e}"
|
||||||
|
"%{F#bdae93}"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
"module/wlan" = {
|
"module/wlan" = {
|
||||||
|
@ -111,22 +114,24 @@
|
||||||
time-format = "%H%{F#7c6f64}:%{F#d5c4a1}%M";
|
time-format = "%H%{F#7c6f64}:%{F#d5c4a1}%M";
|
||||||
label-charging = "%{F#98971a} %{F#ebdbb2}%percentage%%%{F#d5c4a1} %time%";
|
label-charging = "%{F#98971a} %{F#ebdbb2}%percentage%%%{F#d5c4a1} %time%";
|
||||||
format-charging = "<ramp-capacity> <label-charging>";
|
format-charging = "<ramp-capacity> <label-charging>";
|
||||||
label-discharging = "%percentage%%%{F#bdae93} %time%";
|
label-discharging = "%{F#ebdbb2}%percentage%%%{F#bdae93} %time%";
|
||||||
format-discharging = "<ramp-capacity> <label-discharging>";
|
format-discharging = "<ramp-capacity> <label-discharging>";
|
||||||
label-full = "%{F#d65d0e}%{F#ebdbb2} %percentage%%";
|
label-full = "%{F#d65d0e}%{F#ebdbb2} %percentage%%";
|
||||||
format-full = "<label-full>";
|
format-full = "<label-full>";
|
||||||
label-low = "%{F#d65d0e}%{F#ebdbb2} %percentage%%";
|
label-low = "%{F#d65d0e}%{F#ebdbb2} %percentage%%";
|
||||||
format-low = "<label-low>";
|
format-low = "<label-low>";
|
||||||
ramp.capacity = [ "" "" "" "" "" "" "" "" "" "" ];
|
ramp.capacity = [
|
||||||
ramp-capacity-foreground = "#d65d0e";
|
"%{F#cc241d}"
|
||||||
|
"%{F#cc241d}"
|
||||||
ramp-capacity-foreground-0 = "#cc241d";
|
"%{F#d65d0e}"
|
||||||
ramp-capacity-foreground-1 = "#cc241d";
|
"%{F#d65d0e}"
|
||||||
ramp-capacity-foreground-2 = "#cc241d";
|
"%{F#d65d0e}"
|
||||||
|
"%{F#d65d0e}"
|
||||||
ramp-capacity-foreground-7 = "#bdae93";
|
"%{F#d65d0e}"
|
||||||
ramp-capacity-foreground-8 = "#bdae93";
|
"%{F#d65d0e}"
|
||||||
ramp-capacity-foreground-9 = "#bdae93";
|
"%{F#bdae93}"
|
||||||
|
"%{F#bdae93}"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
"module/date" = {
|
"module/date" = {
|
||||||
|
|
Loading…
Reference in a new issue