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