Make waybar a bit more compact / look nicer
This commit is contained in:
parent
a2c9b7ac20
commit
288947cd6e
|
@ -77,8 +77,8 @@
|
||||||
};
|
};
|
||||||
pulseaudio = {
|
pulseaudio = {
|
||||||
scroll-step = 5;
|
scroll-step = 5;
|
||||||
format = "{volume}% {icon} {format_source}";
|
format = "{format_source}/{icon}:{volume}%";
|
||||||
format-muted = " {format_source}";
|
format-muted = "{format_source}/";
|
||||||
format-source = "";
|
format-source = "";
|
||||||
format-source-muted = "";
|
format-source-muted = "";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
|
@ -106,29 +106,29 @@
|
||||||
warning = 30;
|
warning = 30;
|
||||||
critical = 15;
|
critical = 15;
|
||||||
};
|
};
|
||||||
format = "{capacity}% {icon}";
|
format = "{icon}:{capacity}%";
|
||||||
format-charging = "";
|
format-charging = ":{capacity}%";
|
||||||
format-plugged = "";
|
format-plugged = ":{capacity}%";
|
||||||
tooltip-format = "{time} {capacity}%";
|
tooltip-format = "{time}";
|
||||||
format-icons = [ "" "" "" "" "" "" "" "" "" "" "" ];
|
format-icons = [ "" "" "" "" "" "" "" "" "" "" "" ];
|
||||||
};
|
};
|
||||||
disk = {
|
disk = {
|
||||||
format = "{percentage_used}% ";
|
format = ":{percentage_used}%";
|
||||||
path = config.home.homeDirectory;
|
path = config.home.homeDirectory;
|
||||||
};
|
};
|
||||||
cpu = {
|
cpu = {
|
||||||
format = "{usage}% ";
|
format = ":{usage}%";
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
};
|
};
|
||||||
memory = { format = "{}% "; };
|
memory = { format = ":{}%"; };
|
||||||
temperature = {
|
temperature = {
|
||||||
critical-threshold = 80;
|
critical-threshold = 80;
|
||||||
format = "{temperatureC}°C {icon}";
|
format = "{icon}:{temperatureC}°C";
|
||||||
format-icons = [ "" "" "" ];
|
format-icons = [ "" "" "" ];
|
||||||
};
|
};
|
||||||
clock = {
|
clock = {
|
||||||
format = "{:%a %d %b %R}";
|
format = "{:%R}";
|
||||||
format-alt = "{:%A %F %T}";
|
format-alt = "{:%a %d %b %R}";
|
||||||
tooltip-format = "<tt><small>{calendar}</small></tt>";
|
tooltip-format = "<tt><small>{calendar}</small></tt>";
|
||||||
calendar = {
|
calendar = {
|
||||||
mode = "month";
|
mode = "month";
|
||||||
|
|
Loading…
Reference in a new issue