Update Polybar config
This commit is contained in:
parent
bc0d8dc5fe
commit
a02f133b4e
1 changed files with 4 additions and 3 deletions
|
|
@ -73,7 +73,7 @@ in {
|
||||||
|
|
||||||
padding = 2;
|
padding = 2;
|
||||||
|
|
||||||
font-0 = "MesloLGS Nerd Font Mono:pixelsize=12;2";
|
font-0 = "MesloLGS Nerd Font Mono:pixelsize=12;3";
|
||||||
font-1 = "MesloLGS Nerd Font Mono:pixelsize=20;5";
|
font-1 = "MesloLGS Nerd Font Mono:pixelsize=20;5";
|
||||||
|
|
||||||
modules-left = "pulseaudio cpu memory fs xwindow";
|
modules-left = "pulseaudio cpu memory fs xwindow";
|
||||||
|
|
@ -131,7 +131,8 @@ in {
|
||||||
type = "internal/fs";
|
type = "internal/fs";
|
||||||
mount-0 = "/";
|
mount-0 = "/";
|
||||||
interval = 30;
|
interval = 30;
|
||||||
format-mounted = "<bar-used>";
|
format-mounted = "<label-mounted>";
|
||||||
|
label-mounted = "%used% of %total%";
|
||||||
format-mounted-prefix = "";
|
format-mounted-prefix = "";
|
||||||
format-mounted-prefix-padding = 1;
|
format-mounted-prefix-padding = 1;
|
||||||
format-mounted-prefix-font = 2;
|
format-mounted-prefix-font = 2;
|
||||||
|
|
@ -184,7 +185,7 @@ in {
|
||||||
type = "internal/memory";
|
type = "internal/memory";
|
||||||
interval = 3;
|
interval = 3;
|
||||||
format = "<bar-used>";
|
format = "<bar-used>";
|
||||||
format-prefix = " ";
|
format-prefix = "";
|
||||||
format-prefix-padding = 1;
|
format-prefix-padding = 1;
|
||||||
format-prefix-font = 2;
|
format-prefix-font = 2;
|
||||||
format-prefix-foreground = "\${colors.accent}";
|
format-prefix-foreground = "\${colors.accent}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue